Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.beans.beancontext.BeanContextServiceProvider

Uses of BeanContextServiceProvider in java.beans.beancontext
 

Classes in java.beans.beancontext that implement BeanContextServiceProvider
protected  class BeanContextServicesSupport.BCSSProxyServiceProvider
           
 

Fields in java.beans.beancontext declared as BeanContextServiceProvider
protected  BeanContextServiceProvider BeanContextServicesSupport.BCSSServiceProvider.serviceProvider
           
 

Methods in java.beans.beancontext that return BeanContextServiceProvider
protected  BeanContextServiceProvider BeanContextServicesSupport.BCSSServiceProvider.getServiceProvider()
           
 

Methods in java.beans.beancontext with parameters of type BeanContextServiceProvider
 boolean BeanContextServicesSupport.addService(java.lang.Class serviceClass, BeanContextServiceProvider bcsp)
           
protected  boolean BeanContextServicesSupport.addService(java.lang.Class serviceClass, BeanContextServiceProvider bcsp, boolean fireEvent)
           
protected  BeanContextServicesSupport.BCSSServiceProvider BeanContextServicesSupport.createBCSSServiceProvider(java.lang.Class sc, BeanContextServiceProvider bcsp)
           
 void BeanContextServicesSupport.revokeService(java.lang.Class serviceClass, BeanContextServiceProvider bcsp, boolean revokeCurrentServicesNow)
           
 boolean BeanContextServices.addService(java.lang.Class serviceClass, BeanContextServiceProvider provider)
          Register a service to make it available to others.
 void BeanContextServices.revokeService(java.lang.Class serviceClass, BeanContextServiceProvider provider, boolean revokeNow)
          Make it so that no one else can use this service.