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.ConnectionCloseHandler
connection
, which was wrapped by the ConnectionWrapperFactory.close
in interface ConnectionWrapperFactory.ConnectionCloseHandler
connection
- the wrapped connection to closeCopyright © 2010-2014. All Rights Reserved.