2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper.task
Class AbstractKeyTaskPool

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractKeyTaskPool
Direct Known Subclasses:
LlrpWriteProfileTaskPool

public abstract class AbstractKeyTaskPool
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Field Summary
protected  ITaskPool disableAccessSpecTaskPool
          Define the disable access spec task pool (ITaskPool) field.
protected  ITaskPool disableROSpecTaskPool
          Define the disable rospec task pool (ITaskPool) field.
 
Constructor Summary
AbstractKeyTaskPool()
           
 
Method Summary
abstract  Task_ADD_ACCESSSPEC createAddAccessSpecTask()
          Create add access spec task and return the Task_ADD_ACCESSSPEC result.
abstract  Task_ADD_ROSPEC createAddROSpecTask()
          Create add rospec task and return the Task_ADD_ROSPEC result.
abstract  Task_DELETE_ACCESSSPEC createDeleteAccessSpecTask()
          Create delete access spec task and return the Task_DELETE_ACCESSSPEC result.
abstract  Task_DELETE_ROSPEC createDeleteROSpecTask()
          Create delete rospec task and return the Task_DELETE_ROSPEC result.
abstract  Task_DISABLE_ACCESSSPEC createDisableAccessSpecTask()
          Create disable access spec task and return the Task_DISABLE_ACCESSSPEC result.
abstract  Task_DISABLE_ROSPEC createDisableROSpecTask()
          Create disable rospec task and return the Task_DISABLE_ROSPEC result.
abstract  Task_ENABLE_ACCESSSPEC createEnableAccessSpecTask()
          Create enable access spec task and return the Task_ENABLE_ACCESSSPEC result.
abstract  ITask createEnableAccessSpecTaskArray()
          Create enable access spec task array and return the ITask result.
abstract  Task_ENABLE_ROSPEC createEnableROSpecTask()
          Create enable rospec task and return the Task_ENABLE_ROSPEC result.
abstract  ITask createEndAccessSpecTaskArray()
          Create end access spec task array and return the ITask result.
abstract  ITask createEndROSpecTaskArray()
          Create end rospec task array and return the ITask result.
abstract  Task_GET_ACCESSSPECS createGetAccessSpecsTask()
          Create get access specs task and return the Task_GET_ACCESSSPECS result.
abstract  Task_GET_ROSPECS createGetROSpecsTask()
          Create get rospecs task and return the Task_GET_ROSPECS result.
abstract  Task_START_ROSPEC createStartROSpecTask()
          Create start rospec task and return the Task_START_ROSPEC result.
abstract  ITask createStartROSpecTaskArray()
          Create start rospec task array and return the ITask result.
abstract  Task_STOP_ROSPEC createStopROSpecTask()
          Create stop rospec task and return the Task_STOP_ROSPEC result.
 Task_ADD_ACCESSSPEC getAddAccessSpecTask(int i, java.util.Map addAccessSpecCommandParam)
          Get add access spec task with the specified i and add access spec command param parameters and return the Task_ADD_ACCESSSPEC result.
protected  ITaskPool getAddAccessSpecTaskPool()
          Gets the add access spec task pool (ITaskPool) value.
 Task_ADD_ROSPEC getAddROSpecTask(int i, java.util.Map addROSpecParameter)
          Get add rospec task with the specified i and add rospec parameter parameters and return the Task_ADD_ROSPEC result.
protected  ITaskPool getAddROSpecTaskPool()
          Gets the add rospec task pool (ITaskPool) value.
protected  ITask[] 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.
 Task_DELETE_ACCESSSPEC getDeleteAccessSpecTask(int i, java.util.Map accessSpecIdParameter)
          Get delete access spec task with the specified i and access spec id parameter parameters and return the Task_DELETE_ACCESSSPEC result.
protected  ITaskPool getDeleteAccessSpecTaskPool()
          Gets the delete access spec task pool (ITaskPool) value.
 Task_DELETE_EXIST_ACCESSSPEC getDeleteExistAccessSpecTask(int i, java.util.Map accessSpecIdParameter)
          Get delete exist access spec task with the specified i and access spec id parameter parameters and return the Task_DELETE_EXIST_ACCESSSPEC result.
protected  ITaskPool getDeleteExistAccessSpecTaskPool()
          Gets the delete exist access spec task pool (ITaskPool) value.
 Task_DELETE_EXIST_ROSPEC getDeleteExistROSpecTask(int i, java.util.Map rOSpecIdParameter)
          Get delete exist rospec task with the specified i and r ospec id parameter parameters and return the Task_DELETE_EXIST_ROSPEC result.
protected  ITaskPool getDeleteExistROSpecTaskPool()
          Gets the delete exist rospec task pool (ITaskPool) value.
 Task_DELETE_ROSPEC getDeleteROSpecTask(int i, java.util.Map rOSpecIdParameter)
          Get delete rospec task with the specified i and r ospec id parameter parameters and return the Task_DELETE_ROSPEC result.
 ITask 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  ITaskPool getDeleteROSpecTaskPool()
          Gets the delete rospec task pool (ITaskPool) value.
 Task_DISABLE_ACCESSSPEC getDisableAccessSpecTask(int i, java.util.Map accessSpecIdParameter)
          Get disable access spec task with the specified i and access spec id parameter parameters and return the Task_DISABLE_ACCESSSPEC result.
protected  ITaskPool getDisableAccessSpecTaskPool()
          Gets the disable access spec task pool (ITaskPool) value.
 Task_DISABLE_ROSPEC getDisableROSpecTask(int i, java.util.Map rOSpecIdParameter)
          Get disable rospec task with the specified i and r ospec id parameter parameters and return the Task_DISABLE_ROSPEC result.
protected  ITaskPool getDisableROSpecTaskPool()
          Gets the disable rospec task pool (ITaskPool) value.
protected  ITask[] 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.
protected  ITaskPool getEnable_accessspec_tasksPool()
          Gets the enableaccessspectasks pool (ITaskPool) value.
 Task_ENABLE_ACCESSSPEC getEnableAccessSpecTask(int i, java.util.Map accessSpecIdParameter)
          Get enable access spec task with the specified i and access spec id parameter parameters and return the Task_ENABLE_ACCESSSPEC result.
 ITask 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  ITaskPool getEnableAccessSpecTaskArrayPool()
          Gets the enable access spec task array pool (ITaskPool) value.
protected  ITaskPool getEnableAccessSpecTaskPool()
          Gets the enable access spec task pool (ITaskPool) value.
 Task_ENABLE_ROSPEC getEnableROSpecTask(int i, java.util.Map rOSpecIdParameter)
          Get enable rospec task with the specified i and r ospec id parameter parameters and return the Task_ENABLE_ROSPEC result.
protected  ITaskPool getEnableROSpecTaskPool()
          Gets the enable rospec task pool (ITaskPool) value.
protected  ITask[] 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  ITaskPool getEnd_accessspec_tasksPool()
          Gets the endaccessspectasks pool (ITaskPool) value.
protected  ITask[] 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.
protected  ITaskPool getEnd_rospec_tasksPool()
          Gets the endrospectasks pool (ITaskPool) value.
 ITask 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.
protected  ITaskPool getEndAccessSpecTaskArrayPool()
          Gets the end access spec task array pool (ITaskPool) value.
 ITask 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  ITaskPool getEndROSpecTaskArrayPool()
          Gets the end rospec task array pool (ITaskPool) value.
 Task_GET_ACCESSSPECS getGetAccessSpecTask(int i)
          Get get access spec task with the specified i parameter and return the Task_GET_ACCESSSPECS result.
protected  ITaskPool getGetAccessSpecTaskPool()
          Gets the get access spec task pool (ITaskPool) value.
 Task_GET_ROSPECS getGetROSpecTask(int i)
          Get get rospec task with the specified i parameter and return the Task_GET_ROSPECS result.
protected  ITaskPool getGetROSpecTaskPool()
          Gets the get rospec task pool (ITaskPool) value.
protected  ITask[] 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.
protected  ITaskPool getStart_rospec_tasksPool()
          Gets the startrospectasks pool (ITaskPool) value.
 Task_START_ROSPEC getStartROSpecTask(int i, java.util.Map rOSpecIdParameter)
          Get start rospec task with the specified i and r ospec id parameter parameters and return the Task_START_ROSPEC result.
 ITask 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 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.
protected  ITaskPool getStartROSpecTaskArrayPool()
          Gets the start rospec task array pool (ITaskPool) value.
protected  ITaskPool getStartROSpecTaskPool()
          Gets the start rospec task pool (ITaskPool) value.
 Task_STOP_ROSPEC getStopROSpecTask(int i, java.util.Map rOSpecIdParameter)
          Get stop rospec task with the specified i and r ospec id parameter parameters and return the Task_STOP_ROSPEC result.
protected  ITaskPool getStopROSpecTaskPool()
          Gets the stop rospec task pool (ITaskPool) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disableAccessSpecTaskPool

protected ITaskPool disableAccessSpecTaskPool
Define the disable access spec task pool (ITaskPool) field.


disableROSpecTaskPool

protected ITaskPool disableROSpecTaskPool
Define the disable rospec task pool (ITaskPool) field.

Constructor Detail

AbstractKeyTaskPool

public AbstractKeyTaskPool()
Method Detail

createAddAccessSpecTask

public abstract Task_ADD_ACCESSSPEC createAddAccessSpecTask()
Create add access spec task and return the Task_ADD_ACCESSSPEC result.

Returns:
Results of the create add access spec task (Task_ADD_ACCESSSPEC) value.
See Also:
getAddAccessSpecTask(int,Map)

createAddROSpecTask

public abstract Task_ADD_ROSPEC createAddROSpecTask()
Create add rospec task and return the Task_ADD_ROSPEC result.

Returns:
Results of the create add rospec task (Task_ADD_ROSPEC) value.
See Also:
getAddROSpecTask(int,Map)

createDeleteAccessSpecTask

public abstract Task_DELETE_ACCESSSPEC createDeleteAccessSpecTask()
Create delete access spec task and return the Task_DELETE_ACCESSSPEC result.

Returns:
Results of the create delete access spec task (Task_DELETE_ACCESSSPEC) value.
See Also:
getDeleteAccessSpecTask(int,Map)

createDeleteROSpecTask

public abstract Task_DELETE_ROSPEC createDeleteROSpecTask()
Create delete rospec task and return the Task_DELETE_ROSPEC result.

Returns:
Results of the create delete rospec task (Task_DELETE_ROSPEC) value.
See Also:
getDeleteROSpecTask(int,Map)

createDisableAccessSpecTask

public abstract Task_DISABLE_ACCESSSPEC createDisableAccessSpecTask()
Create disable access spec task and return the Task_DISABLE_ACCESSSPEC result.

Returns:
Results of the create disable access spec task (Task_DISABLE_ACCESSSPEC) value.
See Also:
getDisableAccessSpecTask(int,Map)

createDisableROSpecTask

public abstract Task_DISABLE_ROSPEC createDisableROSpecTask()
Create disable rospec task and return the Task_DISABLE_ROSPEC result.

Returns:
Results of the create disable rospec task (Task_DISABLE_ROSPEC) value.
See Also:
getDisableROSpecTask(int,Map)

createEnableAccessSpecTask

public abstract Task_ENABLE_ACCESSSPEC createEnableAccessSpecTask()
Create enable access spec task and return the Task_ENABLE_ACCESSSPEC result.

Returns:
Results of the create enable access spec task (Task_ENABLE_ACCESSSPEC) value.
See Also:
getEnableAccessSpecTask(int,Map)

createEnableAccessSpecTaskArray

public abstract ITask createEnableAccessSpecTaskArray()
Create enable access spec task array and return the ITask result.

Returns:
Results of the create enable access spec task array (ITask) value.
See Also:
getEnableAccessSpecTaskArray(int,Map,Map)

createEnableROSpecTask

public abstract Task_ENABLE_ROSPEC createEnableROSpecTask()
Create enable rospec task and return the Task_ENABLE_ROSPEC result.

Returns:
Results of the create enable rospec task (Task_ENABLE_ROSPEC) value.
See Also:
getEnableROSpecTask(int,Map)

createEndAccessSpecTaskArray

public abstract ITask createEndAccessSpecTaskArray()
Create end access spec task array and return the ITask result.

Returns:
Results of the create end access spec task array (ITask) value.
See Also:
getEndAccessSpecTaskArray(int,Map)

createEndROSpecTaskArray

public abstract ITask createEndROSpecTaskArray()
Create end rospec task array and return the ITask result.

Returns:
Results of the create end rospec task array (ITask) value.
See Also:
getEndROSpecTaskArray(int,Map,boolean)

createGetAccessSpecsTask

public abstract Task_GET_ACCESSSPECS createGetAccessSpecsTask()
Create get access specs task and return the Task_GET_ACCESSSPECS result.

Returns:
Results of the create get access specs task (Task_GET_ACCESSSPECS) value.

createGetROSpecsTask

public abstract Task_GET_ROSPECS createGetROSpecsTask()
Create get rospecs task and return the Task_GET_ROSPECS result.

Returns:
Results of the create get rospecs task (Task_GET_ROSPECS) value.

createStartROSpecTask

public abstract Task_START_ROSPEC createStartROSpecTask()
Create start rospec task and return the Task_START_ROSPEC result.

Returns:
Results of the create start rospec task (Task_START_ROSPEC) value.
See Also:
getStartROSpecTask(int,Map)

createStartROSpecTaskArray

public abstract ITask createStartROSpecTaskArray()
Create start rospec task array and return the ITask result.

Returns:
Results of the create start rospec task array (ITask) value.
See Also:
getStartROSpecTaskArray(int,Map,Map), getStartROSpecTaskArray(int,Map,Map,boolean)

createStopROSpecTask

public abstract Task_STOP_ROSPEC createStopROSpecTask()
Create stop rospec task and return the Task_STOP_ROSPEC result.

Returns:
Results of the create stop rospec task (Task_STOP_ROSPEC) value.
See Also:
getStopROSpecTask(int,Map)

getAddAccessSpecTask

public Task_ADD_ACCESSSPEC getAddAccessSpecTask(int i,
                                                java.util.Map addAccessSpecCommandParam)
Get add access spec task with the specified i and add access spec command param parameters and return the Task_ADD_ACCESSSPEC result.

Parameters:
i - The i (int) parameter.
addAccessSpecCommandParam - The add access spec command param (Map) parameter.
Returns:
Results of the get add access spec task (Task_ADD_ACCESSSPEC) value.
See Also:
createAddAccessSpecTask()

getAddAccessSpecTaskPool

protected ITaskPool getAddAccessSpecTaskPool()
Gets the add access spec task pool (ITaskPool) value.

Returns:
The add access spec task pool (ITaskPool) value.

getAddROSpecTask

public Task_ADD_ROSPEC getAddROSpecTask(int i,
                                        java.util.Map addROSpecParameter)
Get add rospec task with the specified i and add rospec parameter parameters and return the Task_ADD_ROSPEC result.

Parameters:
i - The i (int) parameter.
addROSpecParameter - The add rospec parameter (Map) parameter.
Returns:
Results of the get add rospec task (Task_ADD_ROSPEC) value.
See Also:
createAddROSpecTask()

getAddROSpecTaskPool

protected ITaskPool getAddROSpecTaskPool()
Gets the add rospec task pool (ITaskPool) value.

