API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans.beancontext. BeanContextServiceProvider View Source
Author(s)
Since
Version
Serial
Hierarchy
 BeanContextServiceProvider
Subinterfaces
Description
public interface BeanContextServiceProvider
  One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.
See also:   
Methods
Hide/Show inherited methods
public Iterator getCurrentServiceSelectors (BeanContextServices bcs, Class serviceClass)
  Invoked by BeanContextServices, this method gets the current service selectors for the specified service.
public Object getService (BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
  Invoked by BeanContextServices, this method requests an instance of a service from this BeanContextServiceProvider.
public void 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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar