2008-02-07 1.1.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:

Version:
1.1.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 DEFAULT_HOST
          Connection property DEFAULT_HOST.
static int DEFAULT_LINGER
          Connection property DEFAULT_LINGER.
static int DEFAULT_LOCALPORT
          Connection property DEFAULT_LOCALPORT.
static int DEFAULT_READSIZE
          Connection property DEFAULT_READSIZE.
static int DEFAULT_READTIMEOUT
          Connection property DEFAULT_READTIMEOUT.
static int DEFAULT_REMOTEPORT
          Connection property DEFAULT_REMOTEPORT.
static int DEFAULT_WRITESIZE
          Connection property DEFAULT_WRITESIZE.
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.
 

Field Detail

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

DEFAULT_HOST

static final java.lang.String DEFAULT_HOST
Connection property DEFAULT_HOST.

See Also:
Constant Field Values

DEFAULT_LINGER

static final int DEFAULT_LINGER
Connection property DEFAULT_LINGER.

See Also:
Constant Field Values

DEFAULT_LOCALPORT

static final int DEFAULT_LOCALPORT
Connection property DEFAULT_LOCALPORT.

See Also:
Constant Field Values

DEFAULT_REMOTEPORT

static final int DEFAULT_REMOTEPORT
Connection property DEFAULT_REMOTEPORT.

See Also:
Constant Field Values

DEFAULT_READTIMEOUT

static final int DEFAULT_READTIMEOUT
Connection property DEFAULT_READTIMEOUT.

See Also:
Constant Field Values

DEFAULT_READSIZE

static final int DEFAULT_READSIZE
Connection property DEFAULT_READSIZE.

See Also:
Constant Field Values

DEFAULT_WRITESIZE

static final int DEFAULT_WRITESIZE
Connection property DEFAULT_WRITESIZE.

See Also:
Constant Field Values

ReaderEventParameter

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

See Also:
Constant Field Values

2008-02-07 1.1.0

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