|
|||||||||
类 javax.management.relation.RoleList
的使用
使用 RoleList 的软件包 | |
---|---|
javax.management.relation | 提供 Relation Service 的定义。 |
javax.management.relation 中 RoleList 的使用 |
---|
返回 RoleList 的 javax.management.relation 中的方法 | |
---|---|
RoleList |
RoleResult.getRoles() 检索成功访问的角色列表。 |
RoleList |
RelationSupport.retrieveAllRoles() 返回关系中的所有角色,不检查读取模式。 |
RoleList |
Relation.retrieveAllRoles() 返回关系中的所有角色,不检查读取模式。 |
参数类型为 RoleList 的 javax.management.relation 中的方法 | |
---|---|
boolean |
RoleList.addAll(int theIndex, RoleList theRoleList) 从指定位置开始,将指定 RoleList 中的所有元素插入此列表,这些元素按指定 RoleList 的迭代器返回的顺序排列。 |
boolean |
RoleList.addAll(RoleList theRoleList) 将指定 RoleList 中的所有元素追加到列表末尾,这些元素按指定 RoleList 的迭代器返回的顺序排列。 |
void |
RelationServiceMBean.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList) 创建给定关系类型的简单关系(由 RelationSupport 对象表示),并将其添加到 Relation Service 中。 |
void |
RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList) 创建给定关系类型的简单关系(由 RelationSupport 对象表示),并将其添加到 Relation Service 中。 |
void |
RoleResult.setRoles(RoleList theRoleList) 设置成功访问的角色列表。 |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
Relation.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
RelationServiceMBean.setRoles(String theRelId, RoleList theRoleList) 以给定关系设置给定角色。 |
RoleResult |
RelationService.setRoles(String theRelId, RoleList theRoleList) 设置给定关系中的给定角色。 |
参数类型为 RoleList 的 javax.management.relation 中的构造方法 | |
---|---|
RelationSupport(String theRelId, ObjectName theRelServiceName, MBeanServer theRelServiceMBeanServer, String theRelTypeName, RoleList theRoleList) 创建对象。 |
|
RelationSupport(String theRelId, ObjectName theRelServiceName, String theRelTypeName, RoleList theRoleList) 创建对象。 |
|
RoleResult(RoleList theRoleList, RoleUnresolvedList theRoleUnresList) 构造方法。 |
所有类
|
|||||||||