Uses of Interface
java.beans.beancontext.BeanContextServices
Package | Description |
---|---|
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 Modifier and Type Class Description class
BeanContextServicesSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.Methods in java.beans.beancontext that return BeanContextServices Modifier and Type Method Description BeanContextServices
BeanContextServicesSupport. getBeanContextServicesPeer()
Gets theBeanContextServices
associated with thisBeanContextServicesSupport
.BeanContextServices
BeanContextServiceAvailableEvent. getSourceAsBeanContextServices()
Gets the source as a reference of typeBeanContextServices
.BeanContextServices
BeanContextServiceRevokedEvent. getSourceAsBeanContextServices()
Gets the source as a reference of typeBeanContextServices
Methods in java.beans.beancontext with parameters of type BeanContextServices Modifier and Type Method Description Iterator<?>
BeanContextServiceProvider. getCurrentServiceSelectors(BeanContextServices bcs, Class<?> serviceClass)
Invoked byBeanContextServices
, this method gets the current service selectors for the specified service.Object
BeanContextServiceProvider. getService(BeanContextServices bcs, Object requestor, Class<?> serviceClass, Object serviceSelector)
Invoked byBeanContextServices
, this method requests an instance of a service from thisBeanContextServiceProvider
.void
BeanContextServiceProvider. releaseService(BeanContextServices bcs, Object requestor, Object service)
Invoked byBeanContextServices
, this method releases a nestedBeanContextChild
's (or any arbitrary object associated with aBeanContextChild
) reference to the specified service.Constructors in java.beans.beancontext with parameters of type BeanContextServices Constructor Description BeanContextServiceAvailableEvent(BeanContextServices bcs, Class<?> sc)
Construct aBeanContextAvailableServiceEvent
.BeanContextServiceRevokedEvent(BeanContextServices bcs, Class<?> sc, boolean invalidate)
Construct aBeanContextServiceEvent
.BeanContextServicesSupport(BeanContextServices peer)
Create an instance with a peerBeanContextServicesSupport(BeanContextServices peer, Locale lcle)
Create an instance using the specified localeBeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime)
Create an instance using the specified Locale and design mode.BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
Construct a BeanContextServicesSupport instance