Package org.kuali.rice.kcb.service.impl
Class MessagingServiceImpl.QueueProcessingJobSynchronization
java.lang.Object
org.springframework.transaction.support.TransactionSynchronizationAdapter
org.kuali.rice.kcb.service.impl.MessagingServiceImpl.QueueProcessingJobSynchronization
- All Implemented Interfaces:
Flushable,org.springframework.core.Ordered,org.springframework.transaction.support.TransactionSynchronization
- Enclosing class:
MessagingServiceImpl
public static class MessagingServiceImpl.QueueProcessingJobSynchronization
extends org.springframework.transaction.support.TransactionSynchronizationAdapter
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.springframework.transaction.support.TransactionSynchronization
STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN -
Method Summary
Methods inherited from class org.springframework.transaction.support.TransactionSynchronizationAdapter
afterCompletion, beforeCommit, beforeCompletion, flush, getOrder, resume, suspend
-
Method Details
-
afterCommit
public void afterCommit()- Specified by:
afterCommitin interfaceorg.springframework.transaction.support.TransactionSynchronization- Overrides:
afterCommitin classorg.springframework.transaction.support.TransactionSynchronizationAdapter
-