|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.jvm.DiagnosticCommand.Command
public class DiagnosticCommand.Command
This class wraps a named Command in the JVM
Method Summary | |
---|---|
java.lang.String |
execute()
Runs this command. |
void |
execute(java.io.OutputStream os)
Runs this command. |
java.lang.String |
execute(java.lang.String params)
Runs this command with the provided parameters. |
void |
execute(java.lang.String params,
java.io.OutputStream os)
Runs this command with the provided parameters. |
void |
executeDefault()
Runs this command. |
void |
executeDefault(java.lang.String params)
Runs this command with the provided parameters. |
java.lang.String |
getName()
|
java.lang.String |
help()
Returns help for this command as String |
void |
help(java.io.OutputStream os)
Prints help to OutputStream |
void |
helpDefault()
Prints the help text for this command on default output |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String execute(java.lang.String params)
DiagnosticCommand.execute
public java.lang.String execute()
DiagnosticCommand.execute
public java.lang.String help()
public void executeDefault(java.lang.String params)
DiagnosticCommand.executeDefault
public void executeDefault()
DiagnosticCommand.executeDefault
public void helpDefault()
public void execute(java.lang.String params, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
DiagnosticCommand.execute
public void execute(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
DiagnosticCommand.execute
public void help(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |