Class WrappedConnectionJDK8

All Implemented Interfaces:
Serializable, AutoCloseable, Connection, Wrapper

public class WrappedConnectionJDK8 extends WrappedConnection
WrappedConnectionJDK8.
Author:
Jesper Pedersen
See Also:
  • Constructor Details

    • WrappedConnectionJDK8

      public WrappedConnectionJDK8(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp)
      Create a new WrappedConnectionJDK8.
      Parameters:
      mc - the managed connection
      spy - The spy value
      jndiName - The jndi name
      doLocking - Do locking
  • Method Details