|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.MBeanFeatureInfo | +--javax.management.MBeanParameterInfo
The MBeanParameterInfo object describes an argument of an operation exposed ny an MBean.
Fields inherited from class javax.management.MBeanFeatureInfo |
description,
name |
Constructor Summary | |
MBeanParameterInfo(java.lang.String name,
java.lang.String type,
java.lang.String description)
Constructs a MBeanParameterInfo object. |
Method Summary | |
java.lang.String |
getType()
Returns the type or class name of the data. |
Methods inherited from class javax.management.MBeanFeatureInfo |
getDescription,
getName |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MBeanParameterInfo(java.lang.String name, java.lang.String type, java.lang.String description)
name
- The name of the datatype
- The type or class name of the datadescription
- A human readable description of the data. Optional.Method Detail |
public java.lang.String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |