| javax.management.Notification javax.management.relation.RelationNotification
RelationNotification | public class RelationNotification extends Notification (Code) | | version: $Revision: 1.9 $ |
Constructor Summary | |
public | RelationNotification(String createRemoveType, Object source, long sequenceNumber, long timestamp, String message, String relationId, String relationTypeName, ObjectName relationObjectName, List unregisteredMBeanList) | public | RelationNotification(String updateType, Object source, long sequenceNumber, long timestamp, String message, String relationId, String relationTypeName, ObjectName relationObjectName, String roleName, List newRoleValues, List oldRoleValues) |
RELATION_BASIC_CREATION | final public static String RELATION_BASIC_CREATION(Code) | | |
RELATION_BASIC_REMOVAL | final public static String RELATION_BASIC_REMOVAL(Code) | | |
RELATION_BASIC_UPDATE | final public static String RELATION_BASIC_UPDATE(Code) | | |
RELATION_MBEAN_CREATION | final public static String RELATION_MBEAN_CREATION(Code) | | |
RELATION_MBEAN_REMOVAL | final public static String RELATION_MBEAN_REMOVAL(Code) | | |
RELATION_MBEAN_UPDATE | final public static String RELATION_MBEAN_UPDATE(Code) | | |
RelationNotification | public RelationNotification(String updateType, Object source, long sequenceNumber, long timestamp, String message, String relationId, String relationTypeName, ObjectName relationObjectName, String roleName, List newRoleValues, List oldRoleValues) throws IllegalArgumentException(Code) | | Constructor used when updating a Relation
|
getMBeansToUnregister | public List getMBeansToUnregister()(Code) | | |
getNewRoleValue | public List getNewRoleValue()(Code) | | |
getOldRoleValue | public List getOldRoleValue()(Code) | | |
getRelationTypeName | public String getRelationTypeName()(Code) | | |
|
|