javax.management.modelmbean
Class ModelMBeanNotificationInfo
java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanNotificationInfo
javax.management.modelmbean.ModelMBeanNotificationInfo
- All Implemented Interfaces:
- java.lang.Cloneable, DescriptorAccess, java.io.Serializable
- public class ModelMBeanNotificationInfo
- extends MBeanNotificationInfo
- implements DescriptorAccess
- Version:
- $Revision: 1.4 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ModelMBeanNotificationInfo
public ModelMBeanNotificationInfo(java.lang.String[] types,
java.lang.String name,
java.lang.String description)
ModelMBeanNotificationInfo
public ModelMBeanNotificationInfo(java.lang.String[] types,
java.lang.String name,
java.lang.String description,
Descriptor descriptor)
ModelMBeanNotificationInfo
public ModelMBeanNotificationInfo(ModelMBeanNotificationInfo copy)
getDescriptor
public Descriptor getDescriptor()
- Description copied from interface:
DescriptorAccess
- Returns a copy of the
Descriptor
- Specified by:
getDescriptor
in interface DescriptorAccess
setDescriptor
public void setDescriptor(Descriptor descriptor)
- Description copied from interface:
DescriptorAccess
- Sets the
Descriptor
and replaces the other (if any)
- Specified by:
setDescriptor
in interface DescriptorAccess
- Parameters:
descriptor
- The Descriptor
to set.
Copyright © 2001-2002 MX4J Team. All Rights Reserved.