2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.transport.test
Class EpcglobalLlrpTransportTest

java.lang.Object
  extended by TransportTest
      extended by org.eclipse.soda.dk.epcglobal.llrp.transport.test.EpcglobalLlrpTransportTest
All Implemented Interfaces:
EpcglobalLlrpTransportTestService

public class EpcglobalLlrpTransportTest
extends TransportTest
implements EpcglobalLlrpTransportTestService

EPCglobal Low Level Reader Protocol (LLRP) Transport Test. The EpcglobalLlrpTransportTest class implements a set of transport tests.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:

See the following specification(s) for more details:

Title: EPCglobal Low Level Reader Protocol (LLRP)
Version: 1.0.1
Date: August 13, 2007
Vendor: EPCglobal
Comment: Ratified

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.transport.test.service.EpcglobalLlrpTransportTestService
FACTORY_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
EpcglobalLlrpTransportTest()
          Constructs a new instance of the EpcglobalLlrpTransportTest class.
 
Method Summary
 TransportService getDefaultTransport()
           
static MessageService getTestMsg_GetReaderCapabilities()
          Gets the TestMsg_GetReaderCapabilities value.
static MessageService getTestMsg_GetReaderConfig()
          Gets the TestMsg_GetReaderConfig value.
static MessageService getTestMsg_SetReaderConfig()
          Gets the TestMsg_SetReaderConfig value.
static void main(java.lang.String[] arguments)
          Main method to run tests in a stand alone mode.
 void runTests()
          Runs the user-defined tests.
 void sendbasic_capabilities()
          Sends the series of messages defined in the send basic_capabilities testcase.
 void sendbasic_tests()
          Sends the series of messages defined in the send basic_tests testcase.
 void setup()
          Sets user-defined variables to use in the test.
 
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 full class name.

See Also:
Constant Field Values
Constructor Detail

EpcglobalLlrpTransportTest

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

Method Detail

getTestMsg_GetReaderCapabilities

public static MessageService getTestMsg_GetReaderCapabilities()
Gets the TestMsg_GetReaderCapabilities value.

Returns:
MessageService The TestMsg_GetReaderCapabilities.

getTestMsg_GetReaderConfig

public static MessageService getTestMsg_GetReaderConfig()
Gets the TestMsg_GetReaderConfig value.

Returns:
MessageService The TestMsg_GetReaderConfig.

getTestMsg_SetReaderConfig

public static MessageService getTestMsg_SetReaderConfig()
Gets the TestMsg_SetReaderConfig value.

Returns:
MessageService The TestMsg_SetReaderConfig.

main

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

Parameters:
arguments - The arguments (String[]) parameter.
See Also:
EpcglobalLlrpTransport

getDefaultTransport

public TransportService getDefaultTransport()
Returns:
TransportService The Transport to be tested.
See Also:
org.eclipse.soda.dk.transport.test.TransportTest#getDefaultTransport()

runTests

public void runTests()
Runs the user-defined tests.

See Also:
org.eclipse.soda.dk.transport.test.TransportTest#runTests()

sendbasic_capabilities

public void sendbasic_capabilities()
Sends the series of messages defined in the send basic_capabilities testcase.


sendbasic_tests

public void sendbasic_tests()
Sends the series of messages defined in the send basic_tests testcase.


setup

public void setup()
Sets user-defined variables to use in the test.

See Also:
org.eclipse.soda.dk.transport.test.TransportTest#setup()

2009-10-01 1.2.0

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