java.rmi.activation
public static class ActivationGroupDesc.CommandEnvironment extends Object implements Serializable
Constructor Summary | |
---|---|
CommandEnvironment(String commandPatch, String[] args)
Create the new command environment.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Compare for content equality. |
String[] | getCommandOptions()
Get the additional command options.
|
String | getCommandPath()
Get the path to the java executable.
|
int | hashCode()
Get the hash code. |
Parameters: commandPatch the full path (and name) to the java executable of null for using the default executable. args extra options that will be used when creating the activation group. Null has the same effect as the empty list.
Returns: the command options array, may be empty string
Returns: the path to the java executable or null for using the default jre.