JavaTM 2 Platform
Standard Ed. 5.0

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

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

javax.management.relation での RelationServiceNotRegisteredException の使用
 

RelationServiceNotRegisteredException をスローする 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 オブジェクト) を作成し、これを関係サービスに追加します。
 RoleResult RelationSupport.getAllRoles()
          関係に含まれるすべてのロールを返します。
 RoleResult Relation.getAllRoles()
          関係に含まれるすべてのロールを返します。
 RoleResult RelationServiceMBean.getAllRoles(String theRelId)
          関係に含まれるすべてのロールを返します。
 RoleResult RelationService.getAllRoles(String theRelId)
          関係に含まれるすべてのロールを返します。
 List RelationSupport.getRole(String theRoleName)
          指定されたロール名のロール値を取得します。
 List Relation.getRole(String theRoleName)
          指定されたロール名のロール値を取得します。
 List RelationServiceMBean.getRole(String theRelId, String theRoleName)
          指定された関係に含まれる指定されたロール名のロール値を取得します。
 List RelationService.getRole(String theRelId, String theRoleName)
          指定された関係に含まれる指定されたロール名のロール値を取得します。
 RoleResult RelationSupport.getRoles(String[] theRoleNameArray)
          指定された名前のロールの値を取得します。
 RoleResult Relation.getRoles(String[] theRoleNameArray)
          指定された名前のロールの値を取得します。
 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 の登録が解除された場合に関係サービスによって使用されるコールバックです。
 void RelationServiceMBean.isActive()
          関係サービスがアクティブかどうかをチェックします。
 void RelationService.isActive()
          関係サービスがアクティブかどうかをチェックします。
 void RelationServiceMBean.purgeRelations()
          関係をパージします。
 void RelationService.purgeRelations()
          関係をパージします。
 void RelationServiceMBean.removeRelation(String theRelId)
          指定された関係型を関係サービスから削除します。
 void RelationService.removeRelation(String theRelId)
          指定された関係型を関係サービスから削除します。
 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)
          指定された関係内の指定されたロールを設定します。
 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 も参照してください。