com.atomikos.icatch
Class StringHeuristicMessage

java.lang.Object
  extended by com.atomikos.icatch.StringHeuristicMessage
All Implemented Interfaces:
HeuristicMessage, Serializable

public class StringHeuristicMessage
extends Object
implements HeuristicMessage

A default heuristic message implementation.

See Also:
Serialized Form

Field Summary
protected  String string_
           
 
Constructor Summary
StringHeuristicMessage(String string)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

string_

protected String string_
Constructor Detail

StringHeuristicMessage

public StringHeuristicMessage(String string)
Method Detail

toString

public String toString()
Specified by:
toString in interface HeuristicMessage
Overrides:
toString in class Object
Returns:
String A description of the application-level work.
See Also:
HeuristicMessage


Copyright © 2012. All Rights Reserved.