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 Modifier and Type 接口 描述 interfaceBeanContextServicesBeanContextServices接口提供了一个机制,让BeanContext将通用的“服务”公开给它的BeanContextChild对象。interfaceBeanContextServicesListener用于接收BeanContextServiceAvailableEvent对象的侦听器接口。Classes in java.beans.beancontext that implement BeanContextServiceRevokedListener Modifier and Type Class 描述 classBeanContextChildSupport这是一个通用支持类,用于为实现BeanContextChild协议提供支持。classBeanContextServicesSupport这个助手类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。protected classBeanContextServicesSupport.BCSSProxyServiceProviderclassBeanContextSupport这个帮助类提供java.beans.beancontext.BeanContext接口的实用程序实现。Methods in java.beans.beancontext with parameters of type BeanContextServiceRevokedListener Modifier and Type 方法 描述 ObjectBeanContextServices. getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)ABeanContextChild或与BeanContextChild相关联的任何任意对象可以通过调用该方法从其嵌套BeanContextServices获得对当前注册服务的引用。ObjectBeanContextServicesSupport. getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)获得可能委托的服务
-