java.rmi.activation
public static class ActivationGroupDesc.CommandEnvironment extends Object implements Serializable
ActivationGroup
implementations. Allows to override system properties and specify other
options for the implementation groups.Constructor and Description |
---|
ActivationGroupDesc.CommandEnvironment(String commandPatch,
String[] args)
Create the new command environment.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ActivationGroupDesc.CommandEnvironment(String commandPatch, String[] args)
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.public String getCommandPath()
public String[] getCommandOptions()
public boolean equals(Object obj)
equals
in class Object
obj
- the Object to compare toObject.hashCode()
public int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)