Returns:
The add rospec task pool (ITaskPool) value.

getDeleteAccessSpecTask

public Task_DELETE_ACCESSSPEC getDeleteAccessSpecTask(int i,
                                                      java.util.Map accessSpecIdParameter)
Get delete access spec task with the specified i and access spec id parameter parameters and return the Task_DELETE_ACCESSSPEC result.

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
Returns:
Results of the get delete access spec task (Task_DELETE_ACCESSSPEC) value.
See Also:
createDeleteAccessSpecTask()

getDeleteAccessSpecTaskPool

protected ITaskPool getDeleteAccessSpecTaskPool()
Gets the delete access spec task pool (ITaskPool) value.

Returns:
The delete access spec task pool (ITaskPool) value.

getDeleteExistAccessSpecTask

public Task_DELETE_EXIST_ACCESSSPEC getDeleteExistAccessSpecTask(int i,
                                                                 java.util.Map accessSpecIdParameter)
Get delete exist access spec task with the specified i and access spec id parameter parameters and return the Task_DELETE_EXIST_ACCESSSPEC result.

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
Returns:
Results of the get delete exist access spec task (Task_DELETE_EXIST_ACCESSSPEC) value.

getDeleteExistAccessSpecTaskPool

protected ITaskPool getDeleteExistAccessSpecTaskPool()
Gets the delete exist access spec task pool (ITaskPool) value.

Returns:
The delete exist access spec task pool (ITaskPool) value.

getDeleteExistROSpecTask

public Task_DELETE_EXIST_ROSPEC getDeleteExistROSpecTask(int i,
                                                         java.util.Map rOSpecIdParameter)
Get delete exist rospec task with the specified i and r ospec id parameter parameters and return the Task_DELETE_EXIST_ROSPEC result.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get delete exist rospec task (Task_DELETE_EXIST_ROSPEC) value.

getDeleteExistROSpecTaskPool

protected ITaskPool getDeleteExistROSpecTaskPool()
Gets the delete exist rospec task pool (ITaskPool) value.

Returns:
The delete exist rospec task pool (ITaskPool) value.

getDeleteROSpecTask

public Task_DELETE_ROSPEC getDeleteROSpecTask(int i,
                                              java.util.Map rOSpecIdParameter)
Get delete rospec task with the specified i and r ospec id parameter parameters and return the Task_DELETE_ROSPEC result.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get delete rospec task (Task_DELETE_ROSPEC) value.
See Also:
createDeleteROSpecTask()

getDeleteROSpecTaskArray

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

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get delete rospec task array (ITask) value.

getDeleteROSpecTaskPool

protected ITaskPool getDeleteROSpecTaskPool()
Gets the delete rospec task pool (ITaskPool) value.

Returns:
The delete rospec task pool (ITaskPool) value.

getDelete_rospec_tasks

protected ITask[] 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.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get delete_rospec_tasks (ITask[]) value.

getDisableAccessSpecTask

public Task_DISABLE_ACCESSSPEC getDisableAccessSpecTask(int i,
                                                        java.util.Map accessSpecIdParameter)
Get disable access spec task with the specified i and access spec id parameter parameters and return the Task_DISABLE_ACCESSSPEC result.

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
Returns:
Results of the get disable access spec task (Task_DISABLE_ACCESSSPEC) value.
See Also:
createDisableAccessSpecTask()

getDisableAccessSpecTaskPool

protected ITaskPool getDisableAccessSpecTaskPool()
Gets the disable access spec task pool (ITaskPool) value.

Returns:
The disable access spec task pool (ITaskPool) value.

getDisableROSpecTask

public Task_DISABLE_ROSPEC getDisableROSpecTask(int i,
                                                java.util.Map rOSpecIdParameter)
Get disable rospec task with the specified i and r ospec id parameter parameters and return the Task_DISABLE_ROSPEC result.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get disable rospec task (Task_DISABLE_ROSPEC) value.
See Also:
createDisableROSpecTask()

