javax.management
Class MBeanParameterInfo

java.lang.Object
  extended byjavax.management.MBeanFeatureInfo
      extended byjavax.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

Field Summary
protected  String type
           
 
Fields inherited from class javax.management.MBeanFeatureInfo
description, name
 
Constructor Summary
MBeanParameterInfo(String name, String type, String description)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object object)
           
 String getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class javax.management.MBeanFeatureInfo
getDescription, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

MBeanParameterInfo

public MBeanParameterInfo(String name,
                          String type,
                          String description)
Method Detail

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.