JavaTM 2 Platform
Standard Ed. 5.0

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

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

javax.management.relation での RelationTypeNotFoundException の使用
 

RelationTypeNotFoundException をスローする javax.management.relation のメソッド
 void RelationServiceMBean.addRelation(ObjectName theRelObjectName)
          ユーザによって作成され、MBean Server に登録される MBean を、関係として関係サービスに追加します。
 void RelationService.addRelation(ObjectName theRelObjectName)
          ユーザによって作成され、MBean Server に登録される MBean を、関係として関係サービスに追加します。
 Integer RelationServiceMBean.checkRoleReading(String theRoleName, String theRelTypeName)
          指定された型の関係で、指定された Role の読み取りが可能かどうかをチェックします。
 Integer RelationService.checkRoleReading(String theRoleName, String theRelTypeName)
          指定された型の関係で、指定された Role の読み取りが可能かどうかをチェックします。
 Integer RelationServiceMBean.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg)
          指定された型の関係で、指定された Role の設定が可能かどうかをチェックします。
 Integer RelationService.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg)
          指定された型の関係で、指定された Role の設定が可能かどうかをチェックします。
 void RelationServiceMBean.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          指定された関係型の単純な関係 (RelationSupport オブジェクト) を作成し、これを関係サービスに追加します。
 void RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          指定された関係型の単純な関係 (RelationSupport オブジェクト) を作成し、これを関係サービスに追加します。
 List RelationServiceMBean.findRelationsOfType(String theRelTypeName)
          指定された型の関係の関係 ID を返します。
 List RelationService.findRelationsOfType(String theRelTypeName)
          指定された型の関係の関係 ID を返します。
 RoleInfo RelationServiceMBean.getRoleInfo(String theRelTypeName, String theRoleInfoName)
          指定された関係型の指定されたロールの情報を取得します。
 RoleInfo RelationService.getRoleInfo(String theRelTypeName, String theRoleInfoName)
          指定された関係型の指定されたロール名のロール情報を取得します。
 List RelationServiceMBean.getRoleInfos(String theRelTypeName)
          指定された関係型のロール情報 (RoleInfo オブジェクト) のリストを取得します。
 List RelationService.getRoleInfos(String theRelTypeName)
          指定された関係型のロール情報 (RoleInfo オブジェクト) のリストを取得します。
 void RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          ロールに含まれる参照対象の MBean の登録が解除された場合に関係サービスによって使用されるコールバックです。
 void Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          ロールに含まれる参照対象の MBean の登録が解除された場合に関係サービスによって使用されるコールバックです。
 void RelationServiceMBean.removeRelationType(String theRelTypeName)
          指定された関係型を関係サービスから削除します。
 void RelationService.removeRelationType(String theRelTypeName)
          指定された関係型を関係サービスから削除します。
 void RelationSupport.setRole(Role theRole)
          指定されたロールを設定します。
 void Relation.setRole(Role theRole)
          指定されたロールを設定します。
 void RelationServiceMBean.setRole(String theRelId, Role theRole)
          指定された関係内の指定されたロールを設定します。
 RoleResult RelationSupport.setRoles(RoleList theRoleList)
          指定されたロールを設定します。
 RoleResult Relation.setRoles(RoleList theRoleList)
          指定されたロールを設定します。
 


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