JavaTM 2 Platform
Standard Ed. 6

接口 java.beans.beancontext.BeanContextServices
的使用

使用 BeanContextServices 的软件包
java.beans.beancontext 提供与 bean 上下文有关的类和接口。 
 

java.beans.beancontextBeanContextServices 的使用
 

实现 BeanContextServicesjava.beans.beancontext 中的类
 class BeanContextServicesSupport
           此帮助器类提供 java.beans.beancontext.BeanContextServices 接口的实用工具实现。
 

返回 BeanContextServicesjava.beans.beancontext 中的方法
 BeanContextServices BeanContextServicesSupport.getBeanContextServicesPeer()
          获得与此 BeanContextServicesSupport 相关联的 BeanContextServices
 BeanContextServices BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
          获得作为 BeanContextServices 类型引用的源。
 BeanContextServices BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
          获得作为 BeanContextServices 类型引用的源
 

参数类型为 BeanContextServicesjava.beans.beancontext 中的方法
 Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
          由 BeanContextServices 调用,此方法获得指定服务的当前服务选择器。
 Iterator BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 Object BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
          由 BeanContextServices 调用,此方法请求来自此 BeanContextServiceProvider 服务的一个实例。
 Object BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
           
 void BeanContextServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
          由 BeanContextServices 调用,此方法释放一个对特定服务的嵌套 BeanContextChild(或与 BeanContextChild 关联的任意对象)的引用。
 void BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
           
 

参数类型为 BeanContextServicesjava.beans.beancontext 中的构造方法
BeanContextServiceAvailableEvent(BeanContextServices bcs, Class sc)
          构造一个 BeanContextAvailableServiceEvent
BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
          构造一个 BeanContextServiceEvent
BeanContextServicesSupport(BeanContextServices peer)
          创建一个具有同位体的实例
BeanContextServicesSupport(BeanContextServices peer, Locale lcle)
          使用指定语言环境创建一个实例。
BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime)
          使用指定 Locale 和设计模式创建一个实例。
BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
           构造一个 BeanContextServicesSupport 实例
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only