KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > modelmbean > ModelMBeanConstructorInfo

javax.management.modelmbean
Class ModelMBeanConstructorInfo

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

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


public Descriptor getDescriptor()
See Also:
setDescriptor(javax.management.Descriptor), DescriptorAccess
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public ModelMBeanConstructorInfo(String description,
                                 Constructor constructorMethod,
                                 Descriptor descriptor)
See Also:
RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public ModelMBeanConstructorInfo(String name,
                                 String description,
                                 MBeanParameterInfo[] signature,
                                 Descriptor descriptor)
See Also:
RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDescriptor(Descriptor inDescriptor)
See Also:
getDescriptor(), RuntimeOperationsException, DescriptorAccess
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags