|
2010-01-26 1.2.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.AbstractLLRPTask
org.eclipse.soda.dk.epcglobal.llrp.helper.task.Task_GET_GPIConfig
public class Task_GET_GPIConfig
| Field Summary | |
|---|---|
static java.lang.String |
TASKNAME
Define the taskname (String) constant. |
| Fields inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask |
|---|
EMPTY_RESULT, listenerLock, timerLock |
| Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask |
|---|
ABORT, ERROR, REPORT, STATE_RUNNING, STATE_STANDBY, SUCCESS, TIMEOUT |
| Constructor Summary | |
|---|---|
Task_GET_GPIConfig(CommandService command,
java.util.Map parameters,
SignalService signal)
Constructs an instance of this class from the specified command, parameters and signal parameters. |
|
Task_GET_GPIConfig(CommandService command,
java.util.Map parameters,
SignalService signal,
long timeoutValue)
Constructs an instance of this class from the specified command, parameters, signal and timeout value parameters. |
|
| Method Summary | |
|---|---|
boolean |
duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
int |
getCount()
Gets the count (int) value. |
java.util.List |
getStates()
Gets the states (List) value. |
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. |
protected boolean |
isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
| Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractLLRPTask |
|---|
getCommand, getErrorCode, getErrorFields, getParameters, getSignal, isResponseExpected, launchTask, matchResponse, setCommand, setParameters, setSignal, successInLLRPStatus |
| Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask |
|---|
abort, addTaskListener, getState, getTaskListeners, getTaskManager, getTaskOwner, isRemoveListenerRequired, notifyListener, preNotifyListener, removeTaskListener, removeTaskListenerNoThread, reset, setState, setTaskListeners, setTaskManager, setTaskOwner, start, start, startTimer, stopTimer, timeOutOccurred |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TASKNAME
| Constructor Detail |
|---|
public Task_GET_GPIConfig(CommandService command,
java.util.Map parameters,
SignalService signal)
command - The command (CommandService) parameter.parameters - The parameters (Map) parameter.signal - The signal (SignalService) parameter.Task_GET_GPIConfig(CommandService,Map,SignalService,long)
public Task_GET_GPIConfig(CommandService command,
java.util.Map parameters,
SignalService signal,
long timeoutValue)
command - The command (CommandService) parameter.parameters - The parameters (Map) parameter.signal - The signal (SignalService) parameter.timeoutValue - The timeout value (long) parameter.Task_GET_GPIConfig(CommandService,Map,SignalService)| Method Detail |
|---|
public boolean duplicateTask(ITask task)
task - The task (ITask) parameter.
boolean) value.ITask.launchTask()public int getCount()
int) value.public java.util.List getStates()
List) value.public java.lang.String getTaskName()
String) value.
public void handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
source - The source (SignalService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.protected boolean isSameTaskType(ITask task)
isSameTaskType in class AbstractLLRPTasktask - The task (ITask) parameter.
boolean) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||