tyrex.tm

Class Journal.RecoveredTransaction

public abstract static class Journal.RecoveredTransaction extends Object

Provides information about a recovered transaction. An object is returned for each heuristically complete recoverable transaction providing the transaction identifier and the heuristic decision.
Method Summary
abstract intgetHeuristic()
Returns the transaction heuristic decision.
abstract XidgetXid()
Returns the transaction identifier.

Method Detail

getHeuristic

public abstract int getHeuristic()
Returns the transaction heuristic decision. Valid heuristic values are

Returns: The transaction heuristic decision

getXid

public abstract Xid getXid()
Returns the transaction identifier.

Returns: The transaction identifier

Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.