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