java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanNotificationInfo
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ModelMBeanNotificationInfo
- 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()
, getNotifTypes()
, MBeanFeatureInfo.getDescription()
, MBeanFeatureInfo.getName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] getNotifTypes()
- 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 MBeanNotificationInfo(String[] notifTypes,
String name,
String description)
throws IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples