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.html,v 1.1 2008/01/04 06:52:39 afitzsim Exp $
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: