JavaTM 2 Platform
Standard Ed. 5.0

类 javax.management.relation.RoleList
的使用

使用 RoleList 的软件包
javax.management.relation 提供 Relation Service 的定义。 
 

javax.management.relationRoleList 的使用
 

返回 RoleListjavax.management.relation 中的方法
 RoleList RoleResult.getRoles()
          检索成功访问的角色列表。
 RoleList RelationSupport.retrieveAllRoles()
          返回关系中的所有角色,不检查读取模式。
 RoleList Relation.retrieveAllRoles()
          返回关系中的所有角色,不检查读取模式。
 

参数类型为 RoleListjavax.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)
          设置给定关系中的给定角色。
 

参数类型为 RoleListjavax.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)
          构造方法。
 


JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策