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 方法 描述 RoleList
RoleResult. getRoles()
检索已成功访问的角色列表。RoleList
Relation. retrieveAllRoles()
返回关系中的所有角色,而不检查读取模式。RoleList
RelationSupport. retrieveAllRoles()
返回关系中的所有角色,而不检查读取模式。Methods in javax.management.relation with parameters of type RoleList Modifier and Type 方法 描述 boolean
RoleList. addAll(int index, RoleList roleList)
从指定的位置开始,按照指定的RoleList的迭代器返回的顺序,将指定的RoleList中的所有元素插入到此列表中。boolean
RoleList. addAll(RoleList roleList)
将所指定的RoleList中的所有元素按指定的RoleList的迭代器返回的顺序附加到列表的末尾。void
RelationService. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到关系服务中。void
RelationServiceMBean. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到关系服务中。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
RoleResult. 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)
构造函数。
-