当前页面:
在线文档首页 >
JBoss 3.2.7 jmx API Documentation 英文版文档
MBeanParameterInfo (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档
javax.management
Class MBeanParameterInfo
java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanParameterInfo
- All Implemented Interfaces:
- Cloneable, Serializable
- Direct Known Subclasses:
- OpenMBeanParameterInfoSupport
- public class MBeanParameterInfo
- extends MBeanFeatureInfo
- implements Serializable, Cloneable
Describes an argument of an operation exposed by an MBean
- Version:
- $Revision: 1.2.8.2 $
Revisions:
20020711 Adrian Brock:
- Author:
- Juha Lindfors., Adrian Brock
- See Also:
- Serialized Form
type
protected String type
MBeanParameterInfo
public MBeanParameterInfo(String name,
String type,
String description)
getType
public String getType()
equals
public boolean equals(Object object)
- Overrides:
equals
in class MBeanFeatureInfo
hashCode
public int hashCode()
- Overrides:
hashCode
in class MBeanFeatureInfo
toString
public String toString()
- Overrides:
toString
in class MBeanFeatureInfo
- Returns:
- a human readable string
clone
public Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.