2010-01-26 1.2.0

org.eclipse.soda.dk.rfid.write.profile.test.agent.service
Interface RfidWriteProfileTestAgentService

All Known Implementing Classes:
RfidWriteProfileTestAgent

public interface RfidWriteProfileTestAgentService

Rfid Write Profile Test Agent.

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String EPC_BIT_SIZE
          Define the epc bit size property (String) constant.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String INITIAL_READ_OPERATION_ID
          Define the initial read operation id property (String) constant.
static java.lang.String KILL_TIME_DURATION_PROPERTY
          Define the kill time duraiton property (String) constant.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String NUMBER_OF_TAGS
          Define the number of tags property (String) constant.
static java.lang.String READ_OPERATION_ID
          Define the read operation id property (String) constant.
static java.lang.String READER_ID_PROPERTY
          Define the reader id property (String) constant.
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 TAG_EPC_DATA
          Define the tag epc data property (String) constant.
static java.lang.String TAG_READ_STRING
          Define the tag read string property (String) constant.
static java.lang.String TAG_WRITE_DATA
          Define the tag write data property (String) constant.
static java.lang.String TAG_WRITE_STRING
          Define the tag write string property (String) constant.
static java.lang.String TIME_OUT_DURATION_PROPERTY
          Define the time out duration property (String) constant.
static java.lang.String WRITE_OPERATION_ID
          Define the write operation id property (String) constant.
 

Field Detail

READER_ID_PROPERTY

static final java.lang.String READER_ID_PROPERTY
Define the reader id property (String) constant.

See Also:
Constant Field Values

EPC_BIT_SIZE

static final java.lang.String EPC_BIT_SIZE
Define the epc bit size property (String) constant.

See Also:
Constant Field Values

TAG_EPC_DATA

static final java.lang.String TAG_EPC_DATA
Define the tag epc data property (String) constant.

See Also:
Constant Field Values

WRITE_OPERATION_ID

static final java.lang.String WRITE_OPERATION_ID
Define the write operation id property (String) constant.

See Also:
Constant Field Values

READ_OPERATION_ID

static final java.lang.String READ_OPERATION_ID
Define the read operation id property (String) constant.

See Also:
Constant Field Values

INITIAL_READ_OPERATION_ID

static final java.lang.String INITIAL_READ_OPERATION_ID
Define the initial read operation id property (String) constant.

See Also:
Constant Field Values

NUMBER_OF_TAGS

static final java.lang.String NUMBER_OF_TAGS
Define the number of tags property (String) constant.

See Also:
Constant Field Values

TAG_WRITE_DATA

static final java.lang.String TAG_WRITE_DATA
Define the tag write data property (String) constant.

See Also:
Constant Field Values

TAG_READ_STRING

static final java.lang.String TAG_READ_STRING
Define the tag read string property (String) constant.

See Also:
Constant Field Values

TAG_WRITE_STRING

static final java.lang.String TAG_WRITE_STRING
Define the tag write string property (String) constant.

See Also:
Constant Field Values

TIME_OUT_DURATION_PROPERTY

static final java.lang.String TIME_OUT_DURATION_PROPERTY
Define the time out duration property (String) constant.

See Also:
Constant Field Values

KILL_TIME_DURATION_PROPERTY

static final java.lang.String KILL_TIME_DURATION_PROPERTY
Define the kill time duraiton property (String) constant.

See Also:
Constant Field Values

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

SERVICE_DESCRIPTION

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


2010-01-26 1.2.0

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