Class TransactionalInterceptorNotSupported

  • All Implemented Interfaces:
    java.io.Serializable

    @Interceptor
    @Priority(200)
    public class TransactionalInterceptorNotSupported
    extends TransactionalInterceptorBase
    Author:
    paul.robinson@redhat.com 25/05/2013
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionalInterceptorNotSupported

        public TransactionalInterceptorNotSupported()
    • Method Detail

      • intercept

        public java.lang.Object intercept​(javax.interceptor.InvocationContext ic)
                                   throws java.lang.Exception
        Overrides:
        intercept in class TransactionalInterceptorBase
        Throws:
        java.lang.Exception
      • doIntercept

        protected java.lang.Object doIntercept​(javax.transaction.TransactionManager tm,
                                               javax.transaction.Transaction tx,
                                               javax.interceptor.InvocationContext ic)
                                        throws java.lang.Exception
        Specified by:
        doIntercept in class TransactionalInterceptorBase
        Throws:
        java.lang.Exception