Methods Summary |
---|
public java.lang.Object | getAttribute(java.lang.Object instance, java.lang.String attribute)Gets the value of a specific attribute of an MBean.
|
public javax.management.AttributeList | getAttributes(java.lang.Object instance, java.lang.String[] attributes)Enables the values of several attributes of an MBean.
|
public java.lang.String | getMBeanClassName(java.lang.Object instance)This method returns the class name of an MBean.
|
public javax.management.MBeanInfo | getMBeanInfo(java.lang.Object instance)This method discovers the attributes and operations that an MBean
exposes for management.
|
public java.lang.Object | invoke(java.lang.Object instance, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)Invokes an operation on an MBean.
|
public boolean | isInstanceOf(java.lang.Object instance, java.lang.String className)Determine whether the given MBean is an instance of a given
class/interface.
|
public void | postDeregisterInvoker(java.lang.Object moi)Invokes the postDeregister method of an MBean that implements
MBeanRegistration
|
public void | postRegisterInvoker(java.lang.Object moi, boolean registrationDone)Invokes the postRegister method of an MBean that implements
MBeanRegistration
|
public void | preDeregisterInvoker(java.lang.Object moi)Invokes the preDeregister method of an MBean that implements
MBeanRegistration
|
public javax.management.ObjectName | preRegisterInvoker(java.lang.Object moi, javax.management.ObjectName name, javax.management.MBeanServer mbs)Invokes the preRegister method of an MBean that implements
MBeanRegistration
|
public java.lang.Object | setAttribute(java.lang.Object instance, javax.management.Attribute attribute)Sets the value of a specific attribute of an MBean.
|
public javax.management.AttributeList | setAttributes(java.lang.Object instance, javax.management.AttributeList attributes)Sets the values of several attributes of an MBean.
|
public void | testCompliance(java.lang.Class c)This methods tests if the MBean is JMX compliant
|