org.mule.module.db.internal.domain.connection
Interface DbConnectionReleaser

All Known Implementing Classes:
DefaultDbConnectionReleaser

public interface DbConnectionReleaser

Notifies that a connection can be released


Method Summary
 void release(DbConnection connection)
          Releases a given connection
 

Method Detail

release

void release(DbConnection connection)
Releases a given connection

Parameters:
connection - connection to release


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.