2008-02-07 1.1.0

org.eclipse.soda.dk.epcglobal.llrp.inventory.profile.service
Interface EpcglobalLlrpInventoryProfileService

All Known Implementing Classes:
EpcglobalLlrpInventoryProfile

public interface EpcglobalLlrpInventoryProfileService

EPCglobal Low Level Reader Protocol (LLRP) Inventory Profile. The device service interface defines the service to be registered for the EpcglobalLlrpInventoryProfile device.

The list of exported services:

Version:
1.1.0
See Also:
EpcglobalLlrpInventoryProfileService,

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

Field Summary
static java.lang.String ACCESS_SPEC_ID
          Custom parameter AccessSpecID configuration key.
static int ACCESS_SPEC_ID_DEFAULT
          Custom parameter AccessSpecID configuration default value.
static int ACCESSSPECID_DEFAULT
          Deprecated. use ACCESS_SPEC_ID_DEFAULT
static java.lang.String ACCESSSPECID_KEY
          Deprecated. use ACCESS_SPEC_ID
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command identifiers.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement identifiers.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal identifiers.
static java.lang.String Capabilities
          Define the Rfid Inventory Profile Capabilities measurement.
static java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
          Define the Rfid Inventory Profile Capabilities measurement.
static java.lang.String CAPABILITIES_EXTERNAL_KEY
          Define the Rfid Inventory Profile Capabilities measurement.
static java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
          Define the Rfid Inventory Profile Capabilities measurement.
static java.lang.String Configuration
          Define the Rfid Inventory Profile Configuration measurement.
static java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
          Define the Rfid Inventory Profile Configuration measurement.
static java.lang.String CONFIGURATION_EXTERNAL_KEY
          Define the Rfid Inventory Profile Configuration measurement.
static java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
          Define the Rfid Inventory Profile Configuration measurement.
static int DEFAULT_ACCESSSPECID
          Custom parameter AccessSpecID configuration default value.
static int DEFAULT_ROSPECID
          Custom parameter ROSpecID configuration default value.
static java.lang.String EpcglobalLlrpInventoryProfile
          Define the EpcglobalLlrpInventoryProfile key.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String Metrics
          Define the Rfid Inventory Profile Metrics measurement.
static java.lang.String METRICS_ERROR_EXTERNAL_KEY
          Define the Rfid Inventory Profile Metrics measurement.
static java.lang.String METRICS_EXTERNAL_KEY
          Define the Rfid Inventory Profile Metrics measurement.
static java.lang.String METRICS_GET_EXTERNAL_KEY
          Define the Rfid Inventory Profile Metrics measurement.
static java.lang.String RO_SPEC_ID
          Custom parameter ROSpecID configuration key.
static int RO_SPEC_ID_DEFAULT
          Custom parameter ROSpecID configuration default value.
static int ROSPECID_DEFAULT
          Deprecated. use RO_SPEC_ID_DEFAULT
static java.lang.String ROSPECID_KEY
          Deprecated. use RO_SPEC_ID
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String Status
          Define the Rfid Inventory Profile Status measurement.
static java.lang.String STATUS_ERROR_EXTERNAL_KEY
          Define the Rfid Inventory Profile Status measurement.
static java.lang.String STATUS_EXTERNAL_KEY
          Define the Rfid Inventory Profile Status measurement.
static java.lang.String STATUS_GET_EXTERNAL_KEY
          Define the Rfid Inventory Profile Status measurement.
static int TIDReadOpId
          Define the tidread op id (int) constant.
static int UserDataReadOpId
          Define the user data read op id (int) constant.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

See Also:
Constant Field Values

MANAGED_SERVICE_NAME

static final java.lang.String MANAGED_SERVICE_NAME
Define the OSGi managed service name.

See Also:
Constant Field Values

FACTORY_SERVICE_NAME

static final java.lang.String FACTORY_SERVICE_NAME
Define the OSGi factory service name.

See Also:
Constant Field Values

EpcglobalLlrpInventoryProfile

static final java.lang.String EpcglobalLlrpInventoryProfile
Define the EpcglobalLlrpInventoryProfile key.

See Also:
Constant Field Values

ALL_COMMANDS

static final java.lang.String[] ALL_COMMANDS
Comprehensive list of all the command identifiers.


ALL_SIGNALS

static final java.lang.String[] ALL_SIGNALS
Comprehensive list of all the signal identifiers.


