KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanConstructorInfo

javax.management
Class MBeanConstructorInfo

java.lang.Object
  extended by javax.management.MBeanFeatureInfo
      extended by javax.management.MBeanConstructorInfo
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ModelMBeanConstructorInfo, OpenMBeanConstructorInfoSupport
See Also:
Top Examples, Source Code

public Object clone()
See Also:
Cloneable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object o)
See Also:
Hashtable, Object.hashCode(), getSignature(), MBeanFeatureInfo.getDescription(), MBeanFeatureInfo.getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanParameterInfo[] getSignature()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object), MBeanFeatureInfo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanConstructorInfo(String description,
                            Constructor constructor)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanConstructorInfo(String name,
                            String description,
                            MBeanParameterInfo[] signature)
                     throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags