| 限定符和类型 | 方法和说明 |
|---|---|
T |
getData() |
Throwable |
getThrowable() |
WriteBase<T> |
getWriteBase() |
boolean |
isAsync() |
void |
isThrows(Throwable t)
处理异常
|
protected void |
recycling()
回收对象信息
|
abstract void |
run()
异步执行
|
void |
setAsync(boolean isAsyn) |
void |
setData(T data) |
void |
setThrowable(Throwable throwable) |
abstract long |
syncRun()
同步执行
|
getOptUserId, getRefKey, getRefMap, getRefWhere, getRemove, getTag, getTagName, getTclass, getTclass, isThrows, putRefClass, putRefClass, runEnd, setOptUserId, setRefKey, setRemove, setRunSql, setTag, setTagName, setTclass, setThrowspublic WriteBase(T data)
data - 对应实体public Throwable getThrowable()
public void setThrowable(Throwable throwable)
public boolean isAsync()
public void setAsync(boolean isAsyn)
public abstract void run()
public abstract long syncRun()
public T getData()
public void setData(T data)
Copyright © 2017. All Rights Reserved.