Class ConnScopedInterceptor

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class ConnScopedInterceptor
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Loc Ha
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract javax.sql.DataSource getDataSource​(java.lang.String name)  
      java.lang.Object intercept​(jakarta.interceptor.InvocationContext context)  
      • Methods inherited from class java.lang.Object

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

      • ConnScopedInterceptor

        public ConnScopedInterceptor()
    • Method Detail

      • intercept

        public java.lang.Object intercept​(jakarta.interceptor.InvocationContext context)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDataSource

        protected abstract javax.sql.DataSource getDataSource​(java.lang.String name)