|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.rmi.activation.ActivationGroupDesc.CommandEnvironment
public static class ActivationGroupDesc.CommandEnvironment
Contains the startup options for the ActivationGroup
implementations. Allows to override system properties and specify other
options for the implementation groups.
| Constructor Summary | |
|---|---|
ActivationGroupDesc.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String getCommandPath()
public String[] getCommandOptions()
public boolean equals(Object obj)
equals in class Objectobj - the Object to compare to
Object.hashCode()public int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||