org.apache.avalon.framework.activity
public interface Startable
Version: $Id: Startable.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
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.