|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.boot.AbstractBootCommand
com.caucho.boot.AbstractRemoteCommand
com.caucho.boot.AbstractManagementCommand
com.caucho.boot.HeapDumpCommand
public class HeapDumpCommand
Makes the remote server produce heap dump. Heap dump is written to a file local to a remote server as it can be big.
Field Summary |
---|
Fields inherited from class com.caucho.boot.AbstractManagementCommand |
---|
RETURN_CODE_SERVER_ERROR |
Constructor Summary | |
---|---|
HeapDumpCommand()
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HeapDumpCommand()
Method Detail |
---|
protected void initBootOptions()
initBootOptions
in class AbstractRemoteCommand
public java.lang.String getDescription()
getDescription
in interface BootCommand
getDescription
in class AbstractBootCommand
public int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client, ManagerClient managerClient)
doCommand
in class AbstractManagementCommand
public boolean isProOnly()
isProOnly
in interface BootCommand
isProOnly
in class AbstractManagementCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |