org.mule.module.db.internal.domain.connection
Class DefaultDbConnectionReleaser

java.lang.Object
  extended by org.mule.module.db.internal.domain.connection.DefaultDbConnectionReleaser
All Implemented Interfaces:
DbConnectionReleaser

public class DefaultDbConnectionReleaser
extends Object
implements DbConnectionReleaser


Constructor Summary
DefaultDbConnectionReleaser(DbConnectionFactory dbConnectionFactory)
           
 
Method Summary
 void release(DbConnection connection)
          Releases a given connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDbConnectionReleaser

public DefaultDbConnectionReleaser(DbConnectionFactory dbConnectionFactory)
Method Detail

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.