OVERONE DotNetJ client program reference

JavaObject Constructor (String, String, String[], Object[])

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

public JavaObject(
   string channelUrl,
   string className,
   string[] argTypes,
   object[] argVals
);

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.
argTypes
The arguments type names. Use Java class names, or predefined type names with ParameterTypeNames.
argVals
The arguments.

See Also

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