JavaTM 2 Platform
Standard Ed. 5.0

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

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

javax.management.relation での RoleNotFoundException の使用
 

RoleNotFoundException をスローする javax.management.relation のメソッド
 void RelationServiceMBean.addRelation(ObjectName theRelObjectName)
          ユーザによって作成され、MBean Server に登録される MBean を、関係として関係サービスに追加します。
 void RelationService.addRelation(ObjectName theRelObjectName)
          ユーザによって作成され、MBean Server に登録される MBean を、関係として関係サービスに追加します。
 void RelationServiceMBean.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          指定された関係型の単純な関係 (RelationSupport オブジェクト) を作成し、これを関係サービスに追加します。
 void RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          指定された関係型の単純な関係 (RelationSupport オブジェクト) を作成し、これを関係サービスに追加します。
 List RelationSupport.getRole(String theRoleName)
          指定されたロール名のロール値を取得します。
 List Relation.getRole(String theRoleName)
          指定されたロール名のロール値を取得します。
 List RelationServiceMBean.getRole(String theRelId, String theRoleName)
          指定された関係に含まれる指定されたロール名のロール値を取得します。
 List RelationService.getRole(String theRelId, String theRoleName)
          指定された関係に含まれる指定されたロール名のロール値を取得します。
 Integer RelationSupport.getRoleCardinality(String theRoleName)
          指定されたロール内で現在参照されている MBean の数を返します。
 Integer Relation.getRoleCardinality(String theRoleName)
          指定されたロール内で現在参照されている MBean の数を返します。
 Integer RelationServiceMBean.getRoleCardinality(String theRelId, String theRoleName)
          指定されたロール内で現在参照されている MBean の数を取得します。
 Integer RelationService.getRoleCardinality(String theRelId, String theRoleName)
          指定されたロール内で現在参照されている MBean の数を取得します。
 void RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          ロールに含まれる参照対象の MBean の登録が解除された場合に関係サービスによって使用されるコールバックです。
 void Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          ロールに含まれる参照対象の MBean の登録が解除された場合に関係サービスによって使用されるコールバックです。
 void RelationSupport.setRole(Role theRole)
          指定されたロールを設定します。
 void Relation.setRole(Role theRole)
          指定されたロールを設定します。
 void RelationServiceMBean.setRole(String theRelId, Role theRole)
          指定された関係内の指定されたロールを設定します。
 void RelationService.setRole(String theRelId, Role theRole)
          指定された関係内の指定されたロールを設定します。
 


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 も参照してください。