com.caucho.boot
Class ThreadDumpCommand

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.ThreadDumpCommand
All Implemented Interfaces:
BootCommand

public class ThreadDumpCommand
extends AbstractManagementCommand


Field Summary
 
Fields inherited from class com.caucho.boot.AbstractManagementCommand
RETURN_CODE_SERVER_ERROR
 
Constructor Summary
ThreadDumpCommand()
           
 
Method Summary
 int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client, ManagerClient managerClient)
           
 java.lang.String getDescription()
           
protected  void initBootOptions()
           
 boolean isProOnly()
           
 
Methods inherited from class com.caucho.boot.AbstractManagementCommand
createManagerClient, doCommand
 
Methods inherited from class com.caucho.boot.AbstractRemoteCommand
createBamClient
 
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

ThreadDumpCommand

public ThreadDumpCommand()
Method Detail

initBootOptions

protected void initBootOptions()
Overrides:
initBootOptions in class AbstractRemoteCommand

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

isProOnly

public boolean isProOnly()
Specified by:
isProOnly in interface BootCommand
Overrides:
isProOnly in class AbstractManagementCommand