org.apache.avalon.framework.activity
Interface Suspendable
public interface Suspendable
The Suspendable interface is used when a component
will need to temporarily halt execution of a component.
The execution may be halted so that you can reconfigure/
recompose/recontextualize component.
Version:
- Avalon Development Team
void | resume() - Resumes the component.
|
void | suspend() - Suspends the component.
|
resume
public void resume()
Resumes the component.
suspend
public void suspend()
Suspends the component.
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."