Interface Status

All Known Implementing Classes:
Active, Cancelled, Cancelled, Cancelling, Cancelling, CancelOnly, CancelOnly, Closed, Closing, Committed, Committing, Compensated, Compensating, Completed, Completing, Confirmed, Confirming, Created, HeuristicCancel, HeuristicConfirm, HeuristicHazard, HeuristicMixed, NoActivity, NoTransaction, Prepared, Preparing, RollbackOnly, RolledBack, RollingBack, Unknown

public interface Status
This interface is the basis for all statuses that the activity can go through. 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: Status.java,v 1.1 2002/11/25 10:51:44 nmcl Exp $
Author:
Mark Little (mark@arjuna.com)