| Class | Description |
|---|---|
| AboutCommand |
Command to show about page
|
| BeanCommand |
Command to display or set current bean
|
| BeansCommand |
Command that shows list of beans
|
| CloseCommand |
Command to close current connection
|
| DomainCommand |
Get or set current selected domain
|
| DomainsCommand |
List domains for JMX connection
|
| GetCommand |
Get value of MBean attribute(s)
|
| InfoCommand |
Command that displays attributes and operations of an MBean
|
| JvmsCommand |
Command to list all running local JVM processes
|
| OpenCommand |
Command to open JMX connection
|
| OptionCommand |
Command to change/display console options
|
| QuitCommand |
Command to terminate the console
|
| RunCommand |
Command to run an MBean operation
|
| SetCommand |
Command to set an attribute
|
| 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.
|
| UnsubscribeCommand |
Command to subscribe to an MBean notification
Remove the subscription of an already subscribed notification listener.
|
| WatchCommand |
Command to watch an MBean attribute TODO Consider the use case for CSV file backend generation
|
Copyright © 2008–2019. All rights reserved.