com.arjuna.mw.wscf.model.twophase.status
Class CancelOnly

java.lang.Object
  extended by com.arjuna.mw.wscf.model.twophase.status.CancelOnly
All Implemented Interfaces:
Status

public class CancelOnly
extends Object
implements Status

The status of the coordination is such that it will eventually cancel.

Since:
1.0.
Version:
$Id: CancelOnly.java,v 1.1 2003/01/07 10:33:45 nmcl Exp $
Author:
Mark Little (mark@arjuna.com)

Method Summary
static CancelOnly instance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

instance

public static CancelOnly instance()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.