com.caucho.boot
Class UserListCommand

java.lang.Object
  extended by com.caucho.boot.AbstractBootCommand
      extended by com.caucho.boot.AbstractRemoteCommand
          extended by com.caucho.boot.AbstractManagementCommand
              extended by com.caucho.boot.UserListCommand
All Implemented Interfaces:
BootCommand

public class UserListCommand
extends AbstractManagementCommand


Field Summary
 
Fields inherited from class com.caucho.boot.AbstractManagementCommand
RETURN_CODE_SERVER_ERROR
 
Constructor Summary
UserListCommand()
           
 
Method Summary
 int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client, ManagerClient managerClient)
           
 java.lang.String getDescription()
           
 
Methods inherited from class com.caucho.boot.AbstractManagementCommand
createManagerClient, doCommand, isProOnly
 
Methods inherited from class com.caucho.boot.AbstractRemoteCommand
createBamClient, initBootOptions
 
Methods inherited from class com.caucho.boot.AbstractBootCommand
addFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, doCommand, doWatchdogStart, findClient, findLocalClient, findLocalClientImpl, findNamedClient, findNamedClientImpl, findUniqueLocalClient, findWatchdogClient, findWatchdogClientImpl, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isRemote, isRetry, isShutdown, isStart, isStartAll, isValueOption, toString, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserListCommand

public UserListCommand()
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface BootCommand
Overrides:
getDescription in class AbstractBootCommand

doCommand

public int doCommand(com.caucho.boot.WatchdogArgs args,
                     com.caucho.boot.WatchdogClient client,
                     ManagerClient managerClient)
Specified by:
doCommand in class AbstractManagementCommand