Adaptors

The adaptors can handle MBean attributes and operations of a wide variety of class types.

IRC adaptor

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
helpdisplays this list of commands

JMS adaptor

This is similar to the IRC adaptor. Send a text message containing "help" to get a list of commands.