2008-07-29 1.1.0

org.eclipse.soda.dk.serial.connection.service
Interface SerialConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
SerialConnection

public interface SerialConnectionService
extends ConnectionService


Nested Class Summary
static interface SerialConnectionService.Hardwareflowcontrol
          Define the Hardwareflowcontrol interface.
static interface SerialConnectionService.Parity
          Define the Parity interface.
static interface SerialConnectionService.Softwareflowcontrol
          Define the Softwareflowcontrol interface.
static interface SerialConnectionService.Stopbits
          Define the Stopbits interface.
 
Field Summary
static java.lang.String BAUDRATE
          Custom parameter baudrate configuration key.
static int BAUDRATE_DEFAULT
          Custom parameter baudrate configuration default value.
static java.lang.String BAUDRATE_KEY
          Deprecated. use BAUDRATE
static java.lang.String COMPORT
          Custom parameter comport configuration key.
static int COMPORT_DEFAULT
          Custom parameter comport configuration default value.
static java.lang.String COMPORT_KEY
          Deprecated. use COMPORT
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DATABITS
          Custom parameter databits configuration key.
static int DATABITS_5
          Define the databits5 (int) constant.
static int DATABITS_6
          Define the databits6 (int) constant.
static int DATABITS_7
          Define the databits7 (int) constant.
static int DATABITS_8
          Define the databits8 (int) constant.
static int DATABITS_DEFAULT
          Custom parameter databits configuration default value.
static java.lang.String DATABITS_KEY
          Deprecated. use DATABITS
static int DEFAULT_BAUDRATE
          Custom parameter baudrate configuration default value.
static int DEFAULT_COMPORT
          Custom parameter comport configuration default value.
static int DEFAULT_DATABITS
          Custom parameter databits configuration default value.
static int DEFAULT_HARDWAREFLOWCONTROL
          Custom parameter hardwareflowcontrol configuration default value.
static int DEFAULT_PARITY
          Custom parameter parity configuration default value.
static int DEFAULT_READINTERVALTIMEOUT
          Custom parameter readintervaltimeout configuration default value.
static int DEFAULT_READTOTALTIMEOUT
          Custom parameter readtotaltimeout configuration default value.
static int DEFAULT_SOFTWAREFLOWCONTROL
          Custom parameter softwareflowcontrol configuration default value.
static int DEFAULT_STOPBITS
          Custom parameter stopbits configuration default value.
static int DEFAULT_WRITETOTALTIMEOUT
          Custom parameter writetotaltimeout configuration default value.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String HARDWAREFLOWCONTROL
          Custom parameter hardwareflowcontrol configuration key.
static int Hardwareflowcontrol_0
          Define the Hardwareflowcontrol_0 enumeration value.
static int HARDWAREFLOWCONTROL_0
          Define the hardwareflowcontrol0 (int) constant.
static int Hardwareflowcontrol_1
          Define the Hardwareflowcontrol_1 enumeration value.
static int HARDWAREFLOWCONTROL_1
          Define the hardwareflowcontrol1 (int) constant.
static int HARDWAREFLOWCONTROL_DEFAULT
          Custom parameter hardwareflowcontrol configuration default value.
static java.lang.String HARDWAREFLOWCONTROL_KEY
          Deprecated. use HARDWAREFLOWCONTROL
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String PARITY
          Custom parameter parity configuration key.
static int PARITY_DEFAULT
          Custom parameter parity configuration default value.
static int Parity_even
          Define the Parity_even enumeration value.
static int PARITY_EVEN
          Define the parity even (int) constant.
static java.lang.String PARITY_KEY
          Deprecated. use PARITY
static int Parity_mark
          Define the Parity_mark enumeration value.
static int Parity_none
          Define the Parity_none enumeration value.
static int PARITY_NONE
          Define the parity none (int) constant.
static int Parity_odd
          Define the Parity_odd enumeration value.
static int PARITY_ODD
          Define the parity odd (int) constant.
static int Parity_space
          Define the Parity_space enumeration value.
static int PARITY_SPACE
          Define the parity space (int) constant.
static java.lang.String READINTERVALTIMEOUT
          Custom parameter readintervaltimeout configuration key.
static int READINTERVALTIMEOUT_DEFAULT
          Custom parameter readintervaltimeout configuration default value.
static java.lang.String READINTERVALTIMEOUT_KEY
          Deprecated. use READINTERVALTIMEOUT
static java.lang.String READTOTALTIMEOUT
          Custom parameter readtotaltimeout configuration key.
static int READTOTALTIMEOUT_DEFAULT
          Custom parameter readtotaltimeout configuration default value.
static java.lang.String READTOTALTIMEOUT_KEY
          Deprecated. use READTOTALTIMEOUT
static java.lang.String SerialConnection
          Define the SerialConnection key.
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String SOFTWAREFLOWCONTROL
          Custom parameter softwareflowcontrol configuration key.
static int Softwareflowcontrol_0
          Define the Softwareflowcontrol_0 enumeration value.
static int SOFTWAREFLOWCONTROL_0
          Define the softwareflowcontrol0 (int) constant.
static int Softwareflowcontrol_1
          Define the Softwareflowcontrol_1 enumeration value.
static int SOFTWAREFLOWCONTROL_1
          Define the softwareflowcontrol1 (int) constant.
static int SOFTWAREFLOWCONTROL_DEFAULT
          Custom parameter softwareflowcontrol configuration default value.
static java.lang.String SOFTWAREFLOWCONTROL_KEY
          Deprecated. use SOFTWAREFLOWCONTROL
static java.lang.String STOPBITS
          Custom parameter stopbits configuration key.
static int Stopbits_1
          Define the Stopbits_1 enumeration value.
static int STOPBITS_1
          Define the stopbits1 (int) constant.
static int Stopbits_1_5
          Define the Stopbits_1_5 enumeration value.
static int STOPBITS_1_5
          Define the stopbits15 (int) constant.
static int Stopbits_2
          Define the Stopbits_2 enumeration value.
static int STOPBITS_2
          Define the stopbits2 (int) constant.
static int STOPBITS_DEFAULT
          Custom parameter stopbits configuration default value.
static java.lang.String STOPBITS_KEY
          Deprecated. use STOPBITS
static java.lang.String WRITETOTALTIMEOUT
          Custom parameter writetotaltimeout configuration key.
static int WRITETOTALTIMEOUT_DEFAULT
          Custom parameter writetotaltimeout configuration default value.
static java.lang.String WRITETOTALTIMEOUT_KEY
          Deprecated. use WRITETOTALTIMEOUT
 
Fields inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService
CONNECTION_KEY, DEFAULT_CONNECTION
 
Method Summary
 
Methods inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService
close, exit, flush, isOpen, open, read, read, setConfigurationInformation, write, write
 

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

SerialConnection

static final java.lang.String SerialConnection
Define the SerialConnection key.

See Also:
Constant Field Values

COMPORT

static final java.lang.String COMPORT
Custom parameter comport configuration key.

See Also:
Constant Field Values

COMPORT_KEY

static final java.lang.String COMPORT_KEY
Deprecated. use COMPORT
Custom parameter comport configuration key.

See Also:
Constant Field Values

COMPORT_DEFAULT

static final int COMPORT_DEFAULT
Custom parameter comport configuration default value.

See Also:
COMPORT, Constant Field Values

DEFAULT_COMPORT

static final int DEFAULT_COMPORT
Custom parameter comport configuration default value.

See Also:
COMPORT, Constant Field Values

BAUDRATE

static final java.lang.String BAUDRATE
Custom parameter baudrate configuration key.

See Also:
Constant Field Values

BAUDRATE_KEY

static final java.lang.String BAUDRATE_KEY
Deprecated. use BAUDRATE
Custom parameter baudrate configuration key.

See Also:
Constant Field Values

BAUDRATE_DEFAULT

static final int BAUDRATE_DEFAULT
Custom parameter baudrate configuration default value.

See Also:
BAUDRATE, Constant Field Values

DEFAULT_BAUDRATE

static final int DEFAULT_BAUDRATE
Custom parameter baudrate configuration default value.

See Also:
BAUDRATE, Constant Field Values

DATABITS

static final java.lang.String DATABITS
Custom parameter databits configuration key.

See Also:
Constant Field Values

DATABITS_KEY

static final java.lang.String DATABITS_KEY
Deprecated. use DATABITS
Custom parameter databits configuration key.

See Also:
Constant Field Values

DATABITS_DEFAULT

static final int DATABITS_DEFAULT
Custom parameter databits configuration default value.

See Also:
DATABITS, Constant Field Values

DEFAULT_DATABITS

static final int DEFAULT_DATABITS
Custom parameter databits configuration default value.

See Also:
DATABITS, Constant Field Values

PARITY

static final java.lang.String PARITY
Custom parameter parity configuration key.

See Also:
Constant Field Values

PARITY_KEY

static final java.lang.String PARITY_KEY
Deprecated. use PARITY
Custom parameter parity configuration key.

See Also:
Constant Field Values

Parity_none

static final int Parity_none
Define the Parity_none enumeration value.

See Also:
PARITY, Parity_even, Parity_odd, Parity_mark, Parity_space, Constant Field Values

Parity_even

static final int Parity_even
Define the Parity_even enumeration value.

See Also:
PARITY, Parity_none, Parity_odd, Parity_mark, Parity_space, Constant Field Values

Parity_odd

static final int Parity_odd
Define the Parity_odd enumeration value.

See Also:
PARITY, Parity_none, Parity_even, Parity_mark, Parity_space, Constant Field Values

Parity_mark

static final int Parity_mark
Define the Parity_mark enumeration value.

See Also:
PARITY, Parity_none, Parity_even, Parity_odd, Parity_space, Constant Field Values

Parity_space

static final int Parity_space
Define the Parity_space enumeration value.

See Also:
PARITY, Parity_none, Parity_even, Parity_odd, Parity_mark, Constant Field Values

PARITY_DEFAULT

static final int PARITY_DEFAULT
Custom parameter parity configuration default value.

See Also:
PARITY, Constant Field Values

DEFAULT_PARITY

static final int DEFAULT_PARITY
Custom parameter parity configuration default value.

See Also:
PARITY, Constant Field Values

STOPBITS

static final java.lang.String STOPBITS
Custom parameter stopbits configuration key.

See Also:
Constant Field Values

STOPBITS_KEY

static final java.lang.String STOPBITS_KEY
Deprecated. use STOPBITS
Custom parameter stopbits configuration key.

See Also:
Constant Field Values

Stopbits_1

static final int Stopbits_1
Define the Stopbits_1 enumeration value.

See Also:
STOPBITS, Stopbits_1_5, Stopbits_2, Constant Field Values

Stopbits_1_5

static final int Stopbits_1_5
Define the Stopbits_1_5 enumeration value.

See Also:
STOPBITS, Stopbits_1, Stopbits_2, Constant Field Values

Stopbits_2

static final int Stopbits_2
Define the Stopbits_2 enumeration value.

See Also:
STOPBITS, Stopbits_1, Stopbits_1_5, Constant Field Values

STOPBITS_DEFAULT

static final int STOPBITS_DEFAULT
Custom parameter stopbits configuration default value.

See Also:
STOPBITS, Constant Field Values

DEFAULT_STOPBITS

static final int DEFAULT_STOPBITS
Custom parameter stopbits configuration default value.

See Also:
STOPBITS, Constant Field Values

HARDWAREFLOWCONTROL

static final java.lang.String HARDWAREFLOWCONTROL
Custom parameter hardwareflowcontrol configuration key.

See Also:
Constant Field Values

HARDWAREFLOWCONTROL_KEY

static final java.lang.String HARDWAREFLOWCONTROL_KEY
Deprecated. use HARDWAREFLOWCONTROL
Custom parameter hardwareflowcontrol configuration key.

See Also:
Constant Field Values

Hardwareflowcontrol_0

static final int Hardwareflowcontrol_0
Define the Hardwareflowcontrol_0 enumeration value.

See Also:
HARDWAREFLOWCONTROL, Hardwareflowcontrol_1, Constant Field Values

Hardwareflowcontrol_1

static final int Hardwareflowcontrol_1
Define the Hardwareflowcontrol_1 enumeration value.

See Also:
HARDWAREFLOWCONTROL, Hardwareflowcontrol_0, Constant Field Values

HARDWAREFLOWCONTROL_DEFAULT

static final int HARDWAREFLOWCONTROL_DEFAULT
Custom parameter hardwareflowcontrol configuration default value.

See Also:
HARDWAREFLOWCONTROL, Constant Field Values

DEFAULT_HARDWAREFLOWCONTROL

static final int DEFAULT_HARDWAREFLOWCONTROL
Custom parameter hardwareflowcontrol configuration default value.

See Also:
HARDWAREFLOWCONTROL, Constant Field Values

SOFTWAREFLOWCONTROL

static final java.lang.String SOFTWAREFLOWCONTROL
Custom parameter softwareflowcontrol configuration key.

See Also:
Constant Field Values

SOFTWAREFLOWCONTROL_KEY

static final java.lang.String SOFTWAREFLOWCONTROL_KEY
Deprecated. use SOFTWAREFLOWCONTROL
Custom parameter softwareflowcontrol configuration key.

See Also:
Constant Field Values

Softwareflowcontrol_0

static final int Softwareflowcontrol_0
Define the Softwareflowcontrol_0 enumeration value.

See Also:
SOFTWAREFLOWCONTROL, Softwareflowcontrol_1, Constant Field Values

Softwareflowcontrol_1

static final int Softwareflowcontrol_1
Define the Softwareflowcontrol_1 enumeration value.

See Also:
SOFTWAREFLOWCONTROL, Softwareflowcontrol_0, Constant Field Values

SOFTWAREFLOWCONTROL_DEFAULT

static final int SOFTWAREFLOWCONTROL_DEFAULT
Custom parameter softwareflowcontrol configuration default value.

See Also:
SOFTWAREFLOWCONTROL, Constant Field Values

DEFAULT_SOFTWAREFLOWCONTROL

static final int DEFAULT_SOFTWAREFLOWCONTROL
Custom parameter softwareflowcontrol configuration default value.

See Also:
SOFTWAREFLOWCONTROL, Constant Field Values

READTOTALTIMEOUT

static final java.lang.String READTOTALTIMEOUT
Custom parameter readtotaltimeout configuration key.

See Also:
Constant Field Values

READTOTALTIMEOUT_KEY

static final java.lang.String READTOTALTIMEOUT_KEY
Deprecated. use READTOTALTIMEOUT
Custom parameter readtotaltimeout configuration key.

See Also:
Constant Field Values

READTOTALTIMEOUT_DEFAULT

static final int READTOTALTIMEOUT_DEFAULT
Custom parameter readtotaltimeout configuration default value.

See Also:
READTOTALTIMEOUT, Constant Field Values

DEFAULT_READTOTALTIMEOUT

static final int DEFAULT_READTOTALTIMEOUT
Custom parameter readtotaltimeout configuration default value.

See Also:
READTOTALTIMEOUT, Constant Field Values

READINTERVALTIMEOUT

static final java.lang.String READINTERVALTIMEOUT
Custom parameter readintervaltimeout configuration key.

See Also:
Constant Field Values

READINTERVALTIMEOUT_KEY

static final java.lang.String READINTERVALTIMEOUT_KEY
Deprecated. use READINTERVALTIMEOUT
Custom parameter readintervaltimeout configuration key.

See Also:
Constant Field Values

READINTERVALTIMEOUT_DEFAULT

static final int READINTERVALTIMEOUT_DEFAULT
Custom parameter readintervaltimeout configuration default value.

See Also:
READINTERVALTIMEOUT, Constant Field Values

DEFAULT_READINTERVALTIMEOUT

static final int DEFAULT_READINTERVALTIMEOUT
Custom parameter readintervaltimeout configuration default value.

See Also:
READINTERVALTIMEOUT, Constant Field Values

WRITETOTALTIMEOUT

static final java.lang.String WRITETOTALTIMEOUT
Custom parameter writetotaltimeout configuration key.

See Also:
Constant Field Values

WRITETOTALTIMEOUT_KEY

static final java.lang.String WRITETOTALTIMEOUT_KEY
Deprecated. use WRITETOTALTIMEOUT
Custom parameter writetotaltimeout configuration key.

See Also:
Constant Field Values

WRITETOTALTIMEOUT_DEFAULT

static final int WRITETOTALTIMEOUT_DEFAULT
Custom parameter writetotaltimeout configuration default value.

See Also:
WRITETOTALTIMEOUT, Constant Field Values

DEFAULT_WRITETOTALTIMEOUT

static final int DEFAULT_WRITETOTALTIMEOUT
Custom parameter writetotaltimeout configuration default value.

See Also:
WRITETOTALTIMEOUT, Constant Field Values

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

See Also:
Constant Field Values

CONNECTION_TYPE

static final java.lang.String CONNECTION_TYPE
Define the connection type (String) constant.

See Also:
Constant Field Values

DATABITS_5

static final int DATABITS_5
Define the databits5 (int) constant.

See Also:
Constant Field Values

DATABITS_6

static final int DATABITS_6
Define the databits6 (int) constant.

See Also:
Constant Field Values

DATABITS_7

static final int DATABITS_7
Define the databits7 (int) constant.

See Also:
Constant Field Values

DATABITS_8

static final int DATABITS_8
Define the databits8 (int) constant.

See Also:
Constant Field Values

HARDWAREFLOWCONTROL_0

static final int HARDWAREFLOWCONTROL_0
Define the hardwareflowcontrol0 (int) constant.

See Also:
Constant Field Values

HARDWAREFLOWCONTROL_1

static final int HARDWAREFLOWCONTROL_1
Define the hardwareflowcontrol1 (int) constant.

See Also:
Constant Field Values

PARITY_EVEN

static final int PARITY_EVEN
Define the parity even (int) constant.

See Also:
Constant Field Values

PARITY_NONE

static final int PARITY_NONE
Define the parity none (int) constant.

See Also:
Constant Field Values

PARITY_ODD

static final int PARITY_ODD
Define the parity odd (int) constant.

See Also:
Constant Field Values

PARITY_SPACE

static final int PARITY_SPACE
Define the parity space (int) constant.

See Also:
Constant Field Values

SOFTWAREFLOWCONTROL_0

static final int SOFTWAREFLOWCONTROL_0
Define the softwareflowcontrol0 (int) constant.

See Also:
Constant Field Values

SOFTWAREFLOWCONTROL_1

static final int SOFTWAREFLOWCONTROL_1
Define the softwareflowcontrol1 (int) constant.

See Also:
Constant Field Values

STOPBITS_1

static final int STOPBITS_1
Define the stopbits1 (int) constant.

See Also:
Constant Field Values

STOPBITS_1_5

static final int STOPBITS_1_5
Define the stopbits15 (int) constant.

See Also:
Constant Field Values

STOPBITS_2

static final int STOPBITS_2
Define the stopbits2 (int) constant.

See Also:
Constant Field Values

2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900