|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.StandardMBean (src)
test.compliance.standard.support.MyStandardMBean
Field Summary | |
static java.lang.String |
MBEAN_ATTRIBUTE_DESCRIPTION
|
static java.lang.String |
MBEAN_CLASSNAME
|
static java.lang.String |
MBEAN_CONSTRUCTOR_DESCRIPTION
|
static java.lang.String |
MBEAN_DESCRIPTION
|
static java.lang.String |
MBEAN_OPERATION_DESCRIPTION
|
static java.lang.String |
MBEAN_PARAMETER
|
static java.lang.String |
MBEAN_PARAMETER_DESCRIPTION
|
Constructor Summary | |
MyStandardMBean()
|
|
MyStandardMBean(java.lang.String param1,
java.lang.String param2)
|
Method Summary | |
void |
anOperation(java.lang.String param1,
java.lang.String param2)
|
java.lang.String |
getAnAttribute()
|
protected java.lang.String |
getClassName(MBeanInfo (src) info)
Retrieve the class name of the mbean |
protected java.lang.String |
getDescription(MBeanAttributeInfo (src) info)
Retrieve the description of the mbean attribute |
protected java.lang.String |
getDescription(MBeanConstructorInfo (src) info)
Retrieve the description of the mbean constructor |
protected java.lang.String |
getDescription(MBeanConstructorInfo (src) info,
MBeanParameterInfo (src) param,
int sequence)
Retrieve the description of the mbean constructor parameter |
protected java.lang.String |
getDescription(MBeanInfo (src) info)
Retrieve the description of the mbean |
protected java.lang.String |
getDescription(MBeanOperationInfo (src) info)
Retrieve the description of the mbean operation |
protected java.lang.String |
getDescription(MBeanOperationInfo (src) info,
MBeanParameterInfo (src) param,
int sequence)
Retrieve the description of the mbean operation parameter |
protected int |
getImpact(MBeanOperationInfo (src) info)
Retrieve the impact of the mbean operation |
protected java.lang.String |
getParameterName(MBeanConstructorInfo (src) info,
MBeanParameterInfo (src) param,
int sequence)
Retrieve the parameter name for a constructor |
protected java.lang.String |
getParameterName(MBeanOperationInfo (src) info,
MBeanParameterInfo (src) param,
int sequence)
Retrieve the parameter name for an operation |
void |
setAnAttribute(java.lang.String value)
|
Methods inherited from class javax.management.StandardMBean (src) |
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 java.lang.String MBEAN_CLASSNAME
public static final java.lang.String MBEAN_DESCRIPTION
public static final java.lang.String MBEAN_ATTRIBUTE_DESCRIPTION
public static final java.lang.String MBEAN_CONSTRUCTOR_DESCRIPTION
public static final java.lang.String MBEAN_OPERATION_DESCRIPTION
public static final java.lang.String MBEAN_PARAMETER
public static final java.lang.String MBEAN_PARAMETER_DESCRIPTION
Constructor Detail |
public MyStandardMBean() throws java.lang.Exception
public MyStandardMBean(java.lang.String param1, java.lang.String param2) throws java.lang.Exception
Method Detail |
public java.lang.String getAnAttribute()
getAnAttribute
in interface MyManagementInterface (src)
public void setAnAttribute(java.lang.String value)
setAnAttribute
in interface MyManagementInterface (src)
public void anOperation(java.lang.String param1, java.lang.String param2)
anOperation
in interface MyManagementInterface (src)
protected java.lang.String getClassName(MBeanInfo (src) info)
StandardMBean (src)
getClassName
in class StandardMBean (src)
info
- the default mbeaninfo derived by reflection
protected java.lang.String getDescription(MBeanInfo (src) info)
StandardMBean (src)
getDescription
in class StandardMBean (src)
info
- the default mbeaninfo derived by reflection
protected java.lang.String getDescription(MBeanAttributeInfo (src) info)
StandardMBean (src)
getDescription
in class StandardMBean (src)
info
- the default mbeanattributeinfo derived by reflection
protected java.lang.String getDescription(MBeanConstructorInfo (src) info)
StandardMBean (src)
getDescription
in class StandardMBean (src)
info
- the default mbeanconstructorinfo derived by reflection
protected java.lang.String getDescription(MBeanOperationInfo (src) info)
StandardMBean (src)
getDescription
in class StandardMBean (src)
info
- the default mbeanoperationinfo derived by reflection
protected java.lang.String getDescription(MBeanConstructorInfo (src) info, MBeanParameterInfo (src) param, int sequence)
StandardMBean (src)
getDescription
in class StandardMBean (src)
info
- the default mbeanconstructorinfo derived by reflectionparam
- the parameter informationsequence
- the parameter index, starting with zero
protected java.lang.String getDescription(MBeanOperationInfo (src) info, MBeanParameterInfo (src) param, int sequence)
StandardMBean (src)
getDescription
in class StandardMBean (src)
info
- the default mbeanoperationinfo derived by reflectionparam
- the parameter informationsequence
- the parameter index, starting with zero
protected java.lang.String getParameterName(MBeanConstructorInfo (src) info, MBeanParameterInfo (src) param, int sequence)
StandardMBean (src)
getParameterName
in class StandardMBean (src)
info
- the default mbeanconstructorinfo derived by reflectionparam
- the parameter informationsequence
- the parameter index, starting with zero
protected java.lang.String getParameterName(MBeanOperationInfo (src) info, MBeanParameterInfo (src) param, int sequence)
StandardMBean (src)
getParameterName
in class StandardMBean (src)
info
- the default mbeanoperationinfo derived by reflectionparam
- the parameter informationsequence
- the parameter index, starting with zero
protected int getImpact(MBeanOperationInfo (src) info)
StandardMBean (src)
getImpact
in class StandardMBean (src)
info
- the default mbeanoperationinfo derived by reflection
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |