JavaTM 2 Platform
Standard Ed. 5.0

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

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

javax.management.relation での RelationNotFoundException の使用
 

RelationNotFoundException をスローする javax.management.relation のメソッド
 RoleResult RelationServiceMBean.getAllRoles(String theRelId)
          関係に含まれるすべてのロールを返します。
 RoleResult RelationService.getAllRoles(String theRelId)
          関係に含まれるすべてのロールを返します。
 Map RelationServiceMBean.getReferencedMBeans(String theRelId)
          関係のさまざまなロールで参照される MBean を取得します。
 Map RelationService.getReferencedMBeans(String theRelId)
          関係のさまざまなロールで参照される MBean を取得します。
 String RelationServiceMBean.getRelationTypeName(String theRelId)
          指定された関係の関係型の名前を返します。
 String RelationService.getRelationTypeName(String theRelId)
          指定された関係の関係型の名前を返します。
 List RelationServiceMBean.getRole(String theRelId, String theRoleName)
          指定された関係に含まれる指定されたロール名のロール値を取得します。
 List RelationService.getRole(String theRelId, String theRoleName)
          指定された関係に含まれる指定されたロール名のロール値を取得します。
 Integer RelationServiceMBean.getRoleCardinality(String theRelId, String theRoleName)
          指定されたロール内で現在参照されている MBean の数を取得します。
 Integer RelationService.getRoleCardinality(String theRelId, String theRoleName)
          指定されたロール内で現在参照されている MBean の数を取得します。
 RoleResult RelationServiceMBean.getRoles(String theRelId, String[] theRoleNameArray)
          指定された関係に含まれる指定された名前のロールの値を取得します。
 RoleResult RelationService.getRoles(String theRelId, String[] theRoleNameArray)
          指定された関係に含まれる指定された名前のロールの値を取得します。
 void RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          ロールに含まれる参照対象の MBean の登録が解除された場合に関係サービスによって使用されるコールバックです。
 void Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          ロールに含まれる参照対象の MBean の登録が解除された場合に関係サービスによって使用されるコールバックです。
 ObjectName RelationServiceMBean.isRelationMBean(String theRelId)
          ユーザによって作成され、関係として関係サービスに追加された MBean が関係を表す場合、この MBean の ObjectName を返します。
 ObjectName RelationService.isRelationMBean(String theRelId)
          ユーザによって作成され、関係として関係サービスに追加された MBean が関係を表す場合、この MBean の ObjectName を返します。
 void RelationServiceMBean.removeRelation(String theRelId)
          指定された関係型を関係サービスから削除します。
 void RelationService.removeRelation(String theRelId)
          指定された関係型を関係サービスから削除します。
 void RelationServiceMBean.sendRelationCreationNotification(String theRelId)
          関係作成の通知 (RelationNotification) を送信します。
 void RelationService.sendRelationCreationNotification(String theRelId)
          関係作成の通知 (RelationNotification) を送信します。
 void RelationServiceMBean.sendRelationRemovalNotification(String theRelId, List theUnregMBeanList)
          関係削除の通知 (RelationNotification) を送信します。
 void RelationService.sendRelationRemovalNotification(String theRelId, List theUnregMBeanList)
          関係削除の通知 (RelationNotification) を送信します。
 void RelationServiceMBean.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue)
          指定された関係内のロール更新の通知 (RelationNotification) を送信します。
 void RelationService.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue)
          指定された関係内のロール更新の通知 (RelationNotification) を送信します。
 void RelationSupport.setRole(Role theRole)
          指定されたロールを設定します。
 void Relation.setRole(Role theRole)
          指定されたロールを設定します。
 void RelationServiceMBean.setRole(String theRelId, Role theRole)
          指定された関係内の指定されたロールを設定します。
 void RelationService.setRole(String theRelId, Role theRole)
          指定された関係内の指定されたロールを設定します。
 RoleResult RelationSupport.setRoles(RoleList theRoleList)
          指定されたロールを設定します。
 RoleResult Relation.setRoles(RoleList theRoleList)
          指定されたロールを設定します。
 RoleResult RelationServiceMBean.setRoles(String theRelId, RoleList theRoleList)
          指定された関係内の指定されたロールを設定します。
 RoleResult RelationService.setRoles(String theRelId, RoleList theRoleList)
          指定された関係内の指定されたロールを設定します。
 void RelationServiceMBean.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue)
          指定された関係内の指定されたロールを更新するため、関係サービスロールマップの更新を処理します。
 void RelationService.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue)
          指定された関係内の指定されたロールを更新するため、関係サービスロールマップの更新を処理します。
 


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