Java プラットフォーム 1.2

インタフェース
java.beans.beancontext.BeanContextChild の使用

BeanContextChild を使用するパッケージ
java.beans.beancontext bean コンテキストに関連するクラスおよびインタフェースを提供します。 
 

java.beans.beancontext における BeanContextChild の使用方法
 

java.beans.beancontext における BeanContextChild のサブインタフェース
 interface BeanContext
           BeanContext は JavaBeans の論理階層コンテナとして動作します。
 interface BeanContextServices
           BeanContextServices インタフェースは、BeanContextChild オブジェクトが汎用サービスを受けられるようにするための機構を BeanContext に提供します。
 

BeanContextChild を実装する java.beans.beancontext におけるクラス
 class BeanContextChildSupport
           BeanContextChild プロトコルの実装をサポートするための一般的なサポートクラスです。
 class BeanContextServicesSupport
           このヘルパークラスは、java.beans.beancontext.BeanContextServices インタフェースのユーティリティの実装を提供します。
 class BeanContextSupport
           このヘルパークラスは java.beans.beancontext.BeanContext インタフェースのユーティリティの実装を提供します。
 

BeanContextChild として宣言される java.beans.beancontext におけるフィールド
 BeanContextChild BeanContextChildSupport.beanContextChildPeer
           
 

BeanContextChild を返す java.beans.beancontext におけるメソッド
 BeanContextChild BeanContextChildSupport.getBeanContextChildPeer()
           
protected static BeanContextChild BeanContextSupport.getChildBeanContextChild(Object child)
           
 BeanContextChild BeanContextProxy.getBeanContextProxy()
           
 

BeanContextChild のパラメータを持つ java.beans.beancontext におけるメソッド
 InputStream BeanContextSupport.getResourceAsStream(String name, BeanContextChild bcc)
           
 URL BeanContextSupport.getResource(String name, BeanContextChild bcc)
           
 Object BeanContextServices.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
           
 void BeanContextServices.releaseService(BeanContextChild child, Object requestor, Object service)
          サービスの参照を解放します。
 Object BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          サービスを取得します。
 void BeanContextServicesSupport.releaseService(BeanContextChild child, Object requestor, Object service)
          サービスを解放します。
 InputStream BeanContext.getResourceAsStream(String name, BeanContextChild bcc)
           
 URL BeanContext.getResource(String name, BeanContextChild bcc)
           
 

BeanContextChild のパラメータを持つ java.beans.beancontext におけるコンストラクタ
BeanContextChildSupport.BeanContextChildSupport(BeanContextChild bcc)
          JavaBean コンポーネント自身が BeanContextChild を実装し、これをカプセル化している BeanContextChildSupport を構築します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.