java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.relation.RelationNotification
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code
public List getMBeansToUnregister()
- See Also:
ObjectName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public List getNewRoleValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName getObjectName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public List getOldRoleValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getRelationId()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getRelationTypeName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getRoleName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RelationNotification(String theNtfType,
Object theSrcObj,
long TheSeqNbr,
long theTimeStamp,
String theMsg,
String theRelId,
String theRelTypeName,
ObjectName theRelObjName,
String theRoleName,
List theNewRoleValue,
List theOldRoleValue)
throws IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RelationNotification(String theNtfType,
Object theSrcObj,
long TheSeqNbr,
long theTimeStamp,
String theMsg,
String theRelId,
String theRelTypeName,
ObjectName theRelObjName,
List theUnregMBeanList)
throws IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RELATION_BASIC_CREATION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RELATION_BASIC_REMOVAL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RELATION_BASIC_UPDATE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RELATION_MBEAN_CREATION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RELATION_MBEAN_REMOVAL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RELATION_MBEAN_UPDATE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples