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 变量和类型 类 描述 class
BeanContextServicesSupport
此帮助器类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。Methods in java.beans.beancontext that return BeanContextServices 变量和类型 方法 描述 BeanContextServices
BeanContextServicesSupport. getBeanContextServicesPeer()
获取BeanContextServices
与此相关BeanContextServicesSupport
。BeanContextServices
BeanContextServiceAvailableEvent. getSourceAsBeanContextServices()
获取源作为类型BeanContextServices
的引用。BeanContextServices
BeanContextServiceRevokedEvent. getSourceAsBeanContextServices()
获取源作为类型BeanContextServices
的引用Methods in java.beans.beancontext with parameters of type BeanContextServices 变量和类型 方法 描述 Iterator<?>
BeanContextServiceProvider. getCurrentServiceSelectors(BeanContextServices bcs, 类<?> serviceClass)
该方法由BeanContextServices
调用,获取指定服务的当前服务选择器。Object
BeanContextServiceProvider. getService(BeanContextServices bcs, Object requestor, 类<?> serviceClass, Object serviceSelector)
通过调用BeanContextServices
,该方法从这个请求服务的实例BeanContextServiceProvider
。void
BeanContextServiceProvider. releaseService(BeanContextServices bcs, Object requestor, Object service)
该方法由BeanContextServices
调用,释放嵌套的BeanContextChild
(或与BeanContextChild
相关联的任意对象)对指定服务的引用。Constructors in java.beans.beancontext with parameters of type BeanContextServices 构造器 描述 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实例
-