Class | Description |
---|---|
DestroySessionTransactionSynchronization |
Transaction synchronization implementation that destroys the
KieSession instance
in the beforeCompletion call executed for the current transaction. |
DisposeSessionTransactionSynchronization |
Transaction synchronization that disposes of the
KieSession instance on transaction completion during
the afterCompletion phase. |
NoOpTransactionManager | |
NoTransactionalTimerResourcesCleanupAwareSchedulerServiceInterceptor |
This is for transactional global service so it could remove non-transactional resources
when the tx is rolled back
|
TransactionAwareSchedulerServiceInterceptor |
Transaction aware scheduler service interceptor that will delay actual scheduling of the
timer job instance to the afterCompletion phase of JTA transaction.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.