|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.management.Notification javax.management.relation.RelationNotification
public class RelationNotification
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.
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. |
|
|