|
2009-10-01 1.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITask | |
|---|---|
| org.eclipse.soda.dk.epcglobal.llrp.helper.task | This package is part of the org.eclipse.soda.dk.epcglobal.llrp.helper project. |
| org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager | This package is part of the org.eclipse.soda.dk.epcglobal.llrp.helper project. |
| org.eclipse.soda.dk.epcglobal.llrp.write.profile | This package is part of the org.eclipse.soda.dk.epcglobal.llrp.write.profile project. |
| Uses of ITask in org.eclipse.soda.dk.epcglobal.llrp.helper.task |
|---|
| Classes in org.eclipse.soda.dk.epcglobal.llrp.helper.task that implement ITask | |
|---|---|
class |
AbstractLLRPTask
|
class |
AbstractSimpleTask
|
class |
AbstractTask_ACCESS_TAG
|
class |
AbstractTask_ACCESSSPEC
|
class |
AbstractTask_ROSPEC
|
class |
Task_ADD_ACCESSSPEC
|
class |
Task_ADD_ROSPEC
|
class |
Task_Array
|
class |
Task_BLOCKERASE_TAG
|
class |
Task_BLOCKWRITE_TAG
|
class |
Task_DELETE_ACCESSSPEC
|
class |
Task_DELETE_EXIST_ACCESSSPEC
|
class |
Task_DELETE_EXIST_ROSPEC
|
class |
Task_DELETE_ROSPEC
|
class |
Task_DISABLE_ACCESSSPEC
|
class |
Task_DISABLE_ROSPEC
|
class |
Task_ENABLE_ACCESSSPEC
|
class |
Task_ENABLE_ROSPEC
|
class |
Task_GET_ACCESSSPECS
|
class |
Task_GET_GPIConfig
|
class |
Task_GET_GPOConfig
|
class |
Task_GET_READER_CAPABILITIES
|
class |
Task_GET_ROSPECS
|
class |
Task_INCREMENT_WRITE
|
class |
Task_KILL_TAG
|
class |
Task_LOCK_TAG
|
class |
Task_READ_TAG
|
class |
Task_SET_READER_CONFIG
|
class |
Task_START_EXIST_ROSPEC
|
class |
Task_START_ROSPEC
|
class |
Task_STOP_EXIST_ROSPEC
|
class |
Task_STOP_ROSPEC
|
class |
Task_WRITE_TAG
|
| Methods in org.eclipse.soda.dk.epcglobal.llrp.helper.task that return ITask | |
|---|---|
abstract ITask |
AbstractKeyTaskPool.createEnableAccessSpecTaskArray()
Create enable access spec task array and return the ITask result. |
abstract ITask |
AbstractKeyTaskPool.createEndAccessSpecTaskArray()
Create end access spec task array and return the ITask result. |
abstract ITask |
AbstractKeyTaskPool.createEndROSpecTaskArray()
Create end rospec task array and return the ITask result. |
abstract ITask |
AbstractKeyTaskPool.createStartROSpecTaskArray()
Create start rospec task array and return the ITask result. |
protected ITask[] |
AbstractKeyTaskPool.getDelete_rospec_tasks(int i,
java.util.Map rOSpecIdParameter)
Get delete_rospec_tasks with the specified i and r ospec id parameter parameters and return the ITask[] result. |
ITask |
AbstractKeyTaskPool.getDeleteROSpecTaskArray(int i,
java.util.Map rOSpecIdParameter)
Get delete rospec task array with the specified i and r ospec id parameter parameters and return the ITask result. |
protected ITask[] |
AbstractKeyTaskPool.getEnable_accessspec_tasks(int i,
java.util.Map accessSpecIdParameter,
java.util.Map addAccessSpecCommandParam)
Get enable_accessspec_tasks with the specified i, access spec id parameter and add access spec command param parameters and return the ITask[] result. |
ITask |
AbstractKeyTaskPool.getEnableAccessSpecTaskArray(int i,
java.util.Map accessSpecIdParameter,
java.util.Map addAccessSpecCommandParam)
Get enable access spec task array with the specified i, access spec id parameter and add access spec command param parameters and return the ITask result. |
protected ITask[] |
AbstractKeyTaskPool.getEnd_accessspec_tasks(int i,
java.util.Map accessSpecIdParameter)
Get end_accessspec_tasks with the specified i and access spec id parameter parameters and return the ITask[] result. |
protected ITask[] |
AbstractKeyTaskPool.getEnd_rospec_tasks(int i,
java.util.Map rOSpecIdParameter,
boolean includeStop)
Get end_rospec_tasks with the specified i, r ospec id parameter and include disable parameters and return the ITask[] result. |
ITask |
AbstractKeyTaskPool.getEndAccessSpecTaskArray(int i,
java.util.Map accessSpecIdParameter)
Get end access spec task array with the specified i and access spec id parameter parameters and return the ITask result. |
ITask |
AbstractKeyTaskPool.getEndROSpecTaskArray(int i,
java.util.Map rOSpecIdParameter,
boolean includeStop)
Get end rospec task array with the specified i, r ospec id parameter and include disable parameters and return the ITask result. |
protected ITask[] |
AbstractKeyTaskPool.getStart_rospec_tasks(int i,
java.util.Map rOSpecIdParameter,
java.util.Map addROSpecParameter,
boolean includeStart)
Get start_rospec_tasks with the specified i, r ospec id parameter and add rospec parameter parameters and return the ITask[] result. |
ITask |
AbstractKeyTaskPool.getStartROSpecTaskArray(int i,
java.util.Map rOSpecIdParameter,
java.util.Map addROSpecParameter)
Get start rospec task array with the specified i, r ospec id parameter and add rospec parameter parameters and return the ITask result. |
ITask |
AbstractKeyTaskPool.getStartROSpecTaskArray(int i,
java.util.Map rOSpecIdParameter,
java.util.Map addROSpecParameter,
boolean includeStart)
Get start rospec task array with the specified i, r ospec ID parameter, add rospec parameter and include start parameters and return the ITask result. |
| Methods in org.eclipse.soda.dk.epcglobal.llrp.helper.task with parameters of type ITask | |
|---|---|
boolean |
Task_WRITE_TAG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_STOP_EXIST_ROSPEC.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_START_EXIST_ROSPEC.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_SET_READER_CONFIG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_READ_TAG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_LOCK_TAG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_KILL_TAG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_INCREMENT_WRITE.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_GET_ROSPECS.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_GET_READER_CAPABILITIES.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_GET_GPOConfig.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_GET_GPIConfig.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_GET_ACCESSSPECS.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_DELETE_EXIST_ROSPEC.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_DELETE_EXIST_ACCESSSPEC.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_BLOCKWRITE_TAG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_BLOCKERASE_TAG.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
Task_Array.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
AbstractTask_ROSPEC.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
AbstractTask_ACCESSSPEC.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
protected boolean |
Task_STOP_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_STOP_EXIST_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_START_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_START_EXIST_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_SET_READER_CONFIG.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_GET_ROSPECS.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_GET_READER_CAPABILITIES.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_GET_GPOConfig.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_GET_GPIConfig.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_GET_ACCESSSPECS.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_ENABLE_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_ENABLE_ACCESSSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_DISABLE_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_DISABLE_ACCESSSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_DELETE_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_DELETE_EXIST_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_DELETE_ACCESSSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_ADD_ROSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected boolean |
Task_ADD_ACCESSSPEC.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
protected abstract boolean |
AbstractLLRPTask.isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
void |
Task_Array.setTasks(ITask[] tasks)
Sets the tasks value. |
| Constructors in org.eclipse.soda.dk.epcglobal.llrp.helper.task with parameters of type ITask | |
|---|---|
Task_Array(java.lang.String taskName,
ITask[] tasks)
Constructs an instance of this class from the specified task name and tasks parameters. |
|
| Uses of ITask in org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager |
|---|
| Subinterfaces of ITask in org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager | |
|---|---|
interface |
ITaskManager
|
| Classes in org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager that implement ITask | |
|---|---|
class |
AbstractTask
|
class |
TaskManager
|
| Methods in org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager that return ITask | |
|---|---|
ITask |
TaskManager.getTopTask()
Gets the top task (ITask) value. |
| Methods in org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager with parameters of type ITask | |
|---|---|
void |
TaskManager.addTask(ITask task)
Add task with the specified task parameter. |
void |
ITaskManager.addTask(ITask task)
Add task to bottom with the specified task and check dup parameters. |
void |
TaskManager.addTaskToBottom(ITask task,
boolean checkDup)
Add task to bottom with the specified task and check dup parameters. |
void |
TaskManager.addTaskToTop(ITask task,
boolean checkDup)
Add task to top with the specified task and check dup parameters. |
boolean |
TaskManager.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
boolean |
ITask.duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
void |
TaskManager.removeTask(ITask task)
Remove task with the specified task parameter. |
void |
ITaskManager.removeTask(ITask task)
Remove task with the specified task parameter. |
| Uses of ITask in org.eclipse.soda.dk.epcglobal.llrp.write.profile |
|---|
| Methods in org.eclipse.soda.dk.epcglobal.llrp.write.profile that return ITask | |
|---|---|
ITask |
LlrpWriteProfileTaskPool.createEnableAccessSpecTaskArray()
Create enable access spec task array and return the ITask result. |
ITask |
LlrpWriteProfileTaskPool.createEndAccessSpecTaskArray()
Create end access spec task array and return the ITask result. |
ITask |
LlrpWriteProfileTaskPool.createEndROSpecTaskArray()
Create end rospec task array and return the ITask result. |
ITask |
LlrpWriteProfileTaskPool.createStartROSpecTaskArray()
Create start rospec task array and return the ITask result. |
|
2009-10-01 1.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||