VMM naming conventions for its MBean object names are as follows:
org.ow2.jasmine.vmm.api:type=<type>,name=<absolute path name>,[property=value]*
The JMX domain name is org.ow2.jasmine.vmm.api
The key property type is the unqualified type name without the MXBean suffix. For example, the type property for a ServerPoolMXBean instance is ServerPool .
The key property name is the absolute path name of the resource using Unix naming convention with character "/" as separator. For example, the Host named "server.foobar.org" belonging to ServerPool "Farm" of Domain "Top" has its key property name set to "/Top/Farm/server.foobar.org".
Refer to the reference Javadocs for the complete list of key properties of each VMM MBean type. |