org.apache.ode.bpel.iapi
Interface Scheduler.Synchronizer

Enclosing interface:
Scheduler

public static interface Scheduler.Synchronizer


Method Summary
 void afterCompletion(boolean success)
          Called after the transaction is completed.
 void beforeCompletion()
          Called before the transaction is completed.
 

Method Detail

afterCompletion

void afterCompletion(boolean success)
Called after the transaction is completed.

Parameters:
success - indicates whether the transaction was comitted

beforeCompletion

void beforeCompletion()
Called before the transaction is completed.