java.lang.Object
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