Name

ActivationGroupDesc.CommandEnvironment

Synopsis

This inner class of ActivationGroupDesc provides a means for specifying customized startup parameters for the Java VM for an activation group. It contains a command path, which specified where to find the Java executable to be run, and an array of command-line arguments for the Java executable.

public static class ActivationGroupDesc.CommandEnvironment implements Serializable {
// Public Constructors
   public CommandEnvironment(String cmdpath, 
        String[] argv);  
// Public Instance Methods
   public String[] getCommandOptions();  
   public String getCommandPath();  
// Public Methods Overriding Object
   public boolean equals( Object obj);  
   public int hashCode();  
}

Passed To

ActivationGroupDesc.ActivationGroupDesc()

Returned By

ActivationGroupDesc.getCommandEnvironment()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.