KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management
Class MBeanFeatureInfo

java.lang.Object
  extended by javax.management.MBeanFeatureInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MBeanAttributeInfo, MBeanConstructorInfo, MBeanNotificationInfo, MBeanOperationInfo, MBeanParameterInfo
See Also:
Top Examples, Source Code

protected String description
See Also:
getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public String getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


protected String name
See Also:
getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags