org.apache.avalon.framework.activity
public interface Startable
Version: CVS $Revision: 1.14 $ $Date: 2003/02/11 15:58:38 $
Method Summary | |
---|---|
void | start()
Starts the component.
|
void | stop()
Stops the component.
|
Throws: Exception if Component can not be started
Throws: Exception if the Component can not be Stopped.