|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEscObject
org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask
org.eclipse.soda.dk.epcglobal.llrp.helper.task.Task_Array
public class Task_Array
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask |
|---|
ERROR, REPORT, SUCCESS, TIMEOUT |
| Constructor Summary | |
|---|---|
Task_Array(java.lang.String taskName,
ITask[] tasks)
Constructs an instance of this class from the specified task name and tasks parameters. |
|
| Method Summary | |
|---|---|
boolean |
duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
java.lang.String |
getTaskName()
Gets the task name (String) value. |
void |
handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Handle response with the specified source, timestamp and data parameters. |
boolean |
launchTask()
Launch task and return the boolean result. |
void |
taskNotice(java.lang.String taskName,
int status,
java.lang.Object result)
Task notice with the specified task name, status and result parameters. |
| Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask |
|---|
addTaskListener, getState, getTaskListeners, isRemoveListenerRequired, notifyListener, removeTaskListener, removeTaskListenerNoThread, reset, setState, setTaskListeners, startTimer, stopTimer, timeOutOccurred |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Task_Array(java.lang.String taskName,
ITask[] tasks)
taskName - The task name (String) parameter.tasks - The tasks (ITask[]) parameter.| Method Detail |
|---|
public boolean duplicateTask(ITask task)
duplicateTask in interface ITasktask - The task (ITask) parameter.
boolean) value.launchTask()public java.lang.String getTaskName()
getTaskName in interface ITaskString) value.
public void handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
handleResponse in interface ITasksource - The source (SignalService) parameter.timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.public boolean launchTask()
launchTask in interface ITaskboolean) value.duplicateTask(ITask)
public void taskNotice(java.lang.String taskName,
int status,
java.lang.Object result)
taskNotice in interface ITaskListenertaskName - The task name (String) parameter.status - The status (int) parameter.result - The result (Object) parameter.
|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||