Package | Description |
---|---|
jadex.commons.beans.beancontext |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanContext |
interface |
BeanContextServices |
Modifier and Type | Class and Description |
---|---|
class |
BeanContextChildSupport |
class |
BeanContextServicesSupport
This support class implements
BeanContextServices interface. |
class |
BeanContextSupport
This support class implements
BeanContext interface. |
Modifier and Type | Field and Description |
---|---|
BeanContextChild |
BeanContextChildSupport.beanContextChildPeer |
Modifier and Type | Method and Description |
---|---|
BeanContextChild |
BeanContextChildSupport.getBeanContextChildPeer() |
BeanContextChild |
BeanContextProxy.getBeanContextProxy() |
Modifier and Type | Method and Description |
---|---|
URL |
BeanContextSupport.getResource(String resourceName,
BeanContextChild child) |
URL |
BeanContext.getResource(String name,
BeanContextChild bcc) |
InputStream |
BeanContextSupport.getResourceAsStream(String resourceName,
BeanContextChild child) |
InputStream |
BeanContext.getResourceAsStream(String name,
BeanContextChild bcc) |
Object |
BeanContextServicesSupport.getService(BeanContextChild child,
Object requestor,
Class serviceClass,
Object serviceSelector,
BeanContextServiceRevokedListener bcsrl)
Get a service instance on behalf of the specified child of this context,
by calling the registered service provider, or by delegating to the
parent context.
|
Object |
BeanContextServices.getService(BeanContextChild child,
Object requestor,
Class serviceClass,
Object serviceSelector,
BeanContextServiceRevokedListener bcsrl) |
void |
BeanContextServicesSupport.releaseService(BeanContextChild child,
Object requestor,
Object service)
Release a service which has been requested previously.
|
void |
BeanContextServices.releaseService(BeanContextChild child,
Object requestor,
Object service) |
Constructor and Description |
---|
BeanContextChildSupport(BeanContextChild bcc) |
Copyright © 2013. All Rights Reserved.