com.atomikos.icatch
Interface HeuristicMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
StringHeuristicMessage

public interface HeuristicMessage
extends Serializable

Copyright © 2001-2006, Atomikos. A message to help resolving heuristic problem cases. Instances can be given to the resource, which will keep them and return them as part of a heuristic exception.


Method Summary
 String toString()
          Get the description of the heuristically terminated work.
 

Method Detail

toString

String toString()
Get the description of the heuristically terminated work.

Overrides:
toString in class Object
Returns:
String the description in string format.