org.apache.myfaces.orchestra.connectionManager
Interface ConnectionManagerListener

All Known Implementing Classes:
AbstractConnectionManagerListener

public interface ConnectionManagerListener

Implement this class if you would like to add a listener to the ConnectionManager which e.g. allows you to do some database setup/shutdown procedures.
Its recommended to extend from the AbstractConnectionManagerListener class to be prepared for future interface enhancements.

See Also:
AbstractConnectionManagerListener

Method Summary
 void borrowConnection(Connection con)
           
 void releaseConnection(Connection con)
           
 

Method Detail

borrowConnection

void borrowConnection(Connection con)

releaseConnection

void releaseConnection(Connection con)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.