|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjavax.management.StandardMBean
patterntesting.runtime.jmx.AnnotatedStandardMBean
public class AnnotatedStandardMBean
The Class AnnotatedStandardMBean.
| Constructor Summary | |
|---|---|
protected |
AnnotatedStandardMBean(Class<?> mbeanInterface)
Instance where the MBean interface is implemented by this object. |
|
AnnotatedStandardMBean(T impl,
Class<T> mbeanInterface)
Instance where the MBean interface is implemented by another object. |
| Method Summary | |
|---|---|
protected String |
getDescription(MBeanAttributeInfo info)
Gets the description. |
protected String |
getDescription(MBeanOperationInfo op)
Overrides the default description with the content a @Description annotation. |
| Methods inherited from class javax.management.StandardMBean |
|---|
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotatedStandardMBean(T impl,
Class<T> mbeanInterface)
throws NotCompliantMBeanException
T - not necessary but occasionally avoids compiler warnings about genericsimpl - Class which implements an MBean interfacembeanInterface - MBean interface
NotCompliantMBeanException - thrown if MBean is not JMX compliant
protected AnnotatedStandardMBean(Class<?> mbeanInterface)
throws NotCompliantMBeanException
mbeanInterface - MBean interface
NotCompliantMBeanException - thrown if MBean is not JMX compliant| Method Detail |
|---|
protected String getDescription(MBeanOperationInfo op)
getDescription in class StandardMBeanop - the op
Descriptionprotected String getDescription(MBeanAttributeInfo info)
getDescription in class StandardMBeaninfo - the info
StandardMBean.getDescription(javax.management.MBeanAttributeInfo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||