OVERONE DotNetJ client program reference

JavaActivator.GetObject Method 

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

public static JavaObject GetObject(
   string url
);

Parameters

url
The object's URL. Must be of the form java://host:port/java?name:classname.

Return Value

A reference to the remote Java object in the form of a JavaObject

See Also

JavaActivator Class | JavaActivator Members | OVERONE.DotNetJ Namespace