org.eclipse.soda.dk.epcglobal.llrp.helper.task
Class AbstractTask_ACCESSSPEC
java.lang.Object
EscObject
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.AbstractSimpleTask
org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractTask_ACCESSSPEC
- All Implemented Interfaces:
- ITask
- Direct Known Subclasses:
- Task_ADD_ACCESSSPEC, Task_DELETE_ACCESSSPEC, Task_DISABLE_ACCESSSPEC, Task_ENABLE_ACCESSSPEC
public abstract class AbstractTask_ACCESSSPEC
- extends AbstractSimpleTask
- Version:
- 1.1.0
|
Constructor Summary |
protected |
AbstractTask_ACCESSSPEC(CommandService command,
java.util.Map parameters,
SignalService signal)
Constructs an instance of this class from the specified command, parameters and signal parameters. |
protected |
AbstractTask_ACCESSSPEC(CommandService command,
java.util.Map parameters,
SignalService signal,
long timeout)
Constructs an instance of this class from the specified command, parameters, signal and timeout parameters. |
|
Method Summary |
boolean |
duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
int |
getAccessSpecId()
Gets the access spec id (int) value. |
| Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractLLRPTask |
getCommand, getErrorCode, getErrorFields, getParameters, getSignal, isSameTaskType, launchTask, matchResponse, setCommand, setParameters, setSignal, successInLLRPStatus |
| 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 |
| Methods inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask |
getTaskName |
AbstractTask_ACCESSSPEC
protected AbstractTask_ACCESSSPEC(CommandService command,
java.util.Map parameters,
SignalService signal)
- Constructs an instance of this class from the specified command, parameters and signal parameters.
- Parameters:
command - The command (CommandService) parameter.parameters - The parameters (Map) parameter.signal - The signal (SignalService) parameter.- See Also:
AbstractTask_ACCESSSPEC(CommandService,Map,SignalService,long)
AbstractTask_ACCESSSPEC
protected AbstractTask_ACCESSSPEC(CommandService command,
java.util.Map parameters,
SignalService signal,
long timeout)
- Constructs an instance of this class from the specified command, parameters, signal and timeout parameters.
- Parameters:
command - The command (CommandService) parameter.parameters - The parameters (Map) parameter.signal - The signal (SignalService) parameter.timeout - The timeout (long) parameter.- See Also:
AbstractTask_ACCESSSPEC(CommandService,Map,SignalService)
duplicateTask
public boolean duplicateTask(ITask task)
- Duplicate task with the specified task parameter and return the boolean result.
- Parameters:
task - The task (ITask) parameter.
- Returns:
- Results of the duplicate task (
boolean) value. - See Also:
ITask.launchTask()
getAccessSpecId
public int getAccessSpecId()
- Gets the access spec id (int) value.
- Returns:
- The access spec id (
int) value.
Copyright (c) 2008 IBM. See license in Legal section.