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

    Modifier and Type
    Method
    Description
    boolean
    equals(Object param)
    Two statuses are equal if their targets are the same.
  • Method Details

    • equals

      boolean equals(Object param)
      Two statuses are equal if their targets are the same.
      Overrides:
      equals in class Object