public static class ConnectionWrapperFactory.NoOpCloseHandler extends Object implements ConnectionWrapperFactory.ConnectionCloseHandler
| Constructor and Description |
|---|
ConnectionWrapperFactory.NoOpCloseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Connection connection)
Close the given
connection, which was wrapped by the ConnectionWrapperFactory. |
public ConnectionWrapperFactory.NoOpCloseHandler()
public void close(Connection connection)
ConnectionWrapperFactory.ConnectionCloseHandlerconnection, which was wrapped by the ConnectionWrapperFactory.close in interface ConnectionWrapperFactory.ConnectionCloseHandlerconnection - the wrapped connection to closeCopyright © 2010-2014. All Rights Reserved.