RelationNotification
RelationNotification
Relation Service의 변경을 알리는 알림(notification)이에요. 관계가 생성되거나, MBean이 관계로 추가되거나, 역할이 갱신되거나, 관계가 제거될 때 발송돼요.
본문
Relation Service의 변경을 알리는 알림(notification)이에요. 관계가 생성되거나, MBean이 관계로 추가되거나, 역할이 갱신되거나, 관계가 제거될 때 발송돼요.
public class RelationNotification extends Notification
public String getRelationId()
public String getRelationTypeName()
public ObjectName getObjectName()
public List<ObjectName> getMBeansToUnregister()
public String getRoleName()
public List<ObjectName> getOldRoleValue()
public List<ObjectName> getNewRoleValue()