| Package | Description |
|---|---|
| org.milyn.db | |
| org.milyn.delivery |
Content Delivery.
|
| org.milyn.delivery.nested | |
| org.milyn.io | |
| org.milyn.javabean.context | |
| org.milyn.javabean.lifecycle |
| 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 |
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) |
Object |
StandaloneBeanContext.removeBean(String beanId,
Fragment source) |
Object |
BeanContext.removeBean(String beanId,
Fragment source) |
| 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) |
Copyright © 2015. All rights reserved.