Uses of Class
javax.management.relation.RoleList
-
Packages that use RoleList 软件包 描述 javax.management.relation 提供Relation Service的定义。 -
-
Uses of RoleList in javax.management.relation
Methods in javax.management.relation that return RoleList 变量和类型 方法 描述 RoleList
RoleResult. getRoles()
检索成功访问的角色列表。RoleList
Relation. retrieveAllRoles()
返回关系中的所有角色而不检查读取模式。RoleList
RelationSupport. retrieveAllRoles()
返回关系中的所有角色而不检查读取模式。Methods in javax.management.relation with parameters of type RoleList 变量和类型 方法 描述 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对象表示),并将其添加到Relation Service中。void
RelationServiceMBean. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到Relation Service中。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 构造器 描述 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)
构造函数。
-