| Package | Description |
|---|---|
| com.googlecode.openbeans.beancontext |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContextServicesSupport
This support class implements
BeanContextServices interface. |
| Modifier and Type | Method and Description |
|---|---|
BeanContextServices |
BeanContextServicesSupport.getBeanContextServicesPeer()
Returns the peer of this context casted as
BeanContextServices. |
BeanContextServices |
BeanContextServiceRevokedEvent.getSourceAsBeanContextServices() |
BeanContextServices |
BeanContextServiceAvailableEvent.getSourceAsBeanContextServices() |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs,
Class serviceClass)
Throws
UnsupportedOperationException. |
Iterator |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs,
Class serviceClass) |
Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector)
Throws
UnsupportedOperationException. |
Object |
BeanContextServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector) |
void |
BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs,
Object requestor,
Object service)
Delegate to the wrapped
BeanContextServices. |
void |
BeanContextServiceProvider.releaseService(BeanContextServices bcs,
Object requestor,
Object service) |
| Constructor and Description |
|---|
BeanContextServiceAvailableEvent(BeanContextServices bcs,
Class sc) |
BeanContextServiceRevokedEvent(BeanContextServices bcs,
Class sc,
boolean invalidate) |
BeanContextServicesSupport(BeanContextServices peer)
Constructs a
BeanContextServicesSupport which is a delegate of the given peer. |
BeanContextServicesSupport(BeanContextServices peer,
Locale locale)
Constructs a
BeanContextServicesSupport which is a delegate of the given peer. |
BeanContextServicesSupport(BeanContextServices peer,
Locale locale,
boolean designTime)
Constructs a
BeanContextServicesSupport which is a delegate of the given peer. |
BeanContextServicesSupport(BeanContextServices peer,
Locale locale,
boolean designTime,
boolean okToUseGui)
Constructs a
BeanContextServicesSupport which is a delegate of the given peer. |
Copyright © 2014. All Rights Reserved.