2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.transport.service
Interface EpcglobalLlrpTransportService

All Known Implementing Classes:
EpcglobalLlrpTransport

public interface EpcglobalLlrpTransportService

EPCglobal Low Level Reader Protocol (LLRP) Transport. The transport service interface defines the service to be registered for the EpcglobalLlrpTransport transport.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
EpcglobalLlrpTransportService,

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

Field Summary
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String ReaderEventParameter
          Parameter ReaderEventParameter key Number.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String TCPIP_HOST_DEFAULT
          The remote host name or address.
static int TCPIP_LINGER_DEFAULT
          The linger value.
static java.lang.String TCPIP_LINGER_PROPERTY
          The linger value.
static java.lang.String TCPIP_LOCALHOST_DEFAULT
          The local host name or address.
static java.lang.String TCPIP_LOCALHOST_PROPERTY
          The local host name or address.
static int TCPIP_LOCALPORT_DEFAULT
          The local port number.
static java.lang.String TCPIP_LOCALPORT_PROPERTY
          The local port number.
static int TCPIP_READSIZE_DEFAULT
          The read size value in bytes.
static java.lang.String TCPIP_READSIZE_PROPERTY
          The read size value in bytes.
static int TCPIP_READTIMEOUT_DEFAULT
          The read timeout value in milliseconds.
static java.lang.String TCPIP_READTIMEOUT_PROPERTY
          The read timeout value in milliseconds.
static java.lang.String TCPIP_REMOTEHOST_DEFAULT
          The remote host name or address.
static java.lang.String TCPIP_REMOTEHOST_PROPERTY
          The remote host name or address.
static int TCPIP_REMOTEPORT_DEFAULT
          The remote port number on the host.
static java.lang.String TCPIP_REMOTEPORT_PROPERTY
          The remote port number on the host.
static int TCPIP_WRITESIZE_DEFAULT
          The write size value in bytes.
static java.lang.String TCPIP_WRITESIZE_PROPERTY
          The write size value in bytes.
 

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

TCPIP_LOCALHOST_DEFAULT

static final java.lang.String TCPIP_LOCALHOST_DEFAULT
The local host name or address.

Since:
1.2
See Also:
TCPIP_LOCALHOST_PROPERTY, Constant Field Values

TCPIP_LOCALHOST_PROPERTY

static final java.lang.String TCPIP_LOCALHOST_PROPERTY
The local host name or address. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_LOCALHOST_DEFAULT, Constant Field Values

TCPIP_LOCALPORT_DEFAULT

static final int TCPIP_LOCALPORT_DEFAULT
The local port number.

Since:
1.2
See Also:
TCPIP_LOCALPORT_PROPERTY, Constant Field Values

TCPIP_LOCALPORT_PROPERTY

static final java.lang.String TCPIP_LOCALPORT_PROPERTY
The local port number. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_LOCALPORT_DEFAULT, Constant Field Values

TCPIP_REMOTEHOST_DEFAULT

static final java.lang.String TCPIP_REMOTEHOST_DEFAULT
The remote host name or address.

Since:
1.2
See Also:
TCPIP_REMOTEHOST_PROPERTY, Constant Field Values

TCPIP_REMOTEHOST_PROPERTY

static final java.lang.String TCPIP_REMOTEHOST_PROPERTY
The remote host name or address. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_REMOTEHOST_DEFAULT, Constant Field Values

TCPIP_REMOTEPORT_DEFAULT

static final int TCPIP_REMOTEPORT_DEFAULT
The remote port number on the host.

Since:
1.2
See Also:
TCPIP_REMOTEPORT_PROPERTY, Constant Field Values

TCPIP_REMOTEPORT_PROPERTY

static final java.lang.String TCPIP_REMOTEPORT_PROPERTY
The remote port number on the host. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_REMOTEPORT_DEFAULT, Constant Field Values

TCPIP_READTIMEOUT_DEFAULT

static final int TCPIP_READTIMEOUT_DEFAULT
The read timeout value in milliseconds.

Since:
1.2
See Also:
TCPIP_READTIMEOUT_PROPERTY, Constant Field Values

TCPIP_READTIMEOUT_PROPERTY

static final java.lang.String TCPIP_READTIMEOUT_PROPERTY
The read timeout value in milliseconds. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_READTIMEOUT_DEFAULT, Constant Field Values

TCPIP_READSIZE_DEFAULT

static final int TCPIP_READSIZE_DEFAULT
The read size value in bytes.

Since:
1.2
See Also:
TCPIP_READSIZE_PROPERTY, Constant Field Values

TCPIP_READSIZE_PROPERTY

static final java.lang.String TCPIP_READSIZE_PROPERTY
The read size value in bytes. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_READSIZE_DEFAULT, Constant Field Values

TCPIP_WRITESIZE_DEFAULT

static final int TCPIP_WRITESIZE_DEFAULT
The write size value in bytes.

Since:
1.2
See Also:
TCPIP_WRITESIZE_PROPERTY, Constant Field Values

TCPIP_WRITESIZE_PROPERTY

static final java.lang.String TCPIP_WRITESIZE_PROPERTY
The write size value in bytes. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_WRITESIZE_DEFAULT, Constant Field Values

TCPIP_LINGER_DEFAULT

static final int TCPIP_LINGER_DEFAULT
The linger value.

Since:
1.2
See Also:
TCPIP_LINGER_PROPERTY, Constant Field Values

TCPIP_LINGER_PROPERTY

static final java.lang.String TCPIP_LINGER_PROPERTY
The linger value. The key in the esc.property file must match this field.

Since:
1.2
See Also:
TCPIP_LINGER_DEFAULT, Constant Field Values

TCPIP_HOST_DEFAULT

static final java.lang.String TCPIP_HOST_DEFAULT
The remote host name or address. use remotehost

Since:
1.2
See Also:
#TCPIP_HOST_PROPERTY, Constant Field Values

ReaderEventParameter

static final java.lang.String ReaderEventParameter
Parameter ReaderEventParameter key Number.

Since:
1.1
See Also:
Constant Field Values

2010-01-26 1.2.0

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