JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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:
CVS $Revision: 1.15 $ $Date: 2004/02/11 14:34:24 $
Author:
Avalon Development Team
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
resume
()
Resumes the component.
void
suspend
()
Suspends the component.
Method Detail
suspend
void suspend()
Suspends the component.
resume
void resume()
Resumes the component.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method