See: Description
Interface | Description |
---|---|
LifecycleState |
Current lifecycle state of the container.
|
Class | Description |
---|---|
AbstractMonitoringLifecycleStrategy |
Abstract base class for lifecycle strategy implementation supporting a
ComponentMonitor . |
CompositeLifecycleStrategy |
Allow for use of alternate LifecycleStrategy strategies to be used
at the same time.
|
DefaultLifecycleState |
Bean-like implementation of LifecycleState.
|
JavaEE5LifecycleStrategy |
Java EE 5 has some annotations PreDestroy and PostConstruct that map to start() and dispose() in our world
|
NullLifecycleStrategy |
Lifecycle strategy that does nothing.
|
ReflectionLifecycleStrategy |
Reflection lifecycle strategy.
|
StartableLifecycleStrategy |
Startable lifecycle strategy.
|
Exception | Description |
---|---|
ReflectionLifecycleException |
Subclass of
PicoException that is thrown when there is a problem
invoking lifecycle methods via reflection. |
Alternative implementations of lifecycle strategy for use with a container. Currently supported options are: