org.picocontainer.alternatives
Class OldLifecycleManager
java.lang.Object
org.picocontainer.alternatives.OldLifecycleManager
- All Implemented Interfaces:
- LifecycleManager
- public class OldLifecycleManager
- extends Object
- implements LifecycleManager
- Version:
- $Revision: 1870 $
- Author:
- Paul Hammant
Method Summary |
void |
dispose(PicoContainer node)
Invoke the "dispose" method on the container's components and child components. |
void |
start(PicoContainer node)
Invoke the "start" method on the container's components and child components. |
void |
stop(PicoContainer node)
Invoke the "stop" method on the container's components and child components. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OldLifecycleManager
public OldLifecycleManager()
start
public void start(PicoContainer node)
- Description copied from interface:
LifecycleManager
- Invoke the "start" method on the container's components and child components.
It is up to the implementor to define exactly what a component's "start" method is.
- Specified by:
start
in interface LifecycleManager
- Parameters:
node
- The node to start the traversal.
stop
public void stop(PicoContainer node)
- Description copied from interface:
LifecycleManager
- Invoke the "stop" method on the container's components and child components.
It is up to the implementor to define exactly what a component's "stop" method is.
- Specified by:
stop
in interface LifecycleManager
- Parameters:
node
- The node to start the traversal.
dispose
public void dispose(PicoContainer node)
- Description copied from interface:
LifecycleManager
- Invoke the "dispose" method on the container's components and child components.
It is up to the implementor to define exactly what a component's "dispose" method is.
- Specified by:
dispose
in interface LifecycleManager
- Parameters:
node
- The node to start the traversal.
Copyright © 2003-2005 Codehaus. All Rights Reserved.