getDisableROSpecTaskPool

protected ITaskPool getDisableROSpecTaskPool()
Gets the disable rospec task pool (ITaskPool) value.

Returns:
The disable rospec task pool (ITaskPool) value.

getEnableAccessSpecTask

public Task_ENABLE_ACCESSSPEC getEnableAccessSpecTask(int i,
                                                      java.util.Map accessSpecIdParameter)
Get enable access spec task with the specified i and access spec id parameter parameters and return the Task_ENABLE_ACCESSSPEC result.

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
Returns:
Results of the get enable access spec task (Task_ENABLE_ACCESSSPEC) value.
See Also:
createEnableAccessSpecTask()

getEnableAccessSpecTaskArray

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

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
addAccessSpecCommandParam - The add access spec command param (Map) parameter.
Returns:
Results of the get enable access spec task array (ITask) value.
See Also:
createEnableAccessSpecTaskArray()

getEnableAccessSpecTaskArrayPool

protected ITaskPool getEnableAccessSpecTaskArrayPool()
Gets the enable access spec task array pool (ITaskPool) value.

Returns:
The enable access spec task array pool (ITaskPool) value.

getEnableAccessSpecTaskPool

protected ITaskPool getEnableAccessSpecTaskPool()
Gets the enable access spec task pool (ITaskPool) value.

Returns:
The enable access spec task pool (ITaskPool) value.

getEnableROSpecTask

public Task_ENABLE_ROSPEC getEnableROSpecTask(int i,
                                              java.util.Map rOSpecIdParameter)
Get enable rospec task with the specified i and r ospec id parameter parameters and return the Task_ENABLE_ROSPEC result.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get enable rospec task (Task_ENABLE_ROSPEC) value.
See Also:
createEnableROSpecTask()

getEnableROSpecTaskPool

protected ITaskPool getEnableROSpecTaskPool()
Gets the enable rospec task pool (ITaskPool) value.

Returns:
The enable rospec task pool (ITaskPool) value.

getEnable_accessspec_tasks

protected ITask[] 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.

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
addAccessSpecCommandParam - The add access spec command param (Map) parameter.
Returns:
Results of the get enable_accessspec_tasks (ITask[]) value.

getEnable_accessspec_tasksPool

protected ITaskPool getEnable_accessspec_tasksPool()
Gets the enableaccessspectasks pool (ITaskPool) value.

Returns:
The enableaccessspectasks pool (ITaskPool) value.

getEndAccessSpecTaskArray

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

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
Returns:
Results of the get end access spec task array (ITask) value.
See Also:
createEndAccessSpecTaskArray()

getEndAccessSpecTaskArrayPool

protected ITaskPool getEndAccessSpecTaskArrayPool()
Gets the end access spec task array pool (ITaskPool) value.

Returns:
The end access spec task array pool (ITaskPool) value.

getEndROSpecTaskArray

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

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
includeStop - The include stop (boolean) parameter.
Returns:
Results of the get end rospec task array (ITask) value.
See Also:
createEndROSpecTaskArray()

getEndROSpecTaskArrayPool

protected ITaskPool getEndROSpecTaskArrayPool()
Gets the end rospec task array pool (ITaskPool) value.

Returns:
The end rospec task array pool (ITaskPool) value.

getEnd_accessspec_tasks

protected ITask[] 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.

Parameters:
i - The i (int) parameter.
accessSpecIdParameter - The access spec ID parameter (Map) parameter.
Returns:
Results of the get end_accessspec_tasks (ITask[]) value.

getEnd_accessspec_tasksPool

protected ITaskPool getEnd_accessspec_tasksPool()
Gets the endaccessspectasks pool (ITaskPool) value.

Returns:
The endaccessspectasks pool (ITaskPool) value.

getEnd_rospec_tasks

protected ITask[] 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.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
includeStop - The include stop (boolean) parameter.
Returns:
Results of the get end_rospec_tasks (ITask[]) value.

