|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITaskManager
| Field Summary | |
|---|---|
static int |
STANDBY
Define the standby (int) constant. |
static int |
STOPPED
Define the stopped (int) constant. |
static int |
TOPTASKRUNNING
Define the toptaskrunning (int) constant. |
| Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask |
|---|
ABORT, ERROR, REPORT, STATE_RUNNING, STATE_STANDBY, SUCCESS, TIMEOUT |
| Method Summary | |
|---|---|
void |
addTask(ITask task)
Add task to bottom with the specified task and check dup parameters. |
void |
clearTasksByOwner(java.lang.Object taskOwner)
Clear tasks by owner with the specified task owner parameter. |
void |
handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Handle response with the specified source, timestamp and data parameters. |
void |
removeTask(ITask task)
Remove task with the specified task parameter. |
| Methods inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask |
|---|
abort, addTaskListener, duplicateTask, getTaskManager, getTaskName, getTaskOwner, isResponseExpected, launchTask, notifyListener, removeTaskListener, reset, setTaskManager, setTaskOwner, start, start |
| Field Detail |
|---|
static final int STOPPED
static final int STANDBY
static final int TOPTASKRUNNING
| Method Detail |
|---|
void addTask(ITask task)
task - The task (ITask) parameter.removeTask(ITask)void clearTasksByOwner(java.lang.Object taskOwner)
taskOwner - The task owner (Object) parameter.
void handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
handleResponse in interface ITasksource - The source (SignalService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.void removeTask(ITask task)
task - The task (ITask) parameter.addTask(ITask)
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||