API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.activation. ActivationGroupDesc.CommandEnvironment View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Object
      ActivationGroupDesc.CommandEnvironment
Implements
 Serializable
Subclasses
Description
publicstatic class ActivationGroupDesc.CommandEnvironment
  Startup options for ActivationGroup implementations.
See also:   
Constructors
public ActivationGroupDesc.CommandEnvironment (String cmdpath, String argv)
  Create a CommandEnvironment with all the necessary information.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares two command environments for content equality.
public String getCommandOptions ()
  Fetch the configured java command options.
public String getCommandPath ()
  Fetch the configured path-qualified java command name.
public int hashCode ()
  Return identical values for similar CommandEnvironments.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar