2008-07-29 1.1.0

org.eclipse.soda.dk.gps.nmea.transport.service
Interface GpsNmeaTransportService

All Known Implementing Classes:
GpsNmeaTransport

public interface GpsNmeaTransportService

Global Positioning System (GPS) National Marine Electronics Association (NMEA) Transport. The transport service interface defines the service to be registered for the GpsNmeaTransport transport.

The list of exported services:

Version:
1.1.0
See Also:
GpsNmeaTransportService, org.eclipse.soda.dk.transport.service.TransportService

Field Summary
static int DEFAULT_BAUDRATE
          Connection property DEFAULT_BAUDRATE.
static int DEFAULT_COMPORT
          Connection property DEFAULT_COMPORT.
static int DEFAULT_DATABITS
          Connection property DEFAULT_DATABITS.
static java.lang.String DEFAULT_HOST
          Connection property DEFAULT_HOST.
static int DEFAULT_HWFLOW
          Connection property DEFAULT_HWFLOW.
static int DEFAULT_LINGER
          Connection property DEFAULT_LINGER.
static int DEFAULT_LOCALPORT
          Connection property DEFAULT_LOCALPORT.
static int DEFAULT_PARITY
          Connection property DEFAULT_PARITY.
static int DEFAULT_READINTERVALTIMEOUT
          Connection property DEFAULT_READINTERVALTIMEOUT.
static int DEFAULT_READSIZE
          Connection property DEFAULT_READSIZE.
static int DEFAULT_READTIMEOUT
          Connection property DEFAULT_READTIMEOUT.
static int DEFAULT_READTOTALTIMEOUT
          Connection property DEFAULT_READTOTALTIMEOUT.
static int DEFAULT_REMOTEPORT
          Connection property DEFAULT_REMOTEPORT.
static int DEFAULT_STOPBITS
          Connection property DEFAULT_STOPBITS.
static int DEFAULT_SWFLOW
          Connection property DEFAULT_SWFLOW.
static int DEFAULT_WRITESIZE
          Connection property DEFAULT_WRITESIZE.
static int DEFAULT_WRITETOTALTIMEOUT
          Connection property DEFAULT_WRITETOTALTIMEOUT.
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 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_BAUDRATE

static final int DEFAULT_BAUDRATE
Connection property DEFAULT_BAUDRATE.

See Also:
Constant Field Values

DEFAULT_COMPORT

static final int DEFAULT_COMPORT
Connection property DEFAULT_COMPORT.

See Also:
Constant Field Values

DEFAULT_DATABITS

static final int DEFAULT_DATABITS
Connection property DEFAULT_DATABITS.


DEFAULT_HWFLOW

static final int DEFAULT_HWFLOW
Connection property DEFAULT_HWFLOW.

See Also:
Constant Field Values

DEFAULT_PARITY

static final int DEFAULT_PARITY
Connection property DEFAULT_PARITY.


DEFAULT_READINTERVALTIMEOUT

static final int DEFAULT_READINTERVALTIMEOUT
Connection property DEFAULT_READINTERVALTIMEOUT.

See Also:
Constant Field Values

DEFAULT_READTOTALTIMEOUT

static final int DEFAULT_READTOTALTIMEOUT
Connection property DEFAULT_READTOTALTIMEOUT.

See Also:
Constant Field Values

DEFAULT_STOPBITS

static final int DEFAULT_STOPBITS
Connection property DEFAULT_STOPBITS.


DEFAULT_SWFLOW

static final int DEFAULT_SWFLOW
Connection property DEFAULT_SWFLOW.

See Also:
Constant Field Values

DEFAULT_WRITETOTALTIMEOUT

static final int DEFAULT_WRITETOTALTIMEOUT
Connection property DEFAULT_WRITETOTALTIMEOUT.

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

2008-07-29 1.1.0

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