パッケージ | 説明 |
---|---|
java.beans.beancontext |
Beanコンテキストに関連するクラスおよびインタフェースを提供します。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
BeanContextServices
BeanContextServicesインタフェースは、BeanContextChildオブジェクトがジェネリック・サービスを受けられるようにするためのメカニズムをBeanContextに提供します。
|
interface |
BeanContextServicesListener
BeanContextServiceAvailableEvent オブジェクトを受け取るためのリスナー・インタフェース。 |
修飾子と型 | クラスと説明 |
---|---|
class |
BeanContextChildSupport
BeanContextChildプロトコルの実装をサポートするための一般的なサポート・クラスです。
|
class |
BeanContextServicesSupport
このヘルパー・クラスは、java.beans.beancontext.BeanContextServicesインタフェースのユーティリティの実装を提供します。
|
protected class |
BeanContextServicesSupport.BCSSProxyServiceProvider |
class |
BeanContextSupport
このヘルパー・クラスは、java.beans.beancontext.BeanContextインタフェースのユーティリティの実装を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
サービスを取得します。そのサービスは委譲されることもあります。
|
Object |
BeanContextServices.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
BeanContextChild 、またはBeanContextChild に関連した任意のオブジェクトは、このメソッドを呼び出すことによって、入れ子になっているBeanContextServices から現在登録されているサービスへの参照を取得できます。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.