OVERONE.DotNetJ
Class JavaActivator

A class for accessing remote server-activated Java objects (SAOs).

Constructor Summary
JavaActivator()
        Initializes a new instance of the JavaActivator class.

Method Summary
OVERONE.DotNetJ.JavaObject GetObject(string url)
         Gets a reference on a server-activated remote Java object (SAO).

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

JavaActivator

public JavaActivator()

Initializes a new instance of the JavaActivator class.

Method Detail

GetObject

public OVERONE.DotNetJ.JavaObject GetObject(string url)

Gets a reference on a server-activated remote Java object (SAO).

Parameters:
url - The object's URL. Must be of the form java://host:port/java?name:classname.
Returns:
A reference to the remote Java object in the form of a OVERONE.DotNetJ.JavaObject