站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jmx API Documentation 英文版文档

MBeanConstructorInfo (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


javax.management
Class MBeanConstructorInfo

java.lang.Object
  extended byjavax.management.MBeanFeatureInfo
      extended byjavax.management.MBeanConstructorInfo
All Implemented Interfaces:
Cloneable, Serializable
Direct Known Subclasses:
ModelMBeanConstructorInfo, OpenMBeanConstructorInfoSupport

public class MBeanConstructorInfo
extends MBeanFeatureInfo
implements Serializable, Cloneable

Describes a constructor exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.

Version:
$Revision: 1.4.8.2 $

Revisions:

20020711 Adrian Brock:

  • Serialization
Author:
Juha Lindfors., Trevor Squires., Adrian Brock
See Also:
Serialized Form

Field Summary
protected  MBeanParameterInfo[] signature
           
 
Fields inherited from class javax.management.MBeanFeatureInfo
description, name
 
Constructor Summary
MBeanConstructorInfo(String description, Constructor constructor)
           
MBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object object)
           
 MBeanParameterInfo[] getSignature()
           
 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

signature

protected MBeanParameterInfo[] signature
Constructor Detail

MBeanConstructorInfo

public MBeanConstructorInfo(String description,
                            Constructor constructor)

MBeanConstructorInfo

public MBeanConstructorInfo(String name,
                            String description,
                            MBeanParameterInfo[] signature)
Method Detail

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

getSignature

public MBeanParameterInfo[] getSignature()

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.