2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.adapter.service
Interface EpcglobalLlrpAdapterService

All Known Implementing Classes:
EpcglobalLlrpAdapter

public interface EpcglobalLlrpAdapterService

EPCglobal Low Level Reader Protocol (LLRP) Adapter. The device service interface defines the service to be registered for the EpcglobalLlrpAdapter device.

The following measurements are supported:

ReaderCapabilities The Map that contains the information on LLRP Reader capabilities.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
EpcglobalLlrpAdapterService,

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 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[] 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 EpcglobalLlrpAdapter
          Define the EpcglobalLlrpAdapter key.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String LLRP_COMMAND_TIMEOUT
          Custom parameter llrp command timeout configuration key.
static long LLRP_COMMAND_TIMEOUT_DEFAULT
          Connection property LLRP command timeout.
static java.lang.String LLRP_COMMAND_TIMEOUT_PROPERTY
          Connection property LLRP command timeout.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String READER_CAPABILITIES_ERROR_EXTERNAL_KEY
          The Map that contains the information on LLRP Reader capabilities.
static java.lang.String READER_CAPABILITIES_EXTERNAL_KEY
          The Map that contains the information on LLRP Reader capabilities.
static java.lang.String READER_CAPABILITIES_GET_EXTERNAL_KEY
          The Map that contains the information on LLRP Reader capabilities.
static java.lang.String READER_CAPABILITIES_READ_EXTERNAL_KEY
          The Map that contains the information on LLRP Reader capabilities.
static java.lang.String READER_CAPABILITIES_WRITE_EXTERNAL_KEY
          The Map that contains the information on LLRP Reader capabilities.
static java.lang.String ReaderCapabilities
          The Map that contains the information on LLRP Reader capabilities.
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 

Field Detail

SERVICE_NAME

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

Since:
1.0
See Also:
Constant Field Values

MANAGED_SERVICE_NAME

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

Since:
1.1
See Also:
Constant Field Values

FACTORY_SERVICE_NAME

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

Since:
1.0
See Also:
Constant Field Values

EpcglobalLlrpAdapter

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

Since:
1.0
See Also:
Constant Field Values

ReaderCapabilities

static final java.lang.String ReaderCapabilities
The Map that contains the information on LLRP Reader capabilities.

Since:
1.1
See Also:
Constant Field Values

READER_CAPABILITIES_EXTERNAL_KEY

static final java.lang.String READER_CAPABILITIES_EXTERNAL_KEY
The Map that contains the information on LLRP Reader capabilities.

Since:
1.1
See Also:
The value of this field is "prefix/LlrpAdapter/ReaderCapabilities", Constant Field Values

READER_CAPABILITIES_GET_EXTERNAL_KEY

static final java.lang.String READER_CAPABILITIES_GET_EXTERNAL_KEY
The Map that contains the information on LLRP Reader capabilities.

Since:
1.1
See Also:
The value of this field is "prefix/LlrpAdapter/ReaderCapabilities/get"

READER_CAPABILITIES_READ_EXTERNAL_KEY

static final java.lang.String READER_CAPABILITIES_READ_EXTERNAL_KEY
The Map that contains the information on LLRP Reader capabilities.

Since:
1.1
See Also:
ReaderCapabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/LlrpAdapter/ReaderCapabilities/read"

READER_CAPABILITIES_WRITE_EXTERNAL_KEY

static final java.lang.String READER_CAPABILITIES_WRITE_EXTERNAL_KEY
The Map that contains the information on LLRP Reader capabilities.

Since:
1.1
See Also:
ReaderCapabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/LlrpAdapter/ReaderCapabilities/write"

READER_CAPABILITIES_ERROR_EXTERNAL_KEY

static final java.lang.String READER_CAPABILITIES_ERROR_EXTERNAL_KEY
The Map that contains the information on LLRP Reader capabilities.

Since:
1.1
See Also:
ReaderCapabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/LlrpAdapter/ReaderCapabilities/error"

ALL_COMMANDS

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

Since:
1.0

ALL_SIGNALS

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

Since:
1.0

ALL_MEASUREMENTS

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

Since:
1.0

LLRP_COMMAND_TIMEOUT

static final java.lang.String LLRP_COMMAND_TIMEOUT
Custom parameter llrp command timeout configuration key. The key in the OSGI-INF/metatype/Metadata.xml file must match this field.

Since:
1.1
See Also:
LLRP_COMMAND_TIMEOUT_DEFAULT, Constant Field Values

LLRP_COMMAND_TIMEOUT_DEFAULT

static final long LLRP_COMMAND_TIMEOUT_DEFAULT
Connection property LLRP command timeout.

Since:
1.1
See Also:
LLRP_COMMAND_TIMEOUT_PROPERTY, Constant Field Values

LLRP_COMMAND_TIMEOUT_PROPERTY

static final java.lang.String LLRP_COMMAND_TIMEOUT_PROPERTY
Connection property LLRP command timeout. The key in the esc.property file must match this field.

Since:
1.2
See Also:
LLRP_COMMAND_TIMEOUT_DEFAULT, Constant Field Values

SERVICE_DESCRIPTION

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

Since:
1.1
See Also:
Constant Field Values

2010-01-26 1.2.0

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