public abstract class AbstractConnectionHandler extends Object implements ConnectionHandler
ConnectionHandler.Exec| Constructor and Description |
|---|
AbstractConnectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(ConnectionHandler.Exec exec) |
<T> T |
getInstance() |
Class<? extends Object> |
getType() |
void |
onCleared(Connection clearedObject) |
void |
onCreated(Connection createdObject) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getConnection, getStatus, releasepublic void exec(ConnectionHandler.Exec exec)
exec in interface ConnectionHandlerpublic <T> T getInstance()
getInstance in interface org.mentacontainer.Factorypublic Class<? extends Object> getType()
getType in interface org.mentacontainer.Factorypublic void onCreated(Connection createdObject)
onCreated in interface org.mentacontainer.Interceptor<Connection>public void onCleared(Connection clearedObject)
onCleared in interface org.mentacontainer.Interceptor<Connection>Copyright © 2015. All Rights Reserved.