org.apache.stratum.lifecycle
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.

Author:
Peter Donald, Berin Loritsch

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

Method Detail

suspend

public void suspend()
Suspends the component.


resume

public void resume()
Resumes the component.



Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.