Package | Description |
---|---|
jadex.commons.beans | |
jadex.commons.beans.beancontext |
Modifier and Type | Method and Description |
---|---|
static Object |
Beans.instantiate(ClassLoader cls,
String beanName,
BeanContext beanContext)
Obtains an instance of a JavaBean specified the bean name using the
specified class loader, and adds the instance into the specified bean
context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanContextServices |
Modifier and Type | Class and Description |
---|---|
class |
BeanContextServicesSupport
This support class implements
BeanContextServices interface. |
class |
BeanContextSupport
This support class implements
BeanContext interface. |
Modifier and Type | Method and Description |
---|---|
BeanContext |
BeanContextEvent.getBeanContext() |
BeanContext |
BeanContextChildSupport.getBeanContext() |
BeanContext |
BeanContextChild.getBeanContext() |
BeanContext |
BeanContextSupport.getBeanContextPeer()
Returns the peer of this context casted as
BeanContext . |
BeanContext |
BeanContextEvent.getPropagatedFrom() |
Modifier and Type | Method and Description |
---|---|
void |
BeanContextChildSupport.setBeanContext(BeanContext bc) |
void |
BeanContextChild.setBeanContext(BeanContext bc) |
void |
BeanContextEvent.setPropagatedFrom(BeanContext bc) |
boolean |
BeanContextChildSupport.validatePendingSetBeanContext(BeanContext newValue) |
Constructor and Description |
---|
BeanContextMembershipEvent(BeanContext bc,
Collection changes) |
BeanContextMembershipEvent(BeanContext bc,
Object[] changes) |
BeanContextSupport(BeanContext peer)
Constructs a
BeanContextSupport which is a delegate
of the given peer. |
BeanContextSupport(BeanContext peer,
Locale locale)
Constructs a
BeanContextSupport which is a delegate
of the given peer. |
BeanContextSupport(BeanContext peer,
Locale locale,
boolean designTime)
Constructs a
BeanContextSupport which is a delegate
of the given peer. |
BeanContextSupport(BeanContext peer,
Locale locale,
boolean designTime,
boolean okToUseGui)
Constructs a
BeanContextSupport which is a delegate
of the given peer. |
Copyright © 2013. All Rights Reserved.