org.mentawai.db
Class AbstractConnectionHandler

java.lang.Object
  extended by org.mentawai.db.AbstractConnectionHandler
All Implemented Interfaces:
org.mentacontainer.Factory, org.mentacontainer.Interceptor<Connection>, ConnectionHandler
Direct Known Subclasses:
C3P0ConnectionHandler, DataSourceConnectionHandler, DBCPConnectionHandler, JdbcConnectionHandler, JNDIConnectionHandler

public abstract class AbstractConnectionHandler
extends Object
implements ConnectionHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mentawai.db.ConnectionHandler
ConnectionHandler.Exec
 
Constructor Summary
AbstractConnectionHandler()
           
 
Method Summary
 void exec(ConnectionHandler.Exec exec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mentawai.db.ConnectionHandler
destroy, getConnection, getStatus, release
 
Methods inherited from interface org.mentacontainer.Factory
getInstance, getType
 
Methods inherited from interface org.mentacontainer.Interceptor
onCleared, onCreated
 

Constructor Detail

AbstractConnectionHandler

public AbstractConnectionHandler()
Method Detail

exec

public void exec(ConnectionHandler.Exec exec)
Specified by:
exec in interface ConnectionHandler


Copyright © 2011. All Rights Reserved.