public abstract class BabelfishGenericProxy
extends java.lang.Object
| Constructor and Description |
|---|
BabelfishGenericProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
getCreator() |
protected abstract java.lang.Object |
getDelegate() |
protected java.lang.Object |
post_Methods(java.lang.reflect.Method m,
java.lang.Object result)
Post method interceptor.
|
protected java.lang.Object |
translateError(java.lang.reflect.Method m,
java.sql.SQLException ex)
Error interceptor.
|
protected abstract java.lang.Object getCreator()
protected abstract java.lang.Object getDelegate()
protected java.lang.Object translateError(java.lang.reflect.Method m,
java.sql.SQLException ex)
throws java.sql.SQLException
m - ex - java.sql.SQLExceptionprotected java.lang.Object post_Methods(java.lang.reflect.Method m,
java.lang.Object result)
m - result -