The adaptors can handle MBean attributes and operations of a wide variety of class types.
The following IRC bot commands are available:
list [query] | lists all MBeans, where query is an optional ObjectName wildcard |
create <MBean name> <class name> <string param 1> ... <string param N> | creates an MBean |
show <MBean name> | shows an MBean info |
set <MBean name> <attribute name> <attribute value> | sets an MBean attribute |
invoke <MBean name> <operation name> <param 1> ... <param N> | invokes an MBean operation |
unregister <MBean name> | unregisters an MBean |
help | displays this list of commands |