Uses of Interface
java.beans.beancontext.BeanContextServiceRevokedListener
-
Packages that use BeanContextServiceRevokedListener 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextServiceRevokedListener in java.beans.beancontext
Subinterfaces of BeanContextServiceRevokedListener in java.beans.beancontext 变量和类型 接口 描述 interface
BeanContextServices
BeanContextServices接口为BeanContext提供了一种机制,用于向其中的BeanContextChild对象公开通用“服务”。interface
BeanContextServicesListener
用于接收BeanContextServiceAvailableEvent
对象的侦听器接口。Classes in java.beans.beancontext that implement BeanContextServiceRevokedListener 变量和类型 类 描述 class
BeanContextChildSupport
这是一个通用的支持类,为实现BeanContextChild协议提供支持。class
BeanContextServicesSupport
此帮助器类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。protected class
BeanContextServicesSupport.BCSSProxyServiceProvider
class
BeanContextSupport
此助手类提供java.beans.beancontext.BeanContext接口的实用程序实现。Methods in java.beans.beancontext with parameters of type BeanContextServiceRevokedListener 变量和类型 方法 描述 Object
BeanContextServices. getService(BeanContextChild child, Object requestor, 类<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
BeanContextChild
或与BeanContextChild
相关联的任何任意对象可以通过调用此方法从其嵌套BeanContextServices
获得对当前注册的服务的引用。Object
BeanContextServicesSupport. getService(BeanContextChild child, Object requestor, 类<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
获得可以委派的服务
-