|
|||||||||
| Home >> All >> java >> rmi >> [ activation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.rmi.activation
Class ActivationGroupDesc.CommandEnvironment

java.lang.Objectjava.rmi.activation.ActivationGroupDesc.CommandEnvironment
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ActivationGroupDesc
- public static class ActivationGroupDesc.CommandEnvironment
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Contains the startup options for the ActivationGroup implementations. Allows to override system properties and specify other options for the implementation groups.
| Field Summary | |
(package private) java.lang.String |
command
The path to the java executable (or null for using default jre). |
private static java.lang.String[] |
NO_ARGS
The zero size string array used as argv value when null is passed. |
(package private) java.lang.String[] |
options
The extra parameters (may be empty array but never null). |
(package private) static long |
serialVersionUID
Use the SVUID for interoperability. |
| Constructor Summary | |
ActivationGroupDesc.CommandEnvironment(java.lang.String commandPatch,
java.lang.String[] args)
Create the new command environment. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compare for content equality. |
java.lang.String[] |
getCommandOptions()
Get the additional command options. |
java.lang.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 |
| Field Detail |
serialVersionUID
static final long serialVersionUID
- Use the SVUID for interoperability.
- See Also:
- Constant Field Values
NO_ARGS
private static final java.lang.String[] NO_ARGS
- The zero size string array used as argv value when null is passed.
command
final java.lang.String command
- The path to the java executable (or null for using default jre).
options
final java.lang.String[] options
- The extra parameters (may be empty array but never null).
| Constructor Detail |
ActivationGroupDesc.CommandEnvironment
public ActivationGroupDesc.CommandEnvironment(java.lang.String commandPatch, java.lang.String[] args)
- Create the new command environment.
| Method Detail |
getCommandPath
public java.lang.String getCommandPath()
- Get the path to the java executable.
getCommandOptions
public java.lang.String[] getCommandOptions()
- Get the additional command options.
equals
public boolean equals(java.lang.Object obj)
- Compare for content equality.
hashCode
public int hashCode()
- Get the hash code.
|
|||||||||
| Home >> All >> java >> rmi >> [ activation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.rmi.activation.ActivationGroupDesc.CommandEnvironment