javax.management
Class MBeanParameterInfo
java.lang.Object
|
+--javax.management.MBeanFeatureInfo
|
+--javax.management.MBeanParameterInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- OpenMBeanParameterInfoSupport
- public class MBeanParameterInfo
- extends MBeanFeatureInfo
- implements java.io.Serializable, java.lang.Cloneable
Describes an argument of an operation exposed by an MBean.
- Author:
- Young Yang
- See Also:
- Serialized Form
|
Constructor Summary |
MBeanParameterInfo(java.lang.String name,
java.lang.String type,
java.lang.String description)
Constructs a MBeanParameterInfo object. |
|
Method Summary |
java.lang.Object |
clone()
|
java.lang.String |
getType()
Returns the type or class name of the data. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanParameterInfo
public MBeanParameterInfo(java.lang.String name,
java.lang.String type,
java.lang.String description)
- Constructs a
MBeanParameterInfo object.
- Parameters:
name - The name of the datatype - The type or class name of the datadescription - A human readable description of the data. Optional.
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object
getType
public java.lang.String getType()
- Returns the type or class name of the data.