Package | Description |
---|---|
org.milyn.calc | |
org.milyn.db | |
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.nested | |
org.milyn.io | |
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.context | |
org.milyn.javabean.dynamic | |
org.milyn.javabean.lifecycle | |
org.milyn.persistence | |
org.milyn.routing.basic |
Modifier and Type | Method and Description |
---|---|
void |
Counter.count(ExecutionContext executionContext,
Fragment source) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataSource.executeVisitLifecycleCleanup(Fragment fragment,
ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
void |
VisitLifecycleCleanable.executeVisitLifecycleCleanup(Fragment fragment,
ExecutionContext executionContext)
Cleanup the resources allocated by this resource for the specified ExecutionContext.
|
boolean |
Fragment.isParentFragment(Fragment fragment) |
Modifier and Type | Method and Description |
---|---|
void |
NestedExecutionVisitor.executeVisitLifecycleCleanup(Fragment fragment,
ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOutputStreamResource.executeVisitLifecycleCleanup(Fragment fragment,
ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
void |
BeanInstanceCreator.executeVisitLifecycleCleanup(Fragment fragment,
ExecutionContext executionContext) |
void |
BeanInstancePopulator.populateAndSetPropertyValue(Object bean,
BeanContext beanContext,
BeanId targetBeanId,
ExecutionContext executionContext,
Fragment source) |
void |
BeanInstancePopulator.setPropertyValue(String mapPropertyName,
Object dataObject,
ExecutionContext executionContext,
Fragment source) |
void |
BeanInstanceCreator.visitAfter(ExecutionContext executionContext,
Fragment source) |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneBeanContext.addBean(BeanId beanId,
Object bean,
Fragment source) |
void |
BeanContext.addBean(BeanId beanId,
Object bean,
Fragment source)
Add a bean instance under the specified beanId string.
|
void |
StandaloneBeanContext.addBean(String beanId,
Object bean,
Fragment source) |
void |
BeanContext.addBean(String beanId,
Object bean,
Fragment source)
Add a bean instance under the specified beanId.
|
void |
StandaloneBeanContext.changeBean(BeanId beanId,
Object bean,
Fragment source) |
void |
BeanContext.changeBean(BeanId beanId,
Object bean,
Fragment source)
Changes a bean instance of the given
BeanId . |
Object |
StandaloneBeanContext.removeBean(BeanId beanId,
Fragment source) |
Object |
BeanContext.removeBean(BeanId beanId,
Fragment source)
Removes a bean and all its associated lifecycle beans from the bean map
|
Object |
StandaloneBeanContext.removeBean(String beanId,
Fragment source) |
Object |
BeanContext.removeBean(String beanId,
Fragment source)
Removes a bean and all its associated lifecycle beans from the bean map
|
Modifier and Type | Method and Description |
---|---|
Fragment |
BeanMetadata.getCreateSource()
Get the source
Fragment that created the bean instance. |
Modifier and Type | Method and Description |
---|---|
List<Fragment> |
BeanMetadata.getPopulateSources()
Get the "population"
fragments that contributed data to the bean instance
(set data on it's properties). |
Modifier and Type | Method and Description |
---|---|
BeanMetadata |
BeanMetadata.setCreateSource(Fragment createSource)
Set the source
Fragment that created the bean instance. |
Modifier and Type | Method and Description |
---|---|
Fragment |
BeanContextLifecycleEvent.getSource()
Get the even source fragment.
|
Constructor and Description |
---|
BeanContextLifecycleEvent(ExecutionContext executionContext,
Fragment source,
BeanLifecycle lifecycle,
BeanId beanId,
Object bean)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityLocator.lookup(ExecutionContext executionContext,
Fragment source) |
Modifier and Type | Method and Description |
---|---|
void |
FragmentSerializer.executeVisitLifecycleCleanup(Fragment fragment,
ExecutionContext executionContext) |
Copyright © 2020. All rights reserved.