1.0.0

org.eclipse.soda.dk.rfid.inventory.profile.test.agent
Class RfidInventoryProfileTestAgent

java.lang.Object
  extended by TestAgent
      extended by org.eclipse.soda.dk.rfid.inventory.profile.test.agent.RfidInventoryProfileTestAgent
All Implemented Interfaces:
RfidInventoryProfileTestAgentService

public class RfidInventoryProfileTestAgent
extends TestAgent
implements RfidInventoryProfileTestAgentService


Field Summary
static int AT_LEAST_1_TAG_MUST_MATCH
          Define the at least1 tag must match (int) constant.
static java.lang.String CLASS_NAME
          Defines the class name.
static java.util.ResourceBundle DefaultResourceBundle
          Define the default resource bundle (ResourceBundle) field.
static java.lang.String DESCRIPTION
          Description of the test.
static int DISCONNECT_READER
          Define the disconnect reader (int) constant.
static int INCORRECT_NUMBER_OF_AGGREGATIONREPORTS
          Define the incorrect number of aggregationreports (int) constant.
static int INVALID_ANTENNA
          Define the invalid antenna (int) constant.
static int INVALID_COUNT
          Define the invalid count (int) constant.
static int INVALID_DATAEXTENSIONS
          Define the invalid dataextensions (int) constant.
static int INVALID_DATAEXTENSIONS_SIZE
          Define the invalid dataextensions size (int) constant.
static int INVALID_READER_ID
          Define the invalid reader id (int) constant.
static int INVALID_TIMESTAMPFIRST
          Define the invalid timestampfirst (int) constant.
static int INVALID_TIMESTAMPLAST
          Define the invalid timestamplast (int) constant.
static int MOVE_OUT_OF_RANGE
          Define the move out of range (int) constant.
static int NEED_AT_LEAST_2_MASKS
          Define the need at least2 masks (int) constant.
static int NEED_AT_LEAST_3_TAGS
          Define the need at least3 tags (int) constant.
static int NEED_AT_LEAST_ONE_TAG
          Define the need at least one tag (int) constant.
static int NOT_ALL_TAGS_MUST_MATCH
          Define the not all tags must match (int) constant.
static int PLACE_ALL_TAGS
          Define the place all tags (int) constant.
static int PLACE_SINGLE_TAG
          Define the place single tag (int) constant.
static int RECEIVED_AGGREGATE_HAS_DUPLICATES
          Define the received aggregate has duplicates (int) constant.
static int RECEIVED_AGGREGATE_SET_INCORRECT
          Define the received aggregate set incorrect (int) constant.
static int RECEIVED_TAG_SET_INCORRECT
          Define the received tag set incorrect (int) constant.
static int RECEIVED_TAGS_HAS_DUPLICATES
          Define the received tags has duplicates (int) constant.
static int RECONNECT_READER
          Define the reconnect reader (int) constant.
 
Fields inherited from interface org.eclipse.soda.dk.rfid.inventory.profile.test.agent.service.RfidInventoryProfileTestAgentService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, READ_DURATION_PROPERTY, READER_ID_PROPERTY, SERVICE_NAME, TAG_LIST_PROPERTY, TAG_MASK_PROPERTY
 
Constructor Summary
RfidInventoryProfileTestAgent()
          Constructs a new instance of the RfidInventoryProfileTestAgent class.
 
Method Summary
 java.lang.String getDescription()
          Gets the description (String) value.
 java.lang.Class loadTestClass()
          Load test class and return the Class result.
static void main(java.lang.String[] args)
          Main method to run tests in a standalone mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the class name.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Description of the test.

See Also:
Constant Field Values

AT_LEAST_1_TAG_MUST_MATCH

public static final int AT_LEAST_1_TAG_MUST_MATCH
Define the at least1 tag must match (int) constant.

See Also:
Constant Field Values

DefaultResourceBundle

public static java.util.ResourceBundle DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field.


DISCONNECT_READER

public static final int DISCONNECT_READER
Define the disconnect reader (int) constant.

See Also:
Constant Field Values

INCORRECT_NUMBER_OF_AGGREGATIONREPORTS

public static final int INCORRECT_NUMBER_OF_AGGREGATIONREPORTS
Define the incorrect number of aggregationreports (int) constant.

See Also:
Constant Field Values

INVALID_ANTENNA

public static final int INVALID_ANTENNA
Define the invalid antenna (int) constant.

See Also:
Constant Field Values

INVALID_COUNT

public static final int INVALID_COUNT
Define the invalid count (int) constant.

See Also:
Constant Field Values

INVALID_DATAEXTENSIONS

public static final int INVALID_DATAEXTENSIONS
Define the invalid dataextensions (int) constant.

See Also:
Constant Field Values

INVALID_DATAEXTENSIONS_SIZE

public static final int INVALID_DATAEXTENSIONS_SIZE
Define the invalid dataextensions size (int) constant.

See Also:
Constant Field Values

INVALID_READER_ID

public static final int INVALID_READER_ID
Define the invalid reader id (int) constant.

See Also:
Constant Field Values

INVALID_TIMESTAMPFIRST

public static final int INVALID_TIMESTAMPFIRST
Define the invalid timestampfirst (int) constant.

See Also:
Constant Field Values

INVALID_TIMESTAMPLAST

public static final int INVALID_TIMESTAMPLAST
Define the invalid timestamplast (int) constant.

See Also:
Constant Field Values

MOVE_OUT_OF_RANGE

public static final int MOVE_OUT_OF_RANGE
Define the move out of range (int) constant.

See Also:
Constant Field Values

NEED_AT_LEAST_ONE_TAG

public static final int NEED_AT_LEAST_ONE_TAG
Define the need at least one tag (int) constant.

See Also:
Constant Field Values

NEED_AT_LEAST_2_MASKS

public static final int NEED_AT_LEAST_2_MASKS
Define the need at least2 masks (int) constant.

See Also:
Constant Field Values

NEED_AT_LEAST_3_TAGS

public static final int NEED_AT_LEAST_3_TAGS
Define the need at least3 tags (int) constant.

See Also:
Constant Field Values

NOT_ALL_TAGS_MUST_MATCH

public static final int NOT_ALL_TAGS_MUST_MATCH
Define the not all tags must match (int) constant.

See Also:
Constant Field Values

PLACE_ALL_TAGS

public static final int PLACE_ALL_TAGS
Define the place all tags (int) constant.

See Also:
Constant Field Values

PLACE_SINGLE_TAG

public static final int PLACE_SINGLE_TAG
Define the place single tag (int) constant.

See Also:
Constant Field Values

RECEIVED_AGGREGATE_HAS_DUPLICATES

public static final int RECEIVED_AGGREGATE_HAS_DUPLICATES
Define the received aggregate has duplicates (int) constant.

See Also:
Constant Field Values

RECEIVED_AGGREGATE_SET_INCORRECT

public static final int RECEIVED_AGGREGATE_SET_INCORRECT
Define the received aggregate set incorrect (int) constant.

See Also:
Constant Field Values

RECEIVED_TAG_SET_INCORRECT

public static final int RECEIVED_TAG_SET_INCORRECT
Define the received tag set incorrect (int) constant.

See Also:
Constant Field Values

RECEIVED_TAGS_HAS_DUPLICATES

public static final int RECEIVED_TAGS_HAS_DUPLICATES
Define the received tags has duplicates (int) constant.

See Also:
Constant Field Values

RECONNECT_READER

public static final int RECONNECT_READER
Define the reconnect reader (int) constant.

See Also:
Constant Field Values
Constructor Detail

RfidInventoryProfileTestAgent

public RfidInventoryProfileTestAgent()
Constructs a new instance of the RfidInventoryProfileTestAgent class.

Method Detail

main

public static void main(java.lang.String[] args)
Main method to run tests in a standalone mode.

Parameters:
args -
See Also:
RfidInventoryProfileTestAgent

getDescription

public java.lang.String getDescription()
Gets the description (String) value.


loadTestClass

public java.lang.Class loadTestClass()
Load test class and return the Class result.


1.0.0

Copyright (c) 2007 IBM