2008-02-07 1.1.0

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

java.lang.Object
  extended by EscObject
      extended by org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask
          extended by org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractLLRPTask
              extended by org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractSimpleTask
                  extended by org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractTask_ROSPEC
                      extended by org.eclipse.soda.dk.epcglobal.llrp.helper.task.Task_DISABLE_ROSPEC
All Implemented Interfaces:
ITask

public class Task_DISABLE_ROSPEC
extends AbstractTask_ROSPEC

Version:
1.1.0

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask
ERROR, REPORT, SUCCESS, TIMEOUT
 
Constructor Summary
Task_DISABLE_ROSPEC(CommandService command, java.util.Map parameters, SignalService signal)
          Constructs an instance of this class from the specified command, parameters and signal parameters.
Task_DISABLE_ROSPEC(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
 java.lang.String getTaskName()
          Gets the task name (String) value.
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.AbstractTask_ROSPEC
duplicateTask, getROSpecId
 
Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractSimpleTask
handleResponse
 
Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractLLRPTask
getCommand, getErrorCode, getErrorFields, getParameters, getSignal, 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
 

Constructor Detail

Task_DISABLE_ROSPEC

public Task_DISABLE_ROSPEC(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:
Task_DISABLE_ROSPEC(CommandService,Map,SignalService,long)

Task_DISABLE_ROSPEC

public Task_DISABLE_ROSPEC(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:
Task_DISABLE_ROSPEC(CommandService,Map,SignalService)
Method Detail

getTaskName

public java.lang.String getTaskName()
Gets the task name (String) value.

Returns:
The task name (String) value.

isSameTaskType

protected boolean isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result.

Specified by:
isSameTaskType in class AbstractLLRPTask
Parameters:
task - The task (ITask) parameter.
Returns:
Results of the is same task type (boolean) value.

2008-02-07 1.1.0

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