当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
MBeanNotificationInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management
Class MBeanNotificationInfo
java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanNotificationInfo
- All Implemented Interfaces:
- Cloneable, Serializable
- Direct Known Subclasses:
- ModelMBeanNotificationInfo
- public class MBeanNotificationInfo
- extends MBeanFeatureInfo
- implements Cloneable, Serializable
Describes a notification emitted by an MBean
This implementation protects its immutability by taking shallow clones of all arrays
supplied in constructors and by returning shallow array clones in getXXX() methods.
- Version:
- $Revision: 1.10 $
Revisions:
20020711 Adrian Brock:
- Author:
- Juha Lindfors., Trevor Squires., Adrian Brock
- See Also:
- Serialized Form
MBeanNotificationInfo
public MBeanNotificationInfo(String[] notifsType,
String name,
String description)
throws IllegalArgumentException
getNotifTypes
public String[] getNotifTypes()
equals
public boolean equals(Object object)
- Overrides:
equals
in class MBeanFeatureInfo
hashCode
public int hashCode()
- Overrides:
hashCode
in class MBeanFeatureInfo
toString
public String toString()
- Overrides:
toString
in class MBeanFeatureInfo
- Returns:
- a human readable string
clone
public Object clone()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.