public abstract class AbstractLogDBRecordProcessor extends java.lang.Object implements LogDBRecordProcessor
CURRENT_LEVEL, XML_TAGDEFAULT_LAYER_INDEX| 构造器和说明 |
|---|
AbstractLogDBRecordProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
boolean |
isEnabled()
是否启用
|
int |
layerIndex()
对于不可变接口,这个值越高的,加载的优先级越高,也就是会覆盖掉其他低优先级的使用同样接口的插件
|
java.lang.String |
newCharset()
新编码
|
java.lang.String |
originalCharset()
原始编码
|
void |
showdown(java.sql.Connection connection)
关闭JVM的时候是否需要关闭连接
|
void |
start()
使用该接口之前调用,与shutdown对应
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdriver, password, url, usernamepublic int currentAPILevel()
LevelcurrentAPILevel 在接口中 Levelpublic int layerIndex()
LayerlayerIndex 在接口中 Layerpublic java.lang.String originalCharset()
originalCharset 在接口中 LogDBRecordProcessorpublic java.lang.String newCharset()
newCharset 在接口中 LogDBRecordProcessorpublic boolean isEnabled()
isEnabled 在接口中 LogDBRecordProcessorpublic void start()
LogDBRecordProcessorstart 在接口中 LogDBRecordProcessorpublic void showdown(java.sql.Connection connection)
showdown 在接口中 LogDBRecordProcessorconnection - 数据库连接