JavaTM 2 Platform
Standard Edition

Uses of Interface
java.beans.beancontext.BeanContextServices

Packages that use BeanContextServices
java.beans.beancontext Provides classes and interfaces relating to bean context. 
 

Uses of BeanContextServices in java.beans.beancontext
 

Classes in java.beans.beancontext that implement BeanContextServices
 class BeanContextServicesSupport
           This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
 

Methods in java.beans.beancontext that return BeanContextServices
 BeanContextServices BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
          get the source as a reference of type BeanContextServices
 BeanContextServices BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
          get the source as a reference of type BeanContextServices
 BeanContextServices BeanContextServicesSupport.getBeanContextServicesPeer()
           
 

Methods in java.beans.beancontext with parameters of type BeanContextServices
 Object BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
          request an instance of a service,
 void BeanContextServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
          release the service
 Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 Object BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
           
 void BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
           
 Iterator BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 

Constructors in java.beans.beancontext with parameters of type BeanContextServices
BeanContextServiceAvailableEvent.BeanContextServiceAvailableEvent(BeanContextServices bcs, Class sc)
          construct a BeanContextServiceEvent
BeanContextServiceRevokedEvent.BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
          construct a BeanContextServiceEvent
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
           Construct a BeanContextServicesSupport instance
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime)
          Create an instance using the specified Locale and design mode.
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer, Locale lcle)
          Create an instance using the specified locale
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer)
          Create an instance with a peer
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.