javax.management
Class MBeanServerNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.MBeanServerNotification
All Implemented Interfaces:
java.io.Serializable

public class MBeanServerNotification
extends Notification

Version:
$Revision: 1.6 $
Author:
Simone Bordet
See Also:
Serialized Form

Field Summary
static java.lang.String REGISTRATION_NOTIFICATION
           
static java.lang.String UNREGISTRATION_NOTIFICATION
           
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
MBeanServerNotification(java.lang.String type, java.lang.Object source, long sequenceNumber, ObjectName objectName)
           
 
Method Summary
 ObjectName getMBeanName()
           
 java.lang.String toString()
           
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REGISTRATION_NOTIFICATION

public static final java.lang.String REGISTRATION_NOTIFICATION

UNREGISTRATION_NOTIFICATION

public static final java.lang.String UNREGISTRATION_NOTIFICATION
Constructor Detail

MBeanServerNotification

public MBeanServerNotification(java.lang.String type,
                               java.lang.Object source,
                               long sequenceNumber,
                               ObjectName objectName)
Method Detail

getMBeanName

public ObjectName getMBeanName()

toString

public java.lang.String toString()
Overrides:
toString in class Notification


Copyright © 2001-2002 MX4J Team. All Rights Reserved.