com.arjuna.ats.arjuna.coordinator
Interface HeuristicInformation


public interface HeuristicInformation

An implementation of this interface should be returned by an AbstractRecord if it has caused a heuristic decision.

Version:
$Id: HeuristicInformation.java 2342 2006-03-30 13:06:17Z rbegg $
Author:
Richard A. Begg (richard.begg@arjuna.com)

Method Summary
 java.lang.Object getEntityReference()
          A reference to the entity that caused the heuristic.
 int getHeuristicType()
          The type of heuristic.
 

Method Detail

getHeuristicType

public int getHeuristicType()
The type of heuristic.

Returns:

getEntityReference

public java.lang.Object getEntityReference()
A reference to the entity that caused the heuristic.

Returns: