站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjavax.management.MBeanFeatureInfo
      extended byjavax.management.MBeanNotificationInfo
          extended byjavax.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

Field Summary
 
Fields inherited from class javax.management.MBeanFeatureInfo
description, name
 
Constructor Summary
ModelMBeanNotificationInfo(ModelMBeanNotificationInfo info)
           
ModelMBeanNotificationInfo(String[] notifTypes, String name, String description)
           
ModelMBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor)
           
 
Method Summary
 Object clone()
           
 Descriptor getDescriptor()
          Retrieves the descriptor.
 void setDescriptor(Descriptor inDescriptor)
          Sets the descriptor.
 String toString()
           
 
Methods inherited from class javax.management.MBeanNotificationInfo
equals, getNotifTypes, hashCode
 
Methods inherited from class javax.management.MBeanFeatureInfo
getDescription, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.