Package | Description |
---|---|
jadex.commons.beans.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 |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs,
Class serviceClass) |
Object |
BeanContextServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector) |
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 © 2013. All Rights Reserved.