JavaTM 2 Platform
Std. Ed. v1.3

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

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

java.beans.beancontext での BeanContextServices の使用
 

BeanContextServices を実装している java.beans.beancontext のクラス
 class BeanContextServicesSupport
           このヘルパークラスは、java.beans.beancontext.BeanContextServices インタフェースのユーティリティの実装を提供します。
 

BeanContextServices を返す java.beans.beancontext のメソッド
 BeanContextServices BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
          BeanContextServices タイプの参照としてソースを取得します。
 BeanContextServices BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
          BeanContextServices タイプの参照としてソースを取得します。
 BeanContextServices BeanContextServicesSupport.getBeanContextServicesPeer()
          この BeanContextServicesSupport に関連した BeanContextServices を取得します。
 

BeanContextServices 型のパラメータを持つ java.beans.beancontext のメソッド
 Object BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
           
 void BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
           
 Iterator BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 Object BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
          BeanContextServices によって呼び出されます。
 void BeanContextServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
          BeanContextServices によって呼出されます。
 Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
          BeanContextServices によって呼び出されます。
 

BeanContextServices 型のパラメータを持つ java.beans.beancontext のコンストラクタ
BeanContextServiceAvailableEvent(BeanContextServices bcs, Class sc)
          BeanContextAvailableServiceEvent を構築します。
BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
          BeanContextServiceEvent を構築します。
BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
           BeanContextServicesSupport のインスタンスを生成します。
BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime)
          指定された Locale を使って設計モードでインスタンスを生成します。
BeanContextServicesSupport(BeanContextServices peer, Locale lcle)
          指定されたロケールを使ってインスタンスを生成します。
BeanContextServicesSupport(BeanContextServices peer)
          ピアを使ってインスタンスを生成します。
 


JavaTM 2 Platform
Std. Ed. v1.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.