Uses of Interface
java.beans.beancontext.BeanContextServices
Package
Description
Provides classes and interfaces relating to bean context.
-
Uses of BeanContextServices in java.beans.beancontext
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionBeanContextServicesSupport.getBeanContextServicesPeer()
Deprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextServices
associated with thisBeanContextServicesSupport
.BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the source as a reference of typeBeanContextServices
.BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the source as a reference of typeBeanContextServices
Modifier and TypeMethodDescriptionIterator
<?> BeanContextServiceProvider.getCurrentServiceSelectors
(BeanContextServices bcs, Class<?> serviceClass) Deprecated, for removal: This API element is subject to removal in a future version.Invoked byBeanContextServices
, this method gets the current service selectors for the specified service.Iterator
<?> BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors
(BeanContextServices bcs, Class<?> serviceClass) BeanContextServiceProvider.getService
(BeanContextServices bcs, Object requestor, Class<?> serviceClass, Object serviceSelector) Deprecated, for removal: This API element is subject to removal in a future version.Invoked byBeanContextServices
, this method requests an instance of a service from thisBeanContextServiceProvider
.BeanContextServicesSupport.BCSSProxyServiceProvider.getService
(BeanContextServices bcs, Object requestor, Class<?> serviceClass, Object serviceSelector) void
BeanContextServiceProvider.releaseService
(BeanContextServices bcs, Object requestor, Object service) Deprecated, for removal: This API element is subject to removal in a future version.Invoked byBeanContextServices
, this method releases a nestedBeanContextChild
's (or any arbitrary object associated with aBeanContextChild
) reference to the specified service.void
BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService
(BeanContextServices bcs, Object requestor, Object service) ModifierConstructorDescriptionBeanContextServiceAvailableEvent
(BeanContextServices bcs, Class<?> sc) Deprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextAvailableServiceEvent
.BeanContextServiceRevokedEvent
(BeanContextServices bcs, Class<?> sc, boolean invalidate) Deprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextServiceEvent
.Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with a peerBeanContextServicesSupport
(BeanContextServices peer, Locale lcle) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance using the specified localeBeanContextServicesSupport
(BeanContextServices peer, Locale lcle, boolean dtime) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance using the specified Locale and design mode.BeanContextServicesSupport
(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible) Deprecated, for removal: This API element is subject to removal in a future version.Construct a BeanContextServicesSupport instance