JavaTM 2 Platform
Std. Ed. v1.3

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()
          Gets the source as a reference of type BeanContextServices.
 BeanContextServices BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
          Gets the source as a reference of type BeanContextServices
 BeanContextServices BeanContextServicesSupport.getBeanContextServicesPeer()
          Gets the BeanContextServices associated with this BeanContextServicesSupport.
 

Methods in java.beans.beancontext with parameters of type BeanContextServices
 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)
           
 Object BeanContextServiceProvider.getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
          Invoked by BeanContextServices, this method requests an instance of a service from this BeanContextServiceProvider.
 void BeanContextServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service)
          Invoked by BeanContextServices, this method releases a nested BeanContextChild's (or any arbitrary object associated with a BeanContextChild) reference to the specified service.
 Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
          Invoked by BeanContextServices, this method gets the current service selectors for the specified service.
 

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


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

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