|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV NEXT | ||||||||
Uses of Interface
java.beans.beancontext.BeanContextServices
| Uses of BeanContextServices in java.beans.beancontext |
| Classes in java.beans.beancontext that implement BeanContextServices | |
class |
BeanContextServicesSupport
|
| Methods in java.beans.beancontext that return BeanContextServices | |
BeanContextServices |
BeanContextServicesSupport.getBeanContextServicesPeer()
|
BeanContextServices |
BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
Get the BeanContextServices through which the service was available. |
BeanContextServices |
BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
Get the BeanContextServices through which the new service is available. |
| Methods in java.beans.beancontext with parameters of type BeanContextServices | |
java.util.Iterator |
BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs,
java.lang.Class serviceClass)
|
java.lang.Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Class serviceClass,
java.lang.Object serviceSelector)
|
void |
BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Object service)
|
java.lang.Object |
BeanContextServiceProvider.getService(BeanContextServices services,
java.lang.Object requestor,
java.lang.Class serviceClass,
java.lang.Object serviceSelector)
Get a service. |
void |
BeanContextServiceProvider.releaseService(BeanContextServices services,
java.lang.Object requestor,
java.lang.Object service)
Release the service. |
java.util.Iterator |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices services,
java.lang.Class serviceClass)
Get a list of valid service selectors for the specified service class. |
| Constructors in java.beans.beancontext with parameters of type BeanContextServices | |
BeanContextServicesSupport(BeanContextServices peer)
|
|
BeanContextServicesSupport(BeanContextServices peer,
java.util.Locale locale)
|
|
BeanContextServicesSupport(BeanContextServices peer,
java.util.Locale locale,
boolean dtime)
|
|
BeanContextServicesSupport(BeanContextServices peer,
java.util.Locale locale,
boolean dtime,
boolean visible)
|
|
BeanContextServiceRevokedEvent(BeanContextServices services,
java.lang.Class serviceClass,
boolean revokeNow)
Create a new service revoked event. |
|
BeanContextServiceAvailableEvent(BeanContextServices services,
java.lang.Class serviceClass)
Create a new service available event. |
|
|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV NEXT | ||||||||