ALL_MEASUREMENTS

static final java.lang.String[] ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers.


RO_SPEC_ID

static final java.lang.String RO_SPEC_ID
Custom parameter ROSpecID configuration key.

See Also:
Constant Field Values

ROSPECID_KEY

static final java.lang.String ROSPECID_KEY
Deprecated. use RO_SPEC_ID
Custom parameter ROSpecID configuration key.

See Also:
Constant Field Values

RO_SPEC_ID_DEFAULT

static final int RO_SPEC_ID_DEFAULT
Custom parameter ROSpecID configuration default value.

See Also:
RO_SPEC_ID, Constant Field Values

ROSPECID_DEFAULT

static final int ROSPECID_DEFAULT
Deprecated. use RO_SPEC_ID_DEFAULT
Custom parameter ROSpecID configuration default value.

See Also:
RO_SPEC_ID, Constant Field Values

DEFAULT_ROSPECID

static final int DEFAULT_ROSPECID
Custom parameter ROSpecID configuration default value.

See Also:
RO_SPEC_ID, Constant Field Values

ACCESS_SPEC_ID

static final java.lang.String ACCESS_SPEC_ID
Custom parameter AccessSpecID configuration key.

See Also:
Constant Field Values

ACCESSSPECID_KEY

static final java.lang.String ACCESSSPECID_KEY
Deprecated. use ACCESS_SPEC_ID
Custom parameter AccessSpecID configuration key.

See Also:
Constant Field Values

ACCESS_SPEC_ID_DEFAULT

static final int ACCESS_SPEC_ID_DEFAULT
Custom parameter AccessSpecID configuration default value.

See Also:
ACCESS_SPEC_ID, Constant Field Values

ACCESSSPECID_DEFAULT

static final int ACCESSSPECID_DEFAULT
Deprecated. use ACCESS_SPEC_ID_DEFAULT
Custom parameter AccessSpecID configuration default value.

See Also:
ACCESS_SPEC_ID, Constant Field Values

DEFAULT_ACCESSSPECID

static final int DEFAULT_ACCESSSPECID
Custom parameter AccessSpecID configuration default value.

See Also:
ACCESS_SPEC_ID, Constant Field Values

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

See Also:
Constant Field Values

Status

static final java.lang.String Status
Define the Rfid Inventory Profile Status measurement.

See Also:
Constant Field Values

STATUS_EXTERNAL_KEY

static final java.lang.String STATUS_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Status", Constant Field Values

STATUS_GET_EXTERNAL_KEY

static final java.lang.String STATUS_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Status/get"

STATUS_ERROR_EXTERNAL_KEY

static final java.lang.String STATUS_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Status measurement.

See Also:
Status, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Status/error"

Configuration

static final java.lang.String Configuration
Define the Rfid Inventory Profile Configuration measurement.

See Also:
Constant Field Values

CONFIGURATION_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Configuration", Constant Field Values

CONFIGURATION_GET_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Configuration/get"

CONFIGURATION_ERROR_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Configuration measurement.

See Also:
Configuration, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Configuration/error"

Capabilities

static final java.lang.String Capabilities
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
Constant Field Values

CAPABILITIES_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Capabilities", Constant Field Values

CAPABILITIES_GET_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Capabilities/get"

CAPABILITIES_ERROR_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Capabilities measurement.

See Also:
Capabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Capabilities/error"

Metrics

static final java.lang.String Metrics
Define the Rfid Inventory Profile Metrics measurement.

See Also:
Constant Field Values

METRICS_EXTERNAL_KEY

static final java.lang.String METRICS_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Metrics", Constant Field Values

METRICS_GET_EXTERNAL_KEY

static final java.lang.String METRICS_GET_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement.

See Also:
The value of this field is "prefix/RfidInventoryProfile/Metrics/get"

METRICS_ERROR_EXTERNAL_KEY

static final java.lang.String METRICS_ERROR_EXTERNAL_KEY
Define the Rfid Inventory Profile Metrics measurement.

See Also:
Metrics, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/RfidInventoryProfile/Metrics/error"

TIDReadOpId

static final int TIDReadOpId
Define the tidread op id (int) constant.

See Also:
Constant Field Values

UserDataReadOpId

static final int UserDataReadOpId
Define the user data read op id (int) constant.

See Also:
Constant Field Values

2008-02-07 1.1.0

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