Uses of Interface java.beans.beancontext.BeanContextServiceProvider

Uses in package java.beans.beancontext

Classes implementing java.beans.beancontext.BeanContextServiceProvider

class

Fields of type java.beans.beancontext.BeanContextServiceProvider

BeanContextServiceProvider

Methods with parameter type java.beans.beancontext.BeanContextServiceProvider

boolean
Register a service to make it available to others.
boolean
Registers a new service from the specified service provider.
boolean
Registers a new service from the specified service provider.
BeanContextServicesSupport.BCSSServiceProvider
Provides a hook so that subclasses can replace the BeanContextServicesSupport.BCSSServiceProvider class, used to store registered service providers, with a subclass without replacing the addService(Class,BeanContextServiceProvider) method.
void
BeanContextServices.revokeService(Class<T> serviceClass, BeanContextServiceProvider provider, boolean revokeNow)
Make it so that no one else can use this service.
void
BeanContextServicesSupport.revokeService(Class<T> serviceClass, BeanContextServiceProvider bcsp, boolean revokeCurrentServicesNow)
Revokes the given service.

Methods with return type java.beans.beancontext.BeanContextServiceProvider

BeanContextServiceProvider