Uses of Interface
java.beans.beancontext.BeanContextServices
-
Packages that use BeanContextServices 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextServices in java.beans.beancontext
Classes in java.beans.beancontext that implement BeanContextServices Modifier and Type Class 描述 class
BeanContextServicesSupport
这个助手类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。Methods in java.beans.beancontext that return BeanContextServices Modifier and Type 方法 描述 BeanContextServices
BeanContextServicesSupport. getBeanContextServicesPeer()
获取BeanContextServices
与此BeanContextServicesSupport
相关联。BeanContextServices
BeanContextServiceAvailableEvent. getSourceAsBeanContextServices()
获取来源作为参考类型BeanContextServices
。BeanContextServices
BeanContextServiceRevokedEvent. getSourceAsBeanContextServices()
获取来源作为参考类型BeanContextServices
Methods in java.beans.beancontext with parameters of type BeanContextServices Modifier and Type 方法 描述 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)
Constructors in java.beans.beancontext with parameters of type BeanContextServices Constructor 描述 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)
使用指定的区域设置和设计模式创建一个实例。BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
构造一个BeanContextServicesSupport实例
-