Uses of Class
javax.management.relation.RoleList
-
Packages that use RoleList 软件包 描述 javax.management.relation 提供关系服务的定义。 -
-
Uses of RoleList in javax.management.relation
Methods in javax.management.relation that return RoleList Modifier and Type 方法 描述 RoleListRoleResult. getRoles()检索已成功访问的角色列表。RoleListRelation. retrieveAllRoles()返回关系中的所有角色,而不检查读取模式。RoleListRelationSupport. retrieveAllRoles()返回关系中的所有角色,而不检查读取模式。Methods in javax.management.relation with parameters of type RoleList Modifier and Type 方法 描述 booleanRoleList. addAll(int index, RoleList roleList)从指定的位置开始,按照指定的RoleList的迭代器返回的顺序,将指定的RoleList中的所有元素插入到此列表中。booleanRoleList. addAll(RoleList roleList)将所指定的RoleList中的所有元素按指定的RoleList的迭代器返回的顺序附加到列表的末尾。voidRelationService. createRelation(String relationId, String relationTypeName, RoleList roleList)创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到关系服务中。voidRelationServiceMBean. createRelation(String relationId, String relationTypeName, RoleList roleList)创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到关系服务中。RoleResultRelation. setRoles(RoleList roleList)设置给定的角色。RoleResultRelationService. setRoles(String relationId, RoleList roleList)在给定的关系中设定给定的角色。RoleResultRelationServiceMBean. setRoles(String relationId, RoleList roleList)在给定的关系中设定给定的角色。RoleResultRelationSupport. setRoles(RoleList list)设置给定的角色。voidRoleResult. setRoles(RoleList list)设置成功访问的角色列表。Constructors in javax.management.relation with parameters of type RoleList Constructor 描述 RelationSupport(String relationId, ObjectName relationServiceName, String relationTypeName, RoleList list)创建一个RelationSupport对象。RelationSupport(String relationId, ObjectName relationServiceName, MBeanServer relationServiceMBeanServer, String relationTypeName, RoleList list)创建一个RelationSupport对象。RoleResult(RoleList list, RoleUnresolvedList unresolvedList)构造函数。
-