com.arjuna.mw.wscf.model.twophase.common
Class CoordinationResult

java.lang.Object
  extended by com.arjuna.mw.wscf.model.twophase.common.CoordinationResult

public class CoordinationResult
extends Object

The final coordination result.

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

Field Summary
static int CANCELLED
           
static int CONFIRMED
           
 
Constructor Summary
CoordinationResult()
           
 
Method Summary
static String stringForm(int res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIRMED

public static final int CONFIRMED
See Also:
Constant Field Values

CANCELLED

public static final int CANCELLED
See Also:
Constant Field Values
Constructor Detail

CoordinationResult

public CoordinationResult()
Method Detail

stringForm

public static String stringForm(int res)
Returns:
a human-readable version of the outcome.


Copyright © 2012. All Rights Reserved.