|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRfidInventoryProfile
org.eclipse.soda.dk.barcode.reader.inventory.profile.BarcodeReaderInventoryProfile
public class BarcodeReaderInventoryProfile
Barcode Reader Profile. The BarcodeReaderInventoryProfile class implements the BarcodeReaderInventoryProfileService and provides the controls for the profile.
The list of exported services:
BarcodeReaderInventoryProfileService,
See the following specification(s) for more details:
Title:
EPCglobal Low Level Reader Protocol (LLRP)
URL:
http://www.epcglobalinc.org/standards/llrp
Version:
1.0.1
Date:
August 13, 2007
Vendor:
EPCglobal
Comment:
Ratified
Title:
EPCglobal Application Level Events (ALE) Specification
URL:
http://www.epcglobalinc.org/standards/ale/
Version:
1.1
Date:
February 27, 2008
Vendor:
EPCglobal
Comment:
Ratified
Title:
EPCglobal Low Level Reader Protocol (LLRP)
URL:
http://www.epcglobalinc.org/standards/llrp
Version:
1.0.1
Date:
August 13, 2007
Vendor:
EPCglobal
Comment:
Ratified
Title:
EPCglobal Application Level Events (ALE) Specification
URL:
http://www.epcglobalinc.org/standards/ale/
Version:
1.1
Date:
February 27, 2008
Vendor:
EPCglobal
Comment:
Ratified
| Field Summary | |
|---|---|
protected SignalService |
barcodeReaderDeviceServiceBarcodeReport
Defines the BarcodeReport signalref. |
static java.lang.String |
CLASS_NAME
Defines the full class name. |
protected boolean |
reading
Define the reading (boolean) field. |
| Fields inherited from interface org.eclipse.soda.dk.barcode.reader.inventory.profile.service.BarcodeReaderInventoryProfileService |
|---|
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, BarcodeReaderInventoryProfile, Capabilities, CAPABILITIES_ERROR_EXTERNAL_KEY, CAPABILITIES_EXTERNAL_KEY, CAPABILITIES_GET_EXTERNAL_KEY, Configuration, CONFIGURATION_ERROR_EXTERNAL_KEY, CONFIGURATION_EXTERNAL_KEY, CONFIGURATION_GET_EXTERNAL_KEY, FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, Metrics, METRICS_ERROR_EXTERNAL_KEY, METRICS_EXTERNAL_KEY, METRICS_GET_EXTERNAL_KEY, SERVICE_DESCRIPTION, SERVICE_NAME, Status, STATUS_ERROR_EXTERNAL_KEY, STATUS_EXTERNAL_KEY, STATUS_GET_EXTERNAL_KEY |
| Constructor Summary | |
|---|---|
BarcodeReaderInventoryProfile()
Constructs a new instance of the BarcodeReaderInventoryProfile class. |
|
| Method Summary | |
|---|---|
protected boolean |
autonomousModeOff()
Autonomous mode off and return the boolean result. |
protected boolean |
autonomousModeOn()
Autonomous mode on and return the boolean result. |
AdapterService |
getAdapter()
Gets the get adapter value. |
DeviceService |
getDefaultDevice()
Gets the default device (DeviceService) value. |
java.lang.String |
getDefaultKey()
Gets the default key (String) value. |
void |
handleBarcodeReaderDeviceServiceBarcodeReport(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Handle barcode reader device service barcode report with the specified source, timestamp and data parameters. |
protected void |
handleSetAggregationMaskSetting(Measurement measurement,
java.lang.Object data)
Handle set aggregation mask setting with the specified measurement and data parameters. |
protected void |
handleSetTagMaskSetting(Measurement measurement,
java.lang.Object data)
Handle set tag mask setting with the specified measurement and data parameters. |
boolean |
isAdapterNeeded()
Is adapter needed. |
boolean |
isDeviceNeeded()
Is device needed. |
boolean |
isReading()
Gets the reading (boolean) value. |
protected InterestMasks |
parseBarcodeInterestMasks(java.lang.String targetTagConfig)
Parse barcode interest masks with the specified target tag configuration parameter and return the InterestMasks result. |
void |
setAdapter(AdapterService adapter)
Set adapter. |
void |
setDevice(DeviceService device)
Set device. |
void |
setReading(boolean reading)
Sets the reading value. |
void |
setup()
|
void |
signalOccurred(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Signal occurred. |
protected byte[] |
strToBytes(java.lang.String str)
Str to bytes with the specified str parameter and return the byte[] result. |
| 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 CLASS_NAME
protected SignalService barcodeReaderDeviceServiceBarcodeReport
protected boolean reading
| Constructor Detail |
|---|
public BarcodeReaderInventoryProfile()
| Method Detail |
|---|
protected boolean autonomousModeOff()
boolean) value.protected boolean autonomousModeOn()
boolean) value.public AdapterService getAdapter()
setAdapter(AdapterService)public DeviceService getDefaultDevice()
public java.lang.String getDefaultKey()
public void handleBarcodeReaderDeviceServiceBarcodeReport(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
source - The source (SignalService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.
protected void handleSetAggregationMaskSetting(Measurement measurement,
java.lang.Object data)
measurement - The measurement (Measurement) parameter.data - The data (Object) parameter.
protected void handleSetTagMaskSetting(Measurement measurement,
java.lang.Object data)
measurement - The measurement (Measurement) parameter.data - The data (Object) parameter.public boolean isAdapterNeeded()
public boolean isDeviceNeeded()
public boolean isReading()
boolean) value.setReading(boolean)protected InterestMasks parseBarcodeInterestMasks(java.lang.String targetTagConfig)
targetTagConfig - The target tag configuration (String) parameter.
InterestMasks) value.public void setAdapter(AdapterService adapter)
adapter - adapter.getAdapter()public void setDevice(DeviceService device)
device - device.getDefaultDevice()public void setReading(boolean reading)
reading - The reading (boolean) parameter.isReading()public void setup()
org.eclipse.soda.dk.device.Container#setup()
public void signalOccurred(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
source - source.timestamp - time stamp.data - data.protected byte[] strToBytes(java.lang.String str)
str - The str (String) parameter.
byte[]) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||