|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Command
An MBeanCmd command.
| Method Summary | |
|---|---|
int |
exec(CommandDispatcher cmdDispatcher)
Executes the command. |
String |
getName()
Retrieves the name of the command. |
void |
help()
Displays the help for this command. |
void |
setArgs(String cmd,
String[] args)
Sets command name and arguments. |
void |
stop()
Stop a running command |
String |
summary()
Retrieves the command's summary. |
| Method Detail |
|---|
void setArgs(String cmd,
String[] args)
cmd - Command name.args - Command arguments.int exec(CommandDispatcher cmdDispatcher)
void stop()
void help()
String getName()
String summary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||