org.apache.ode.bpel.runtime
Class CompensationHandler

java.lang.Object
  extended by org.apache.ode.bpel.runtime.CompensationHandler
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CompensationHandler>

public class CompensationHandler
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<CompensationHandler>

A handle to a compensation handler.

See Also:
Serialized Form

Method Summary
 int compareTo(CompensationHandler that)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(CompensationHandler that)
Specified by:
compareTo in interface java.lang.Comparable<CompensationHandler>