KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.modelmbean
Class ModelMBeanAttributeInfo

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

public Object clone()
See Also:
Cloneable, RuntimeOperationsException, MBeanAttributeInfo
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 ModelMBeanAttributeInfo(String name,
                               String description,
                               Method getter,
                               Method setter)
                        throws IntrospectionException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanAttributeInfo(String name,
                               String description,
                               Method getter,
                               Method setter,
                               Descriptor descriptor)
                        throws IntrospectionException
See Also:
RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanAttributeInfo(String name,
                               String type,
                               String description,
                               boolean isReadable,
                               boolean isWritable,
                               boolean isIs)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanAttributeInfo(String name,
                               String type,
                               String description,
                               boolean isReadable,
                               boolean isWritable,
                               boolean isIs,
                               Descriptor descriptor)
See Also:
RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanAttributeInfo(ModelMBeanAttributeInfo inInfo)
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