public class TxTask
extends com.lorne.core.framework.utils.task.Task
构造器和说明 |
---|
TxTask(com.lorne.core.framework.utils.task.Task task) |
限定符和类型 | 方法和说明 |
---|---|
void |
awaitTask() |
void |
awaitTask(com.lorne.core.framework.utils.task.IBack back) |
Object |
execute(com.lorne.core.framework.utils.task.IBack back) |
com.lorne.core.framework.utils.task.IBack |
getBack() |
String |
getKey() |
int |
getState() |
boolean |
isAwait() |
boolean |
isNotify() |
boolean |
isRemove() |
void |
remove() |
void |
setBack(com.lorne.core.framework.utils.task.IBack back) |
void |
setKey(String key) |
void |
setState(int state) |
void |
signalTask() |
void |
signalTask(com.lorne.core.framework.utils.task.IBack back) |
public boolean isNotify()
isNotify
在类中 com.lorne.core.framework.utils.task.Task
public boolean isRemove()
isRemove
在类中 com.lorne.core.framework.utils.task.Task
public boolean isAwait()
isAwait
在类中 com.lorne.core.framework.utils.task.Task
public int getState()
getState
在类中 com.lorne.core.framework.utils.task.Task
public void setState(int state)
setState
在类中 com.lorne.core.framework.utils.task.Task
public String getKey()
getKey
在类中 com.lorne.core.framework.utils.task.Task
public void setKey(String key)
setKey
在类中 com.lorne.core.framework.utils.task.Task
public com.lorne.core.framework.utils.task.IBack getBack()
getBack
在类中 com.lorne.core.framework.utils.task.Task
public void setBack(com.lorne.core.framework.utils.task.IBack back)
setBack
在类中 com.lorne.core.framework.utils.task.Task
public Object execute(com.lorne.core.framework.utils.task.IBack back)
execute
在类中 com.lorne.core.framework.utils.task.Task
public void remove()
remove
在类中 com.lorne.core.framework.utils.task.Task
public void signalTask()
signalTask
在类中 com.lorne.core.framework.utils.task.Task
public void signalTask(com.lorne.core.framework.utils.task.IBack back)
signalTask
在类中 com.lorne.core.framework.utils.task.Task
public void awaitTask()
awaitTask
在类中 com.lorne.core.framework.utils.task.Task
public void awaitTask(com.lorne.core.framework.utils.task.IBack back)
awaitTask
在类中 com.lorne.core.framework.utils.task.Task
Copyright © 2020. All rights reserved.