Package org.jbpm.runtime.manager.impl.tx
-
Class Summary Class Description DestroySessionTransactionSynchronization Transaction synchronization implementation that destroys theKieSessioninstance in thebeforeCompletioncall executed for the current transaction.DisposeSessionTransactionSynchronization Transaction synchronization that disposes of theKieSessioninstance on transaction completion during theafterCompletionphase.NoOpTransactionManager NoTransactionalTimerResourcesCleanupAwareSchedulerServiceInterceptor This is for transactional global service so it could remove non-transactional resources when the tx is rolled backTransactionAwareSchedulerServiceInterceptor Transaction aware scheduler service interceptor that will delay actual scheduling of the timer job instance to the afterCompletion phase of JTA transaction.