com.arjuna.mw.wscf.model.twophase.common
Class CoordinationResult
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIRMED
public static final int CONFIRMED
- See Also:
- Constant Field Values
CANCELLED
public static final int CANCELLED
- See Also:
- Constant Field Values
CoordinationResult
public CoordinationResult()
stringForm
public static String stringForm(int res)
- Returns:
- a human-readable version of the outcome.
Copyright © 2012. All Rights Reserved.