Package org.jbpm.runtime.manager.impl.tx
-
Class Summary Class Description DestroySessionTransactionSynchronization Transaction synchronization implementation that destroys theKieSession
instance in thebeforeCompletion
call executed for the current transaction.DisposeSessionTransactionSynchronization Transaction synchronization that disposes of theKieSession
instance on transaction completion during theafterCompletion
phase.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.