JavaTM 2 Platform
Standard Ed. 5.0

javax.management.relation
Class RelationNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by javax.management.relation.RelationNotification
All Implemented Interfaces:
Serializable

public class RelationNotification
extends Notification

A notification of a change in the Relation Service. A RelationNotification notification is sent when a relation is created via the Relation Service, or an MBean is added as a relation in the Relation Service, or a role is updated in a relation, or a relation is removed from the Relation Service.

Since:
1.5
See Also:
Serialized Form

Field Summary
static String RELATION_BASIC_CREATION
          Type for the creation of an internal relation.
static String RELATION_BASIC_REMOVAL
          Type for the removal from the Relation Service of an internal relation.
static String RELATION_BASIC_UPDATE
          Type for an update of an internal relation.
static String RELATION_MBEAN_CREATION
          Type for the relation MBean added into the Relation Service.
static String RELATION_MBEAN_REMOVAL
          Type for the removal from the Relation Service of a relation MBean.
static String RELATION_MBEAN_UPDATE
          Type for the update of a relation MBean.
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
RelationNotification(String theNtfType, Object theSrcObj, long TheSeqNbr, long theTimeStamp, String theMsg, String theRelId, String theRelTypeName, ObjectName theRelObjName, List theUnregMBeanList)
          Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.