Modifier and Type | Class and Description |
---|---|
class |
AgentApplication |
class |
ServiceCommand
Simple service that allows starting Agent and DB Backend
in a single step.
|
class |
StorageCommand |
Modifier and Type | Class and Description |
---|---|
class |
PingCommand |
Modifier and Type | Class and Description |
---|---|
class |
DumpHeapCommand |
class |
FindObjectsCommand |
class |
FindRootCommand |
class |
ListHeapDumpsCommand |
class |
ObjectInfoCommand |
class |
SaveHeapDumpToFileCommand |
class |
ShowHeapHistogramCommand |
Modifier and Type | Class and Description |
---|---|
class |
GUIClientCommand |
Modifier and Type | Class and Description |
---|---|
class |
CommandWithInfo |
class |
SimpleCommand |
Modifier and Type | Method and Description |
---|---|
Command |
CommandRegistry.getCommand(String name) |
Command |
CommandRegistryImpl.getCommand(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Command> |
CommandRegistry.getRegisteredCommands() |
Collection<Command> |
CommandRegistryImpl.getRegisteredCommands() |
Modifier and Type | Method and Description |
---|---|
void |
CommandRegistry.registerCommand(Command cmd) |
void |
CommandRegistryImpl.registerCommand(Command cmd) |
Modifier and Type | Method and Description |
---|---|
void |
CommandRegistry.registerCommands(Iterable<? extends Command> cmds) |
void |
CommandRegistryImpl.registerCommands(Iterable<? extends Command> cmds) |
Modifier and Type | Class and Description |
---|---|
class |
BasicCommand
Common base class for all daemon and application
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.cli.Options |
CommonCommandOptions.getOptionsFor(Command cmd) |
Modifier and Type | Class and Description |
---|---|
class |
HelpCommand |
Modifier and Type | Class and Description |
---|---|
class |
TestCommand |
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 |
Copyright © 2013. All Rights Reserved.