Uses of Class
com.sun.enterprise.admin.cli.ProgramOptions

Packages that use ProgramOptions
com.sun.enterprise.admin.cli   
com.sun.enterprise.admin.cli.remote   
 

Uses of ProgramOptions in com.sun.enterprise.admin.cli
 

Fields in com.sun.enterprise.admin.cli declared as ProgramOptions
protected  ProgramOptions CLICommand.programOpts
          The program options for the command.
 

Methods in com.sun.enterprise.admin.cli that return ProgramOptions
 ProgramOptions CLICommand.getProgramOptions()
          Returns the program options associated with this command.
 

Methods in com.sun.enterprise.admin.cli with parameters of type ProgramOptions
static String[] CLIUtil.getAllCommands(org.jvnet.hk2.component.Habitat habitat, ProgramOptions po, Environment env)
          Return all commands, local and remote.
static String[] CLIUtil.getRemoteCommands(org.jvnet.hk2.component.Habitat habitat, ProgramOptions po, Environment env)
          Get the list of commands from the remote server.
static void CLIUtil.writeCommandToDebugLog(ProgramOptions po, Environment env, String[] args, int exit)
          Log the command, for debugging.
 

Constructors in com.sun.enterprise.admin.cli with parameters of type ProgramOptions
CLICommand(String name, ProgramOptions programOpts, Environment env)
          Constructor used by subclasses to save the name, program options, and environment information into corresponding protected fields.
ProgramOptions(ProgramOptions other)
          Copy constructor.
 

Uses of ProgramOptions in com.sun.enterprise.admin.cli.remote
 

Methods in com.sun.enterprise.admin.cli.remote with parameters of type ProgramOptions
static boolean DASUtils.pingDASQuietly(ProgramOptions programOpts, Environment env)
          See if DAS is alive.
static DASUtils.Error DASUtils.pingDASWithAuth(ProgramOptions programOpts, Environment env)
          See if DAS is alive, but insist that athentication is correct.
 

Constructors in com.sun.enterprise.admin.cli.remote with parameters of type ProgramOptions
RemoteCommand(String name, ProgramOptions po, Environment env)
          Construct a new remote command object.
RemoteCommand(String name, ProgramOptions po, Environment env, String responseFormatType, OutputStream userOut)
          Construct a new remote command object.
 



Copyright © 2012. All Rights Reserved.