|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tag interface to be implemented by object that provides access to MBean informations
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String attribute)
Gets the attribute attribute of the MBeanAccessor object |
javax.management.AttributeList |
getAttributes(java.lang.String[] as)
Gets the attributes attribute of the MBeanAccessor object |
java.lang.String |
getCanonicalName()
Gets the canonicalName attribute of the MBeanAccessor object |
javax.management.MBeanInfo |
getMBeanInfo()
Gets the mBeanInfo attribute of the MBeanAccessor object |
javax.management.ObjectInstance |
getObjectInstance()
Gets the objectInstance attribute of the MBeanAccessor object |
javax.management.ObjectName |
getObjectName()
Gets the objectName attribute of the MBeanAccessor object |
boolean |
isInstanceOf(java.lang.String s)
Gets the instanceOf attribute of the MBeanAccessor object |
void |
setAttribute(javax.management.Attribute attribute)
Sets the attribute attribute of the MBeanAccessor object |
javax.management.AttributeList |
setAttributes(javax.management.AttributeList attributelist)
Sets the attributes attribute of the MBeanAccessor object |
void |
unregisterMBean()
Description of the Method |
Methods inherited from interface org.ejtools.jmx.MBeanInvokeAccessor |
invoke |
Method Detail |
public javax.management.ObjectInstance getObjectInstance() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic javax.management.AttributeList getAttributes(java.lang.String[] as) throws java.lang.Exception
as
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic javax.management.AttributeList setAttributes(javax.management.AttributeList attributelist) throws java.lang.Exception
attributelist
- The new attributes value
java.lang.Exception
- Description of the Exceptionpublic javax.management.MBeanInfo getMBeanInfo()
public boolean isInstanceOf(java.lang.String s) throws java.lang.Exception
s
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic void setAttribute(javax.management.Attribute attribute) throws java.lang.Exception
attribute
- The new attribute value
java.lang.Exception
- Description of the Exceptionpublic javax.management.ObjectName getObjectName()
public java.lang.String getCanonicalName()
public java.lang.Object getAttribute(java.lang.String attribute) throws java.lang.Exception
attribute
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic void unregisterMBean() throws java.lang.Exception
java.lang.Exception
- Description of the Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |