public abstract class AbstractScheduleFastUserNameProcessor extends java.lang.Object implements ScheduleFastUserNameProcessor
CURRENT_LEVEL, XML_TAGDEFAULT_LAYER_INDEX| 构造器和说明 |
|---|
AbstractScheduleFastUserNameProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
int |
layerIndex()
对于不可变接口,这个值越高的,加载的优先级越高,也就是会覆盖掉其他低优先级的使用同样接口的插件
|
boolean |
needFastUserName(ScheduleTask scheduleTask,
java.util.Map parameterMap,
java.lang.String currentUserName,
CallBack callBack)
已过时。
将采用明确的返回值代替模糊的true和false
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedFastUserNameExtrapublic int currentAPILevel()
LevelcurrentAPILevel 在接口中 Levelpublic int layerIndex()
LayerlayerIndex 在接口中 Layer@Deprecated public boolean needFastUserName(ScheduleTask scheduleTask, java.util.Map parameterMap, java.lang.String currentUserName, CallBack callBack)
needFastUserName 在接口中 ScheduleFastUserNameProcessorscheduleTask - 调度任务parameterMap - 参数mapcurrentUserName - 当前用户名callBack - 回调函数