Package org.teiid.transport
Class SessionCheckingProxy
- java.lang.Object
-
- org.teiid.logging.LogManager.LoggingProxy
-
- org.teiid.transport.SessionCheckingProxy
-
- All Implemented Interfaces:
InvocationHandler
public final class SessionCheckingProxy extends LogManager.LoggingProxy
Common proxy for for checking the DQPWorkContext session - nominally for use with DQPCore
-
-
Constructor Summary
Constructors Constructor Description SessionCheckingProxy(Object instance, String loggingContext, int level)
-
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Specified by:
invoke
in interfaceInvocationHandler
- Overrides:
invoke
in classLogManager.LoggingProxy
- Throws:
Throwable
-
-