RoleResult |
RelationService.getAllRoles(String relationId) |
返回关系中存在的所有角色。
|
RoleResult |
RelationServiceMBean.getAllRoles(String relationId) |
返回关系中存在的所有角色。
|
Map<ObjectName,List<String>> |
RelationService.getReferencedMBeans(String relationId) |
检索在关系的各种角色中引用的MBean。
|
Map<ObjectName,List<String>> |
RelationServiceMBean.getReferencedMBeans(String relationId) |
检索在关系的各种角色中引用的MBean。
|
String |
RelationService.getRelationTypeName(String relationId) |
返回给定关系的关联关系类型的名称。
|
String |
RelationServiceMBean.getRelationTypeName(String relationId) |
返回给定关系的关联关系类型的名称。
|
List<ObjectName> |
RelationService.getRole(String relationId, String roleName) |
检索给定关系中给定角色名称的角色值。
|
List<ObjectName> |
RelationServiceMBean.getRole(String relationId, String roleName) |
检索给定关系中给定角色名称的角色值。
|
Integer |
RelationService.getRoleCardinality(String relationId, String roleName) |
检索给定角色中当前引用的MBean数。
|
Integer |
RelationServiceMBean.getRoleCardinality(String relationId, String roleName) |
检索给定角色中当前引用的MBean数。
|
RoleResult |
RelationService.getRoles(String relationId, String[] roleNameArray) |
检索给定关系中给定名称的角色值。
|
RoleResult |
RelationServiceMBean.getRoles(String relationId, String[] roleNameArray) |
检索给定关系中给定名称的角色值。
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName, String roleName) |
当取消注册角色中引用的MBean时,Relation Service使用的回调。
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName) |
当取消注册角色中引用的MBean时,Relation Service使用的回调。
|
ObjectName |
RelationService.isRelationMBean(String relationId) |
如果关系由MBean表示(由用户创建并作为Relation Service中的关系添加),则返回MBean的ObjectName。
|
ObjectName |
RelationServiceMBean.isRelationMBean(String relationId) |
如果关系由MBean表示(由用户创建并作为Relation Service中的关系添加),则返回MBean的ObjectName。
|
void |
RelationService.removeRelation(String relationId) |
从Relation Service中删除给定的关系。
|
void |
RelationServiceMBean.removeRelation(String relationId) |
从Relation Service中删除给定的关系。
|
void |
RelationService.sendRelationCreationNotification(String relationId) |
发送关系创建的通知(RelationNotification)。
|
void |
RelationServiceMBean.sendRelationCreationNotification(String relationId) |
发送关系创建的通知(RelationNotification)。
|
void |
RelationService.sendRelationRemovalNotification(String relationId, List<ObjectName> unregMBeanList) |
发送关系删除通知(RelationNotification)。
|
void |
RelationServiceMBean.sendRelationRemovalNotification(String relationId, List<ObjectName> unregMBeanList) |
发送关系删除通知(RelationNotification)。
|
void |
RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue) |
为给定关系中的角色更新发送通知(RelationNotification)。
|
void |
RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue) |
为给定关系中的角色更新发送通知(RelationNotification)。
|
void |
Relation.setRole(Role role) |
设置给定角色。
|
void |
RelationService.setRole(String relationId, Role role) |
在给定关系中设置给定角色。
|
void |
RelationServiceMBean.setRole(String relationId, Role role) |
在给定关系中设置给定角色。
|
void |
RelationSupport.setRole(Role role) |
设置给定角色。
|
RoleResult |
Relation.setRoles(RoleList roleList) |
设置给定的角色。
|
RoleResult |
RelationService.setRoles(String relationId, RoleList roleList) |
在给定关系中设置给定角色。
|
RoleResult |
RelationServiceMBean.setRoles(String relationId, RoleList roleList) |
在给定关系中设置给定角色。
|
RoleResult |
RelationSupport.setRoles(RoleList list) |
设置给定的角色。
|
void |
RelationService.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue) |
处理给定关系中给定角色更新的Relation Service角色映射的更新。
|
void |
RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue) |
处理给定关系中给定角色更新的Relation Service角色映射的更新。
|