Uses of Interface
java.beans.beancontext.BeanContextServiceProvider
-
Packages that use BeanContextServiceProvider 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextServiceProvider in java.beans.beancontext
Classes in java.beans.beancontext that implement BeanContextServiceProvider Modifier and Type Class 描述 protected classBeanContextServicesSupport.BCSSProxyServiceProviderFields in java.beans.beancontext declared as BeanContextServiceProvider Modifier and Type Field 描述 protected BeanContextServiceProviderBeanContextServicesSupport.BCSSServiceProvider. serviceProvider服务提供商。Methods in java.beans.beancontext that return BeanContextServiceProvider Modifier and Type 方法 描述 protected BeanContextServiceProviderBeanContextServicesSupport.BCSSServiceProvider. getServiceProvider()返回服务提供者。Methods in java.beans.beancontext with parameters of type BeanContextServiceProvider Modifier and Type 方法 描述 booleanBeanContextServices. addService(Class<?> serviceClass, BeanContextServiceProvider serviceProvider)向这个BeanContext添加一个服务。booleanBeanContextServicesSupport. addService(Class<?> serviceClass, BeanContextServiceProvider bcsp)添加服务protected booleanBeanContextServicesSupport. addService(Class<?> serviceClass, BeanContextServiceProvider bcsp, boolean fireEvent)添加服务protected BeanContextServicesSupport.BCSSServiceProviderBeanContextServicesSupport. createBCSSServiceProvider(Class<?> sc, BeanContextServiceProvider bcsp)子类可以覆盖此方法来创建BCSSServiceProvider的新子类,而不必重写addService()以便实例化。voidBeanContextServices. revokeService(Class<?> serviceClass, BeanContextServiceProvider serviceProvider, boolean revokeCurrentServicesNow)希望从此上下文中删除当前注册的服务的BeanContextServiceProviders可以通过调用此方法来实现。voidBeanContextServicesSupport. revokeService(Class<?> serviceClass, BeanContextServiceProvider bcsp, boolean revokeCurrentServicesNow)删除服务
-