|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEscObject
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.Task_GET_READER_CAPABILITIES
public class Task_GET_READER_CAPABILITIES
| Field Summary | |
|---|---|
static java.lang.String |
TASKNAME
Define the taskname (String) constant. |
| Fields inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask |
|---|
EMPTY_RESULT, listenerLock, timerLock |
| Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.ITask |
|---|
ABORT, ERROR, REPORT, STATE_RUNNING, STATE_STANDBY, SUCCESS, TIMEOUT |
| Constructor Summary | |
|---|---|
Task_GET_READER_CAPABILITIES(CommandService command,
java.util.Map parameters,
SignalService signal)
Constructs an instance of this class from the specified command, parameters and signal parameters. |
|
Task_GET_READER_CAPABILITIES(CommandService command,
java.util.Map parameters,
SignalService signal,
long timeoutValue)
Constructs an instance of this class from the specified command, parameters, signal and timeout value parameters. |
|
Task_GET_READER_CAPABILITIES(CommandService command,
SignalService signal)
Constructs an instance of this class from the specified command and signal parameters. |
|
| Method Summary | |
|---|---|
boolean |
duplicateTask(ITask task)
Duplicate task with the specified task parameter and return the boolean result. |
java.util.Map |
getCapabilities()
Gets the capabilities (Map) value. |
int |
getClientRequestOpSpecTimeout()
Gets the client request op spec timeout (int) value. |
int |
getCommunicationsStandard()
Gets the communications standard (int) value. |
int |
getCountryCode()
Gets the country code (int) value. |
int |
getDeviceManufacturerName()
Gets the device manufacturer name (int) value. |
int |
getMaxNumAccessSpecs()
Gets the max num access specs (int) value. |
int |
getMaxNumberOfAntennaSupported()
Gets the max number of antenna supported (int) value. |
int |
getMaxNumInventoryParameterSpecsperAISpec()
Gets the max num inventory parameter specsper aispec (int) value. |
int |
getMaxNumOpSpecsPerAccessSpec()
Gets the max num op specs per access spec (int) value. |
int |
getMaxNumROSpecs()
Gets the max num rospecs (int) value. |
int |
getMaxNumSelectFiltersPerQuery()
Gets the max num select filters per query (int) value. |
int |
getMaxNumSpecsPerROSpecs()
Gets the max num specs per rospecs (int) value. |
int |
getMaxPriorityLevelSupported()
Gets the max priority level supported (int) value. |
int |
getModelName()
Gets the model name (int) value. |
int |
getNumGPIs()
Gets the num gpis (int) value. |
int |
getNumGPOs()
Gets the num gpos (int) value. |
java.util.List |
getPerAntennaAirProtocol()
Gets the per antenna air protocol (List) value. |
java.util.List |
getPerAntennaReceiveSensitivityRange()
Gets the per antenna receive sensitivity range (List) value. |
java.lang.String |
getReaderFirmwareVersion()
Gets the reader firmware version (String) value. |
java.util.List |
getReceiveSensitivityTable()
Gets the receive sensitivity table (List) value. |
java.lang.String |
getTaskName()
Gets the task name (String) value. |
java.util.Map |
getUHFBandCapabilities()
Gets the uhfband capabilities (Map) value. |
void |
handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Handle response with the specified source, timestamp and data parameters. |
boolean |
isCanDoRFSurvey()
Gets the can do rfsurvey (boolean) value. |
boolean |
isCanDoTagInventoryStateAwaresingulation()
Gets the can do tag inventory state awaresingulation (boolean) value. |
boolean |
isCanReportBufferFillWarning()
Gets the can report buffer fill warning (boolean) value. |
boolean |
isCanSetAntennaProperties()
Gets the can set antenna properties (boolean) value. |
boolean |
isCanSupportBlockErase()
Gets the can support block erase (boolean) value. |
boolean |
isCanSupportBlockWrite()
Gets the can support block write (boolean) value. |
boolean |
isHasUTCClockCapability()
Gets the has utcclock capability (boolean) value. |
protected boolean |
isSameTaskType(ITask task)
Is same task type with the specified task parameter and return the boolean result. |
boolean |
isSupportsClientRequestOpSpec()
Gets the supports client request op spec (boolean) value. |
boolean |
isSupportsEventAndREportHolding()
Gets the supports event and report holding (boolean) value. |
java.lang.String |
printAllCapabilities()
Print all capabilities and return the String result. |
java.lang.String |
printC1G2LLRPCapabilities()
Print c1 g2 llrpcapabilities and return the String result. |
java.lang.String |
printGeneralDeviceCapabilities()
Print general device capabilities and return the String result. |
java.lang.String |
printLLRPCapabilities()
Print llrpcapabilities and return the String result. |
java.lang.String |
printRegulatoryCapabilities()
Print regulatory capabilities and return the String result. |
| Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractLLRPTask |
|---|
getCommand, getErrorCode, getErrorFields, getParameters, getSignal, isResponseExpected, launchTask, matchResponse, setCommand, setParameters, setSignal, successInLLRPStatus |
| Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager.AbstractTask |
|---|
abort, addTaskListener, getState, getTaskListeners, getTaskManager, getTaskOwner, isRemoveListenerRequired, notifyListener, preNotifyListener, removeTaskListener, removeTaskListenerNoThread, reset, setState, setTaskListeners, setTaskManager, setTaskOwner, start, start, startTimer, stopTimer, timeOutOccurred |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TASKNAME
| Constructor Detail |
|---|
public Task_GET_READER_CAPABILITIES(CommandService command,
SignalService signal)
command - The command (CommandService) parameter.signal - The signal (SignalService) parameter.Task_GET_READER_CAPABILITIES(CommandService,Map,SignalService),
Task_GET_READER_CAPABILITIES(CommandService,Map,SignalService,long)
public Task_GET_READER_CAPABILITIES(CommandService command,
java.util.Map parameters,
SignalService signal)
command - The command (CommandService) parameter.parameters - The parameters (Map) parameter.signal - The signal (SignalService) parameter.Task_GET_READER_CAPABILITIES(CommandService,SignalService),
Task_GET_READER_CAPABILITIES(CommandService,Map,SignalService,long)
public Task_GET_READER_CAPABILITIES(CommandService command,
java.util.Map parameters,
SignalService signal,
long timeoutValue)
command - The command (CommandService) parameter.parameters - The parameters (Map) parameter.signal - The signal (SignalService) parameter.timeoutValue - The timeout value (long) parameter.Task_GET_READER_CAPABILITIES(CommandService,SignalService),
Task_GET_READER_CAPABILITIES(CommandService,Map,SignalService)| Method Detail |
|---|
public boolean duplicateTask(ITask task)
duplicateTask in interface ITasktask - The task (ITask) parameter.
boolean) value.ITask.launchTask()public java.util.Map getCapabilities()
getCapabilities in interface ILLRPCapabilitiesMap) value.getUHFBandCapabilities(),
printAllCapabilities(),
printC1G2LLRPCapabilities(),
printGeneralDeviceCapabilities(),
printLLRPCapabilities(),
printRegulatoryCapabilities()public int getClientRequestOpSpecTimeout()
getClientRequestOpSpecTimeout in interface ILLRPCapabilitiesint) value.public int getCommunicationsStandard()
getCommunicationsStandard in interface ILLRPCapabilitiesint) value.public int getCountryCode()
getCountryCode in interface ILLRPCapabilitiesint) value.public int getDeviceManufacturerName()
getDeviceManufacturerName in interface ILLRPCapabilitiesint) value.public int getMaxNumAccessSpecs()
getMaxNumAccessSpecs in interface ILLRPCapabilitiesint) value.public int getMaxNumInventoryParameterSpecsperAISpec()
getMaxNumInventoryParameterSpecsperAISpec in interface ILLRPCapabilitiesint) value.public int getMaxNumOpSpecsPerAccessSpec()
getMaxNumOpSpecsPerAccessSpec in interface ILLRPCapabilitiesint) value.public int getMaxNumROSpecs()
getMaxNumROSpecs in interface ILLRPCapabilitiesint) value.public int getMaxNumSelectFiltersPerQuery()
getMaxNumSelectFiltersPerQuery in interface ILLRPCapabilitiesint) value.public int getMaxNumSpecsPerROSpecs()
getMaxNumSpecsPerROSpecs in interface ILLRPCapabilitiesint) value.public int getMaxNumberOfAntennaSupported()
getMaxNumberOfAntennaSupported in interface ILLRPCapabilitiesint) value.public int getMaxPriorityLevelSupported()
getMaxPriorityLevelSupported in interface ILLRPCapabilitiesint) value.public int getModelName()
getModelName in interface ILLRPCapabilitiesint) value.public int getNumGPIs()
getNumGPIs in interface ILLRPCapabilitiesint) value.public int getNumGPOs()
getNumGPOs in interface ILLRPCapabilitiesint) value.public java.util.List getPerAntennaAirProtocol()
getPerAntennaAirProtocol in interface ILLRPCapabilitiesList) value.public java.util.List getPerAntennaReceiveSensitivityRange()
getPerAntennaReceiveSensitivityRange in interface ILLRPCapabilitiesList) value.public java.lang.String getReaderFirmwareVersion()
getReaderFirmwareVersion in interface ILLRPCapabilitiesString) value.public java.util.List getReceiveSensitivityTable()
getReceiveSensitivityTable in interface ILLRPCapabilitiesList) value.public java.lang.String getTaskName()
getTaskName in interface ITaskString) value.public java.util.Map getUHFBandCapabilities()
getUHFBandCapabilities in interface ILLRPCapabilitiesMap) value.
public void handleResponse(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
handleResponse in interface ITasksource - The source (SignalService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.public boolean isCanDoRFSurvey()
isCanDoRFSurvey in interface ILLRPCapabilitiesboolean) value.public boolean isCanDoTagInventoryStateAwaresingulation()
isCanDoTagInventoryStateAwaresingulation in interface ILLRPCapabilitiesboolean) value.public boolean isCanReportBufferFillWarning()
isCanReportBufferFillWarning in interface ILLRPCapabilitiesboolean) value.public boolean isCanSetAntennaProperties()
isCanSetAntennaProperties in interface ILLRPCapabilitiesboolean) value.public boolean isCanSupportBlockErase()
isCanSupportBlockErase in interface ILLRPCapabilitiesboolean) value.public boolean isCanSupportBlockWrite()
isCanSupportBlockWrite in interface ILLRPCapabilitiesboolean) value.public boolean isHasUTCClockCapability()
isHasUTCClockCapability in interface ILLRPCapabilitiesboolean) value.protected boolean isSameTaskType(ITask task)
isSameTaskType in class AbstractLLRPTasktask - The task (ITask) parameter.
boolean) value.public boolean isSupportsClientRequestOpSpec()
isSupportsClientRequestOpSpec in interface ILLRPCapabilitiesboolean) value.public boolean isSupportsEventAndREportHolding()
isSupportsEventAndREportHolding in interface ILLRPCapabilitiesboolean) value.public java.lang.String printAllCapabilities()
String) value.public java.lang.String printC1G2LLRPCapabilities()
String) value.public java.lang.String printGeneralDeviceCapabilities()
String) value.public java.lang.String printLLRPCapabilities()
String) value.printC1G2LLRPCapabilities()public java.lang.String printRegulatoryCapabilities()
String) value.
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||