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:
$Id: Suspendable.java 506231 2007-02-12 02:36:54Z crossley $
Author:
Avalon Development Team

Method Summary
 void resume()
          Resumes the component.
 void suspend()
          Suspends the component.
 

Method Detail

suspend

void suspend()
Suspends the component.


resume

void resume()
Resumes the component.



Copyright © 1997-2011 Apache Software Foundation. All Rights Reserved.