Package | Description |
---|---|
org.milyn.container |
Request Container Abstraction.
|
org.milyn.container.standalone |
Standalone Container Implementation.
|
org.milyn.javabean.context | |
org.milyn.javabean.observers | |
org.milyn.persistence.observers | |
org.milyn.smooks.camel.routing |
Modifier and Type | Method and Description |
---|---|
Collection<BeanContextLifecycleObserver> |
MockApplicationContext.getBeanContextLifecycleObservers() |
Collection<BeanContextLifecycleObserver> |
ApplicationContext.getBeanContextLifecycleObservers()
Get bean context observers.
|
Modifier and Type | Method and Description |
---|---|
void |
MockApplicationContext.addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer) |
void |
ApplicationContext.addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer)
Registers a bean context observer.
|
Modifier and Type | Method and Description |
---|---|
Collection<BeanContextLifecycleObserver> |
StandaloneApplicationContext.getBeanContextLifecycleObservers() |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneApplicationContext.addBeanContextLifecycleObserver(BeanContextLifecycleObserver observer) |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneBeanContext.addObserver(BeanContextLifecycleObserver observer) |
void |
BeanContext.addObserver(BeanContextLifecycleObserver observer)
Registers a bean context observer.
|
void |
StandaloneBeanContext.removeObserver(BeanContextLifecycleObserver observer) |
void |
BeanContext.removeObserver(BeanContextLifecycleObserver observer)
Unregisters a bean observer.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanWiringObserver
BeanContext Observer performing bean wiring. |
class |
ListToArrayChangeObserver
List to array change event listener.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanCreateLifecycleObserver
Bean creation lifecycle observer.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanRouterObserver
BeanRouterObserver is a
BeanContextLifecycleObserver that will route
a specified bean to the configured endpoint. |
Copyright © 2020. All rights reserved.