Instantiates a remote Java array with the specified element type and length.
public JavaArray( stringchannelUrl, stringelementType, int[]lengths );
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.
elementType
The Java array element type name. Use a Java class name, or a predefined type name with ParameterTypeNames.