软件包 | 描述 |
---|---|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
BeanContextServicesSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontextservices接口实现。
|
Modifier and Type | Method and Description |
---|---|
BeanContextServices |
BeanContextServicesSupport.getBeanContextServicesPeer()
获取与此相关的
BeanContextServices
BeanContextServicesSupport。
|
BeanContextServices |
BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
获取源的类型
BeanContextServices 参考
|
BeanContextServices |
BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
获取源的类型
BeanContextServices 参考。
|
Modifier and Type | Method and Description |
---|---|
Iterator |
BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, 类 serviceClass) |
Iterator |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, 类 serviceClass)
通过
BeanContextServices ,此方法获取当前服务选择器指定的服务。
|
Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs, Object requestor, 类 serviceClass, Object serviceSelector) |
Object |
BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, 类 serviceClass, Object serviceSelector)
通过
BeanContextServices ,这种方法要求从这一服务的实例
BeanContextServiceProvider 。
|
void |
BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service) |
void |
BeanContextServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
通过
BeanContextServices ,此方法释放一个嵌套的
BeanContextChild 的(或任何一个
BeanContextChild 相关的任意对象)参考指定的服务。
|
Constructor and Description |
---|
BeanContextServiceAvailableEvent(BeanContextServices bcs, 类 sc)
构建一个
BeanContextAvailableServiceEvent 。
|
BeanContextServiceRevokedEvent(BeanContextServices bcs, 类 sc, boolean invalidate)
构建一个
BeanContextServiceEvent 。
|
BeanContextServicesSupport(BeanContextServices peer)
创建一个对等体的实例
|
BeanContextServicesSupport(BeanContextServices peer, Locale lcle)
使用指定的区域设置创建一个实例
|
BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime)
使用指定的区域设置和设计模式创建一个实例。
|
BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
构建了一个BeanContextServicesSupport的实例
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.