Interface CompletionStatus
- All Known Implementing Classes:
Failure
,FailureOnly
,Success
,Unknown
public interface CompletionStatus
Implementations of this interface represent the various ways in which
an activity can terminate. Services are expected to extend this in
specific ways. Uniqueness is guaranteed by the package scope of the
final implementation.
- Since:
- 1.0.
- Version:
- $Id: CompletionStatus.java,v 1.1 2002/11/25 10:51:41 nmcl Exp $
- Author:
- Mark Little (mark@arjuna.com)
-
Method Summary