Class TimerCMTTxInterceptor

java.lang.Object
org.jboss.as.ejb3.tx.CMTTxInterceptor
org.jboss.as.ejb3.tx.TimerCMTTxInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class TimerCMTTxInterceptor extends CMTTxInterceptor
CMT interceptor for timer invocations. An exception is thrown if the transaction is rolled back, so the timer service knows to retry the timeout.
Author:
Stuart Douglas
  • Field Details

    • FACTORY

      public static final org.jboss.invocation.InterceptorFactory FACTORY
  • Constructor Details

    • TimerCMTTxInterceptor

      public TimerCMTTxInterceptor()
  • Method Details