The topics in this section describe the attributes and operations
that each JMX-instrumented WMQe resource can access.
Each resource is described here by up to three sub-topics:
Attributes
In the table on these pages:
The Attribute Name is the name returned by the Attribute
class getName() method or the MBeanAttributeInfo getName() method.
The Attribute description describes the attribute.
The Attribute Type is the String representation of the attribute
data type retrieved using the MBeanAttributeInfo getType() method
(This is referred to as the class name literal for the type in Data types).
The Read/Write column indicates whether an attribute is read-only
(RO), or can also be updated (RW).
Operations
These pages show:
The Operation Name
The Operation description
The Parameter. For more details on what each parameter is, see
the following sub-topic Operations parameters, where present.
Unless otherwise stated, the return type of all operations is java.lang.Void.
To ensure that default values are used, leave parameter entries blank on a
GUI interface or use a value of null in a programmatic interface.
Operations parameters
These pages explain the parameters on the
preceding page, showing: