| Package | Description |
|---|---|
| org.cyclopsgroup.jmxterm |
Public API exposed by jmxterm
|
| org.cyclopsgroup.jmxterm.cc |
Package for command center with the implementation of JMXTerm
|
| org.cyclopsgroup.jmxterm.cmd |
Package for command implementations
|
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandFactory.createCommand(String name)
Create new command instance
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends Command>> |
CommandFactory.getCommandTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpCommand
Command that display a help message
|
| Modifier and Type | Method and Description |
|---|---|
Command |
TypeMapCommandFactory.createCommand(String commandName) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Command> |
CommandCenter.getCommandType(String name) |
Map<String,Class<? extends Command>> |
TypeMapCommandFactory.getCommandTypes() |
| Constructor and Description |
|---|
TypeMapCommandFactory(Map<String,Class<? extends Command>> commandTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
AboutCommand
Command to show about page
|
class |
BeanCommand
Command to display or set current bean
|
class |
BeansCommand
Command that shows list of beans
|
class |
CloseCommand
Command to close current connection
|
class |
DomainCommand
Get or set current selected domain
|
class |
DomainsCommand
List domains for JMX connection
|
class |
GetCommand
Get value of MBean attribute(s)
|
class |
InfoCommand
Command that displays attributes and operations of an MBean
|
class |
JvmsCommand
Command to list all running local JVM processes
|
class |
OpenCommand
Command to open JMX connection
|
class |
OptionCommand
Command to change/display console options
|
class |
QuitCommand
Command to terminate the console
|
class |
RunCommand
Command to run an MBean operation
|
class |
SetCommand
Command to set an attribute
|
class |
SubscribeCommand
Command to subscribe to an MBean notification
All notifications will be printed to the output in the form of notification received:
timestamp=xxx,class=xxx,source=xxx,type=xxx,message=xxx To remove the subscription call the
unsubscribe in the terminal.
|
class |
UnsubscribeCommand
Command to subscribe to an MBean notification
Remove the subscription of an already subscribed notification listener.
|
class |
WatchCommand
Command to watch an MBean attribute TODO Consider the use case for CSV file backend generation
|
Copyright © 2008–2019. All rights reserved.