2008-02-07 1.1.0

Uses of Interface
org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask

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. 
 

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_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 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_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_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.
 

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
 

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.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.
 


2008-02-07 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.