Uses of Interface
org.axonframework.common.jdbc.ConnectionWrapperFactory.ConnectionCloseHandler

Packages that use ConnectionWrapperFactory.ConnectionCloseHandler
org.axonframework.common.jdbc   
 

Uses of ConnectionWrapperFactory.ConnectionCloseHandler in org.axonframework.common.jdbc
 

Classes in org.axonframework.common.jdbc that implement ConnectionWrapperFactory.ConnectionCloseHandler
static class ConnectionWrapperFactory.NoOpCloseHandler
          Implementation of ConnectionCloseHandler that does nothing on close.
 

Methods in org.axonframework.common.jdbc with parameters of type ConnectionWrapperFactory.ConnectionCloseHandler
static
<I> Connection
ConnectionWrapperFactory.wrap(Connection connection, Class<I> wrapperInterface, I wrapperHandler, ConnectionWrapperFactory.ConnectionCloseHandler closeHandler)
          Wrap the given connection, creating a Proxy with an additional wrapperInterface (implemented by given wrapperHandler).
static Connection ConnectionWrapperFactory.wrap(Connection connection, ConnectionWrapperFactory.ConnectionCloseHandler closeHandler)
          Wrap the given connection, creating a Proxy with an additional wrapperInterface (implemented by given wrapperHandler).
 



Copyright © 2010-2016. All Rights Reserved.