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_PRECEDENCE

    Fields inherited from interface org.springframework.transaction.support.TransactionSynchronization

    STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.springframework.transaction.support.TransactionSynchronizationAdapter

    afterCompletion, beforeCommit, beforeCompletion, flush, getOrder, resume, suspend

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • afterCommit

      public void afterCommit()
      Specified by:
      afterCommit in interface org.springframework.transaction.support.TransactionSynchronization
      Overrides:
      afterCommit in class org.springframework.transaction.support.TransactionSynchronizationAdapter