|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.management.StandardMBean
org.jboss.test.jmx.compliance.standard.support.MyStandardMBean
| Field Summary | |
static String |
MBEAN_ATTRIBUTE_DESCRIPTION
|
static String |
MBEAN_CLASSNAME
|
static String |
MBEAN_CONSTRUCTOR_DESCRIPTION
|
static String |
MBEAN_DESCRIPTION
|
static String |
MBEAN_OPERATION_DESCRIPTION
|
static String |
MBEAN_PARAMETER
|
static String |
MBEAN_PARAMETER_DESCRIPTION
|
| Constructor Summary | |
MyStandardMBean()
|
|
MyStandardMBean(String param1,
String param2)
|
|
| Method Summary | |
void |
anOperation(String param1,
String param2)
|
String |
getAnAttribute()
|
protected String |
getClassName(javax.management.MBeanInfo info)
Retrieve the class name of the mbean |
protected String |
getDescription(javax.management.MBeanAttributeInfo info)
Retrieve the description of the mbean attribute |
protected String |
getDescription(javax.management.MBeanConstructorInfo info)
Retrieve the description of the mbean constructor |
protected String |
getDescription(javax.management.MBeanConstructorInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
Retrieve the description of the mbean constructor parameter |
protected String |
getDescription(javax.management.MBeanInfo info)
Retrieve the description of the mbean |
protected String |
getDescription(javax.management.MBeanOperationInfo info)
Retrieve the description of the mbean operation |
protected String |
getDescription(javax.management.MBeanOperationInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
Retrieve the description of the mbean operation parameter |
protected int |
getImpact(javax.management.MBeanOperationInfo info)
Retrieve the impact of the mbean operation |
protected String |
getParameterName(javax.management.MBeanConstructorInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
Retrieve the parameter name for a constructor |
protected String |
getParameterName(javax.management.MBeanOperationInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
Retrieve the parameter name for an operation |
void |
setAnAttribute(String value)
|
| Methods inherited from class javax.management.StandardMBean |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getConstructors, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, invoke, setAttribute, setAttributes, setImplementation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String MBEAN_CLASSNAME
public static final String MBEAN_DESCRIPTION
public static final String MBEAN_ATTRIBUTE_DESCRIPTION
public static final String MBEAN_CONSTRUCTOR_DESCRIPTION
public static final String MBEAN_OPERATION_DESCRIPTION
public static final String MBEAN_PARAMETER
public static final String MBEAN_PARAMETER_DESCRIPTION
| Constructor Detail |
public MyStandardMBean()
throws Exception
public MyStandardMBean(String param1,
String param2)
throws Exception
| Method Detail |
public String getAnAttribute()
getAnAttribute in interface MyManagementInterfacepublic void setAnAttribute(String value)
setAnAttribute in interface MyManagementInterface
public void anOperation(String param1,
String param2)
anOperation in interface MyManagementInterfaceprotected String getClassName(javax.management.MBeanInfo info)
javax.management.StandardMBean
info - the default mbeaninfo derived by reflection
protected String getDescription(javax.management.MBeanInfo info)
javax.management.StandardMBean
info - the default mbeaninfo derived by reflection
protected String getDescription(javax.management.MBeanAttributeInfo info)
javax.management.StandardMBean
info - the default mbeanattributeinfo derived by reflection
protected String getDescription(javax.management.MBeanConstructorInfo info)
javax.management.StandardMBean
info - the default mbeanconstructorinfo derived by reflection
protected String getDescription(javax.management.MBeanOperationInfo info)
javax.management.StandardMBean
info - the default mbeanoperationinfo derived by reflection
protected String getDescription(javax.management.MBeanConstructorInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
javax.management.StandardMBean
info - the default mbeanconstructorinfo derived by reflectionparam - the parameter informationsequence - the parameter index, starting with zero
protected String getDescription(javax.management.MBeanOperationInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
javax.management.StandardMBean
info - the default mbeanoperationinfo derived by reflectionparam - the parameter informationsequence - the parameter index, starting with zero
protected String getParameterName(javax.management.MBeanConstructorInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
javax.management.StandardMBean
info - the default mbeanconstructorinfo derived by reflectionparam - the parameter informationsequence - the parameter index, starting with zero
protected String getParameterName(javax.management.MBeanOperationInfo info,
javax.management.MBeanParameterInfo param,
int sequence)
javax.management.StandardMBean
info - the default mbeanoperationinfo derived by reflectionparam - the parameter informationsequence - the parameter index, starting with zero
protected int getImpact(javax.management.MBeanOperationInfo info)
javax.management.StandardMBean
info - the default mbeanoperationinfo derived by reflection
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||