Modifier and Type | Class and Description |
---|---|
class |
AgentApplication |
class |
ServiceCommand
Simple service that allows starting Agent and DB Backend
in a single step.
|
Modifier and Type | Class and Description |
---|---|
class |
StorageCommand |
Modifier and Type | Class and Description |
---|---|
class |
ConnectCommand
Command in order to persistently connect to a database.
|
class |
DisconnectCommand |
class |
ListVMsCommand |
class |
ShellCommand |
class |
VMInfoCommand |
class |
VMStatCommand |
Modifier and Type | Class and Description |
---|---|
class |
PingCommand |
Modifier and Type | Class and Description |
---|---|
class |
GUIClientCommand |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand
A partial implementation of
Command that most implementations should
extend. |
class |
AbstractStateNotifyingCommand
Abstract
Command implementation including all the default functionality of
AbstractCommand , but also contains an ActionNotifier
so that concrete implementations of this class can use this to provide updates with regards
to their runtime status to other components. |
Modifier and Type | Method and Description |
---|---|
void |
CommandRegistry.registerCommand(String name,
Command cmd) |
void |
CommandRegistryImpl.registerCommand(String name,
Command cmd) |
Modifier and Type | Class and Description |
---|---|
class |
HelpCommand |
Modifier and Type | Method and Description |
---|---|
Command |
CommandSource.getCommand(String name) |
Modifier and Type | Class and Description |
---|---|
class |
DumpHeapCommand |
class |
FindObjectsCommand |
class |
FindRootCommand |
class |
ListHeapDumpsCommand |
class |
ObjectInfoCommand |
class |
SaveHeapDumpToFileCommand |
class |
ShowHeapHistogramCommand |
Copyright © 2013. All rights reserved.