JavaTM 2 Platform
Standard Ed. 5.0

クラス
javax.management.relation.RoleList の使用

RoleList を使用しているパッケージ
javax.management.relation 関係サービスについて定義します。 
 

javax.management.relation での RoleList の使用
 

RoleList を返す javax.management.relation のメソッド
 RoleList RoleResult.getRoles()
          アクセスに成功したロールのリストを取得します。
 RoleList RelationSupport.retrieveAllRoles()
          読み取りモードをチェックしないで、関係に含まれるすべてのロールを返します。
 RoleList Relation.retrieveAllRoles()
          読み取りモードをチェックしないで、関係に含まれるすべてのロールを返します。
 

RoleList 型のパラメータを持つ javax.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 オブジェクト) を作成し、これを関係サービスに追加します。
 void RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          指定された関係型の単純な関係 (RelationSupport オブジェクト) を作成し、これを関係サービスに追加します。
 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)
          指定された関係内の指定されたロールを設定します。
 

RoleList 型のパラメータを持つ javax.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 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。