public class DefaultConnectionPlugin extends java.lang.Object implements IConnectionPlugin
| Constructor and Description |
|---|
DefaultConnectionPlugin(Log logger) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.Class<?> methodInvokeOn,
java.lang.String methodName,
java.util.concurrent.Callable<?> executeSqlFunc) |
void |
releaseResources() |
protected Log logger
public DefaultConnectionPlugin(Log logger)
public java.lang.Object execute(java.lang.Class<?> methodInvokeOn,
java.lang.String methodName,
java.util.concurrent.Callable<?> executeSqlFunc)
throws java.lang.Exception
execute in interface IConnectionPluginjava.lang.Exceptionpublic void releaseResources()
releaseResources in interface IConnectionPlugin