|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface provides methods for asynchronous communication
| Method Summary | |
java.lang.Object |
asyncGetAttribute(ObjectName name,
java.lang.String attribute)
Gets the value of a specific attribute of a named MBean. |
java.lang.Object |
asyncGetAttributes(ObjectName name,
java.lang.String[] attributes)
Gets the values of several attributes of a named MBean. |
java.lang.Object |
asyncInvoke(ObjectName name,
java.lang.String actionName,
java.lang.Object[] params,
java.lang.String[] signature)
Invokes an operation on an MBean |
java.lang.Object |
asyncSetAttributes(ObjectName name,
AttributeList attributes)
Sets the values of several attributes of a named MBean. |
| Method Detail |
public java.lang.Object asyncInvoke(ObjectName name,
java.lang.String actionName,
java.lang.Object[] params,
java.lang.String[] signature)
throws java.lang.Exception
name - - The object name of the MBean on which the method is to be invoked.actionName - - The name of the operation to be invoked.params - - An array containing the parameters to be set when the operation is invokedsignature - - An array containing the signature of the operation. The class objects will
be loaded using the same class loader as the one used for loading the MBean on which the operation was invoked.
public java.lang.Object asyncGetAttribute(ObjectName name,
java.lang.String attribute)
throws java.lang.Exception
name - - The object name of the MBean from which the attribute is to be retrieved.attribute - - A String specifying the name of the attribute to be retrieved.
public java.lang.Object asyncGetAttributes(ObjectName name,
java.lang.String[] attributes)
throws java.lang.Exception
name - - The object name of the MBean from which the attributes are retrieved.attributes - - A list of the attributes to be retrieved.
public java.lang.Object asyncSetAttributes(ObjectName name,
AttributeList attributes)
throws java.lang.Exception
name - - The object name of the MBean within which the attributes are to be set.attributes - - A list of attributes: The identification of the attributes to be set and the values they are to be set to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||