org.mule.module.db.internal.domain.connection
Class DefaultDbConnectionReleaser
java.lang.Object
org.mule.module.db.internal.domain.connection.DefaultDbConnectionReleaser
- All Implemented Interfaces:
- DbConnectionReleaser
public class DefaultDbConnectionReleaser
- extends Object
- implements DbConnectionReleaser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDbConnectionReleaser
public DefaultDbConnectionReleaser(DbConnectionFactory dbConnectionFactory)
release
public void release(DbConnection connection)
- Description copied from interface:
DbConnectionReleaser
- Releases a given connection
- Specified by:
release in interface DbConnectionReleaser
- Parameters:
connection - connection to release
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.