IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface CompensationBehaviour


public interface CompensationBehaviour

This interface defines symbolic constants that state how to deal with compensation. These constants are to be used when a process instance is terminated - see BusinessFlowManagerService.forceTerminate(PIID,int).

Since:
5.1

Field Summary
static java.lang.String COPYRIGHT
           
static int IGNORE_COMPENSATION
          Symbolic constant that indicates that compenstation is to be ignored.
static int INVOKE_COMPENSATION
          Symbolic constant that indicates that compenstation is to be invoked, if defined.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

IGNORE_COMPENSATION

static final int IGNORE_COMPENSATION
Symbolic constant that indicates that compenstation is to be ignored.

See Also:
Constant Field Values

INVOKE_COMPENSATION

static final int INVOKE_COMPENSATION
Symbolic constant that indicates that compenstation is to be invoked, if defined.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8