|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |