2010-01-26 1.2.0

org.eclipse.soda.dk.rfid.mock.scenario.profile.service
Interface RfidMockScenarioProfileService

All Known Implementing Classes:
RfidMockScenarioProfile

public interface RfidMockScenarioProfileService

Rfid Mock Scenario Profile. The device service interface defines the service to be registered for the RfidMockScenarioProfile device.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
RfidMockScenarioProfileService,

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

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
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 Mock Scenario Profile Capabilities measurement.
static java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Capabilities measurement.
static java.lang.String CAPABILITIES_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Capabilities measurement.
static java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Capabilities measurement.
static java.lang.String Configuration
          Define the RFID Mock Scenario Profile Configuration measurement.
static java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Configuration measurement.
static java.lang.String CONFIGURATION_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Configuration measurement.
static java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Configuration measurement.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String Metrics
          Define the RFID Mock Scenario Profile Metrics measurement.
static java.lang.String METRICS_ERROR_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Metrics measurement.
static java.lang.String METRICS_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Metrics measurement.
static java.lang.String METRICS_GET_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Metrics measurement.
static java.lang.String RfidMockScenarioProfile
          Define the RfidMockScenarioProfile key.
static java.lang.String SCENARIO
          Custom parameter scenario configuration key.
static int SCENARIO_DEFAULT
          TEST mock scenario description here.
static java.lang.String SCENARIO_PROPERTY
          TEST mock scenario description here.
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 Mock Scenario Profile Status measurement.
static java.lang.String STATUS_ERROR_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Status measurement.
static java.lang.String STATUS_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Status measurement.
static java.lang.String STATUS_GET_EXTERNAL_KEY
          Define the RFID Mock Scenario Profile Status measurement.
 

Field Detail

SERVICE_NAME

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

Since:
1.0
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

RfidMockScenarioProfile

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

Since:
1.0
See Also:
Constant Field Values

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

SCENARIO

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

Since:
1.1
See Also:
SCENARIO_DEFAULT, Constant Field Values

SCENARIO_DEFAULT

static final int SCENARIO_DEFAULT
TEST mock scenario description here.

Since:
1.1
See Also:
SCENARIO_PROPERTY, Constant Field Values

SCENARIO_PROPERTY

static final java.lang.String SCENARIO_PROPERTY
TEST mock scenario description here. The key in the esc.property file must match this field.

Since:
1.2
See Also:
SCENARIO_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

Status

static final java.lang.String Status
Define the RFID Mock Scenario Profile Status measurement.

Since:
1.0
See Also:
Constant Field Values

STATUS_EXTERNAL_KEY

static final java.lang.String STATUS_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Status measurement.

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

STATUS_GET_EXTERNAL_KEY

static final java.lang.String STATUS_GET_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Status measurement.

Since:
1.0
See Also:
The value of this field is "prefix/RfidMockScenarioProfile/Status/get"

STATUS_ERROR_EXTERNAL_KEY

static final java.lang.String STATUS_ERROR_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Status measurement.

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

Configuration

static final java.lang.String Configuration
Define the RFID Mock Scenario Profile Configuration measurement.

Since:
1.0
See Also:
Constant Field Values

CONFIGURATION_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Configuration measurement.

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

CONFIGURATION_GET_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Configuration measurement.

Since:
1.0
See Also:
The value of this field is "prefix/RfidMockScenarioProfile/Configuration/get"

CONFIGURATION_ERROR_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Configuration measurement.

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

Capabilities

static final java.lang.String Capabilities
Define the RFID Mock Scenario Profile Capabilities measurement.

Since:
1.0
See Also:
Constant Field Values

CAPABILITIES_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Capabilities measurement.

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

CAPABILITIES_GET_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Capabilities measurement.

Since:
1.0
See Also:
The value of this field is "prefix/RfidMockScenarioProfile/Capabilities/get"

CAPABILITIES_ERROR_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Capabilities measurement.

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

Metrics

static final java.lang.String Metrics
Define the RFID Mock Scenario Profile Metrics measurement.

Since:
1.1
See Also:
Constant Field Values

METRICS_EXTERNAL_KEY

static final java.lang.String METRICS_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Metrics measurement.

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

METRICS_GET_EXTERNAL_KEY

static final java.lang.String METRICS_GET_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Metrics measurement.

Since:
1.1
See Also:
The value of this field is "prefix/RfidMockScenarioProfile/Metrics/get"

METRICS_ERROR_EXTERNAL_KEY

static final java.lang.String METRICS_ERROR_EXTERNAL_KEY
Define the RFID Mock Scenario Profile Metrics measurement.

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

2010-01-26 1.2.0

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