getEnd_rospec_tasksPool

protected ITaskPool getEnd_rospec_tasksPool()
Gets the endrospectasks pool (ITaskPool) value.

Returns:
The endrospectasks pool (ITaskPool) value.

getGetAccessSpecTask

public Task_GET_ACCESSSPECS getGetAccessSpecTask(int i)
Get get access spec task with the specified i parameter and return the Task_GET_ACCESSSPECS result.

Parameters:
i - The i (int) parameter.
Returns:
Results of the get get access spec task (Task_GET_ACCESSSPECS) value.

getGetAccessSpecTaskPool

protected ITaskPool getGetAccessSpecTaskPool()
Gets the get access spec task pool (ITaskPool) value.

Returns:
The get access spec task pool (ITaskPool) value.

getGetROSpecTask

public Task_GET_ROSPECS getGetROSpecTask(int i)
Get get rospec task with the specified i parameter and return the Task_GET_ROSPECS result.

Parameters:
i - The i (int) parameter.
Returns:
Results of the get get rospec task (Task_GET_ROSPECS) value.

getGetROSpecTaskPool

protected ITaskPool getGetROSpecTaskPool()
Gets the get rospec task pool (ITaskPool) value.

Returns:
The get rospec task pool (ITaskPool) value.

getStartROSpecTask

public Task_START_ROSPEC getStartROSpecTask(int i,
                                            java.util.Map rOSpecIdParameter)
Get start rospec task with the specified i and r ospec id parameter parameters and return the Task_START_ROSPEC result.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get start rospec task (Task_START_ROSPEC) value.
See Also:
createStartROSpecTask()

getStartROSpecTaskArray

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

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
addROSpecParameter - The add rospec parameter (Map) parameter.
Returns:
Results of the get start rospec task array (ITask) value.
See Also:
createStartROSpecTaskArray(), getStartROSpecTaskArray(int,Map,Map,boolean)

getStartROSpecTaskArray

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

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
addROSpecParameter - The add rospec parameter (Map) parameter.
includeStart - The include start (boolean) parameter.
Returns:
Results of the get start rospec task array (ITask) value.
See Also:
createStartROSpecTaskArray(), getStartROSpecTaskArray(int,Map,Map)

getStartROSpecTaskArrayPool

protected ITaskPool getStartROSpecTaskArrayPool()
Gets the start rospec task array pool (ITaskPool) value.

Returns:
The start rospec task array pool (ITaskPool) value.

getStartROSpecTaskPool

protected ITaskPool getStartROSpecTaskPool()
Gets the start rospec task pool (ITaskPool) value.

Returns:
The start rospec task pool (ITaskPool) value.

getStart_rospec_tasks

protected ITask[] 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.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
addROSpecParameter - The add rospec parameter (Map) parameter.
includeStart - The include start (boolean) parameter.
Returns:
Results of the get start_rospec_tasks (ITask[]) value.

getStart_rospec_tasksPool

protected ITaskPool getStart_rospec_tasksPool()
Gets the startrospectasks pool (ITaskPool) value.

Returns:
The startrospectasks pool (ITaskPool) value.

getStopROSpecTask

public Task_STOP_ROSPEC getStopROSpecTask(int i,
                                          java.util.Map rOSpecIdParameter)
Get stop rospec task with the specified i and r ospec id parameter parameters and return the Task_STOP_ROSPEC result.

Parameters:
i - The i (int) parameter.
rOSpecIdParameter - The r ospec ID parameter (Map) parameter.
Returns:
Results of the get stop rospec task (Task_STOP_ROSPEC) value.
See Also:
createStopROSpecTask()

getStopROSpecTaskPool

protected ITaskPool getStopROSpecTaskPool()
Gets the stop rospec task pool (ITaskPool) value.

Returns:
The stop rospec task pool (ITaskPool) value.

2010-01-26 1.2.0

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