OVERONE DotNetJ client program reference

JavaObject Constructor (String, String)

Instantiates a remote Java object of the specified Java class by calling its constructor.

public JavaObject(
   string channelUrl,
   string className
);

Parameters

channelUrl
The network location where the Java object must be instantiated, must be of the form java://host:port or java://host. If no port is specified, the default port is used.
className
The Java object's class name.

See Also

JavaObject Class | JavaObject Members | OVERONE.DotNetJ Namespace | JavaObject Constructor Overload List