|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRfidInventoryProfile
org.eclipse.soda.dk.epcglobal.llrp.inventory.profile.EpcglobalLlrpInventoryProfile
public class EpcglobalLlrpInventoryProfile
EPCglobal Low Level Reader Protocol (LLRP) Inventory Profile. The EpcglobalLlrpInventoryProfile class implements the EpcglobalLlrpInventoryProfileService and provides the controls for the profile.
The list of exported services:
EpcglobalLlrpInventoryProfileService,
See the following specification(s) for more details:
Title:
EPCglobal Low Level Reader Protocol (LLRP)
Version:
1.0.1
Date:
August 13, 2007
Vendor:
EPCglobal
Comment:
Ratified
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
protected CommandService |
epcglobalLlrpDeviceServiceAddAccessspec
Defines the AddAccessspec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceAddAccessspecResponse
Defines the AddAccessspecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceAddRospec
Defines the AddRospec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceAddRospecResponse
Defines the AddRospecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceDeleteAccessspec
Defines the DeleteAccessspec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceDeleteAccessspecResponse
Defines the DeleteAccessspecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceDeleteRospec
Defines the DeleteRospec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceDeleteRospecResponse
Defines the DeleteRospecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceDisableAccessspec
Defines the DisableAccessspec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceDisableAccessspecResponse
Defines the DisableAccessspecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceDisableRospec
Defines the DisableRospec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceDisableRospecResponse
Defines the DisableRospecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceEnableAccessspec
Defines the EnableAccessspec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceEnableAccessspecResponse
Defines the EnableAccessspecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceEnableRospec
Defines the EnableRospec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceEnableRospecResponse
Defines the EnableRospecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceGetAccessspecs
Defines the GetAccessspecs commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceGetAccessspecsResponse
Defines the GetAccessspecsResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceGetRospecs
Defines the GetRospecs commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceGetRospecsResponse
Defines the GetRospecsResponse signalref. |
protected SignalService |
epcglobalLlrpDeviceServiceRoAccessReport
Defines the RoAccessReport signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceSetReaderConfig_AntennaConfiguration
Defines the SetReaderConfig_AntennaConfiguration commandref. |
protected CommandService |
epcglobalLlrpDeviceServiceSetReaderConfig_ForInventory
Defines the SetReaderConfig_ForInventory commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceSetReaderConfigResponse
Defines the SetReaderConfigResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceStartRospec
Defines the StartRospec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceStartRospecResponse
Defines the StartRospecResponse signalref. |
protected CommandService |
epcglobalLlrpDeviceServiceStopRospec
Defines the StopRospec commandref. |
protected SignalService |
epcglobalLlrpDeviceServiceStopRospecResponse
Defines the StopRospecResponse signalref. |
| Constructor Summary | |
|---|---|
EpcglobalLlrpInventoryProfile()
Constructs a new instance of the EpcglobalLlrpInventoryProfile class. |
|
| Method Summary | |
|---|---|
void |
activate()
Activate. |
protected boolean |
autonomousModeOff()
Autonomous mode off and return the boolean result. |
protected boolean |
autonomousModeOn()
Autonomous mode on and return the boolean result. |
protected void |
cleanAccessSpec()
Clean access spec. |
protected void |
cleanROSpec()
Clean rospec. |
protected java.util.Map |
getAccessCommandParameter()
Gets the access command parameter (Map) value. |
int |
getAccessSpecID()
Gets the value of access spec id custom parameter. |
protected java.util.Map |
getAddAccessSpecCommandParameters(int accessSpecId)
Get add access spec command parameters with the specified access spec id parameter and return the Map result. |
protected java.util.Map |
getAddROSpecCommandParameters(int rospecId)
Get add rospec command parameters with the specified rospec id parameter and return the Map result. |
protected java.util.Map |
getAISpecParameter(int[] antennaIds)
Get aispec parameter with the specified antenna ids parameter and return the Map result. |
protected java.util.Map |
getC1G2TagSpecParameter()
Gets the c1 g2 tag spec parameter (Map) value. |
DeviceService |
getDefaultDevice()
Gets the default DeviceService. |
java.lang.String |
getDefaultKey()
Gets the default key of the profile. |
protected java.util.Map |
getROBoundarySpecParameter()
Gets the roboundary spec parameter (Map) value. |
protected java.util.Map |
getROReportSpecParameter(int trigger,
int tagNum)
Get roreport spec parameter with the specified trigger and tag num parameters and return the Map result. |
int |
getROSpecID()
Gets the value of ro spec id custom parameter. |
protected void |
initAccessSpec()
Init access spec. |
protected void |
initROSpec()
Init rospec. |
boolean |
isAutonomousModeOn()
Gets the autonomous mode on (boolean) value. |
boolean |
isDeviceNeeded()
Is device needed. |
protected void |
populateTasks()
Populate tasks. |
void |
setAccessSpecID(int AccessSpecID)
Sets the value of access spec id custom parameter. |
void |
setAutonomousModeOn(boolean autonomousModeOn)
Sets the autonomous mode on value. |
void |
setDevice(DeviceService device)
Set device. |
void |
setROSpecID(int ROSpecID)
Sets the value of ro spec id custom parameter. |
void |
setup()
|
void |
signalOccurred(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Signal occurred. |
| 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 CommandService epcglobalLlrpDeviceServiceSetReaderConfig_ForInventory
protected CommandService epcglobalLlrpDeviceServiceSetReaderConfig_AntennaConfiguration
protected CommandService epcglobalLlrpDeviceServiceGetRospecs
protected CommandService epcglobalLlrpDeviceServiceDeleteRospec
protected CommandService epcglobalLlrpDeviceServiceAddRospec
protected CommandService epcglobalLlrpDeviceServiceEnableRospec
protected CommandService epcglobalLlrpDeviceServiceDisableRospec
protected CommandService epcglobalLlrpDeviceServiceStartRospec
protected CommandService epcglobalLlrpDeviceServiceStopRospec
protected CommandService epcglobalLlrpDeviceServiceGetAccessspecs
protected CommandService epcglobalLlrpDeviceServiceDeleteAccessspec
protected CommandService epcglobalLlrpDeviceServiceAddAccessspec
protected CommandService epcglobalLlrpDeviceServiceEnableAccessspec
protected CommandService epcglobalLlrpDeviceServiceDisableAccessspec
protected SignalService epcglobalLlrpDeviceServiceSetReaderConfigResponse
protected SignalService epcglobalLlrpDeviceServiceGetRospecsResponse
protected SignalService epcglobalLlrpDeviceServiceDeleteRospecResponse
protected SignalService epcglobalLlrpDeviceServiceAddRospecResponse
protected SignalService epcglobalLlrpDeviceServiceEnableRospecResponse
protected SignalService epcglobalLlrpDeviceServiceDisableRospecResponse
protected SignalService epcglobalLlrpDeviceServiceStartRospecResponse
protected SignalService epcglobalLlrpDeviceServiceStopRospecResponse
protected SignalService epcglobalLlrpDeviceServiceRoAccessReport
protected SignalService epcglobalLlrpDeviceServiceGetAccessspecsResponse
protected SignalService epcglobalLlrpDeviceServiceDeleteAccessspecResponse
protected SignalService epcglobalLlrpDeviceServiceAddAccessspecResponse
protected SignalService epcglobalLlrpDeviceServiceEnableAccessspecResponse
protected SignalService epcglobalLlrpDeviceServiceDisableAccessspecResponse
| Constructor Detail |
|---|
public EpcglobalLlrpInventoryProfile()
| Method Detail |
|---|
public void activate()
protected boolean autonomousModeOff()
boolean) value.protected boolean autonomousModeOn()
boolean) value.isAutonomousModeOn(),
setAutonomousModeOn(boolean)protected void cleanAccessSpec()
initAccessSpec()protected void cleanROSpec()
initROSpec()protected java.util.Map getAISpecParameter(int[] antennaIds)
antennaIds - The antenna ids (int[]) parameter.
Map) value.protected java.util.Map getAccessCommandParameter()
Map) value.public int getAccessSpecID()
setAccessSpecID(int)protected java.util.Map getAddAccessSpecCommandParameters(int accessSpecId)
accessSpecId - The access spec id (int) parameter.
Map) value.protected java.util.Map getAddROSpecCommandParameters(int rospecId)
rospecId - The rospec id (int) parameter.
Map) value.protected java.util.Map getC1G2TagSpecParameter()
Map) value.public DeviceService getDefaultDevice()
public java.lang.String getDefaultKey()
protected java.util.Map getROBoundarySpecParameter()
Map) value.
protected java.util.Map getROReportSpecParameter(int trigger,
int tagNum)
trigger - The trigger (int) parameter.tagNum - The tag num (int) parameter.
Map) value.public int getROSpecID()
setROSpecID(int)protected void initAccessSpec()
cleanAccessSpec()protected void initROSpec()
cleanROSpec()public boolean isAutonomousModeOn()
boolean) value.setAutonomousModeOn(boolean)public boolean isDeviceNeeded()
protected void populateTasks()
public void setAccessSpecID(int AccessSpecID)
AccessSpecID - The access spec id custom parameter.getAccessSpecID()public void setAutonomousModeOn(boolean autonomousModeOn)
autonomousModeOn - The autonomous mode on (boolean) parameter.isAutonomousModeOn()public void setDevice(DeviceService device)
device - device.getDefaultDevice()public void setROSpecID(int ROSpecID)
ROSpecID - The ro spec id custom parameter.getROSpecID()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 - timestamp.data - data.
|
2008-02-07 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||