当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ModelMBeanNotificationInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management.modelmbean
Class ModelMBeanNotificationInfo
java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanNotificationInfo
javax.management.modelmbean.ModelMBeanNotificationInfo
- All Implemented Interfaces:
- Cloneable, DescriptorAccess, Serializable
- public class ModelMBeanNotificationInfo
- extends MBeanNotificationInfo
- implements DescriptorAccess, Cloneable
Represents a notification in a Model MBean's management interface.
- Version:
- $Revision: 1.10 $
- Author:
- Juha Lindfors., Adrian Brock., Thomas Diesler.
- See Also:
ModelMBeanInfo
,
ModelMBeanAttributeInfo
,
Serialized Form
ModelMBeanNotificationInfo
public ModelMBeanNotificationInfo(String[] notifTypes,
String name,
String description)
ModelMBeanNotificationInfo
public ModelMBeanNotificationInfo(String[] notifTypes,
String name,
String description,
Descriptor descriptor)
ModelMBeanNotificationInfo
public ModelMBeanNotificationInfo(ModelMBeanNotificationInfo info)
getDescriptor
public Descriptor getDescriptor()
- Description copied from interface:
DescriptorAccess
- Retrieves the descriptor.
- Specified by:
getDescriptor
in interface DescriptorAccess
- Returns:
- the descriptor.
setDescriptor
public void setDescriptor(Descriptor inDescriptor)
- Description copied from interface:
DescriptorAccess
- Sets the descriptor.
- Specified by:
setDescriptor
in interface DescriptorAccess
- Parameters:
inDescriptor
- the new descriptor.
clone
public Object clone()
- Overrides:
clone
in class MBeanNotificationInfo
toString
public String toString()
- Overrides:
toString
in class MBeanNotificationInfo
- Returns:
- a human readable string
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.