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) |
检索当前在给定角色中引用的MBeans数。
|
Integer |
RelationServiceMBean.getRoleCardinality(String relationId, String roleName) |
检索当前在给定角色中引用的MBeans数。
|
RoleResult |
RelationService.getRoles(String relationId, String[] roleNameArray) |
以给定的关系取得给定名称的角色值。
|
RoleResult |
RelationServiceMBean.getRoles(String relationId, String[] roleNameArray) |
以给定的关系取得给定名称的角色值。
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName, String roleName) |
当角色引用的MBean未注册时,关系服务使用的回调。
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName) |
当角色引用的MBean未注册时,关系服务使用的回调。
|
ObjectName |
RelationService.isRelationMBean(String relationId) |
如果关系由MBean(由用户创建并在关系服务中添加为关系)表示,则返回MBean的ObjectName。
|
ObjectName |
RelationServiceMBean.isRelationMBean(String relationId) |
如果关系由MBean(由用户创建并在关系服务中添加为关系)表示,则返回MBean的ObjectName。
|
void |
RelationService.removeRelation(String relationId) |
从关系服务中删除给定的关系。
|
void |
RelationServiceMBean.removeRelation(String relationId) |
从关系服务中删除给定的关系。
|
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) |
处理关系服务角色图更新给定关系中给定角色的更新。
|
void |
RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue) |
处理关系服务角色图更新给定关系中给定角色的更新。
|