Class TransactionalInterceptor

  • All Implemented Interfaces:
    java.io.Serializable

    @Interceptor
    public class TransactionalInterceptor
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object contextInterceptor​(javax.interceptor.InvocationContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransactionalInterceptor

        public TransactionalInterceptor()
    • Method Detail

      • contextInterceptor

        public java.lang.Object contextInterceptor​(javax.interceptor.InvocationContext context)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception