org.picocontainer
public interface LifecycleManager
org.picocontainer.defaults.LifecycleStrategy lifecycle strategy
.
Since: 1.2
See Also: org.picocontainer.defaults.LifecycleStrategy
Method Summary | |
---|---|
void | dispose(PicoContainer container)
Invoke the "dispose" method on the container's components. |
boolean | hasLifecycle()
Test if a container's component has a lifecycle. |
void | start(PicoContainer container)
Invoke the "start" method on the container's components. |
void | stop(PicoContainer container)
Invoke the "stop" method on the container's components. |
Parameters: container the container to "dispose" its components' lifecycle
Returns: true
if the component has a lifecycle
Parameters: container the container to "start" its components' lifecycle
Parameters: container the container to "stop" its components' lifecycle