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

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

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

Subclasses of CLICommand in com.sun.enterprise.admin.cli
 class ChangeAdminPasswordCommand
          The change-admin-password command.
 class ExportCommand
          A local export command.
 class HelpCommand
          The help command will display the help text for all the commands and their options
 class ListCommandsCommand
          A local list-commands command.
 class LocalDomainCommand
          A class that's supposed to capture all the behavior common to operation on a "local" domain.
 class LocalServerCommand
          A class that's supposed to capture all the behavior common to operation on a "local" server.
 class MonitorCommand
          A local Monitor Command (this will call the remote 'monitor' command).
 class MultimodeCommand
          A scaled-down implementation of multi-mode command.
 class RestartDomainCommand
          THe restart-domain command.
 class StartDomainCommand
          The start-domain command.
 class StopDomainCommand
          The stop-domain command.
 class UnsetCommand
          A local unset command to unset environment variables.
 class VersionCommand
          A local version command.
 

Methods in com.sun.enterprise.admin.cli that return CLICommand
static CLICommand CLICommand.getCommand(org.jvnet.hk2.component.Habitat habitat, java.lang.String name)
          Get a CLICommand object representing the named command.
 

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

Subclasses of CLICommand in com.sun.enterprise.admin.cli.remote
 class RemoteCommand
          A remote command handled by the asadmin CLI.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.