|
|||||||||
类 javax.management.relation.RoleResult
的使用
使用 RoleResult 的软件包 | |
---|---|
javax.management.relation | 提供 Relation Service 的定义。 |
javax.management.relation 中 RoleResult 的使用 |
---|
返回 RoleResult 的 javax.management.relation 中的方法 | |
---|---|
RoleResult |
RelationSupport.getAllRoles() 返回关系中存在的所有角色。 |
RoleResult |
Relation.getAllRoles() 返回该关系中存在的所有角色。 |
RoleResult |
RelationServiceMBean.getAllRoles(String theRelId) 返回关系中存在的所有角色。 |
RoleResult |
RelationService.getAllRoles(String theRelId) 返回关系中存在的所有角色。 |
RoleResult |
RelationSupport.getRoles(String[] theRoleNameArray) 检索具有给定名称的角色值。 |
RoleResult |
Relation.getRoles(String[] theRoleNameArray) 检索具有给定名称的角色值。 |
RoleResult |
RelationServiceMBean.getRoles(String theRelId, String[] theRoleNameArray) 检索给定关系中具有给定名称的角色值。 |
RoleResult |
RelationService.getRoles(String theRelId, String[] theRoleNameArray) 检索给定关系中具有给定名称的角色值。 |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
Relation.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
RelationServiceMBean.setRoles(String theRelId, RoleList theRoleList) 以给定关系设置给定角色。 |
RoleResult |
RelationService.setRoles(String theRelId, RoleList theRoleList) 设置给定关系中的给定角色。 |
所有类
|
|||||||||