2008-09-10 1.1.0

org.eclipse.soda.dk.tcpip.connection.service
Interface TcpipConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
TcpipConnection

public interface TcpipConnectionService
extends ConnectionService

Transmission Control Protocol/Internet Protocol (TCP/IP) Connection. The device service interface defines the service to be registered for the TcpipConnection device.

The list of exported services:

Version:
1.1.0
See Also:
TcpipConnectionService, ConnectionService

Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static java.lang.String DEFAULT_HOST
          Custom parameter host configuration default value.
static int DEFAULT_LINGER
          Custom parameter linger configuration default value.
static java.lang.String DEFAULT_LOCALHOST
          Custom parameter localhost configuration default value.
static int DEFAULT_LOCALPORT
          Custom parameter localport configuration default value.
static int DEFAULT_READSIZE
          Custom parameter readsize configuration default value.
static int DEFAULT_READTIMEOUT
          Custom parameter readtimeout configuration default value.
static java.lang.String DEFAULT_REMOTEHOST
          Custom parameter remotehost configuration default value.
static int DEFAULT_REMOTEPORT
          Custom parameter remoteport configuration default value.
static int DEFAULT_WRITESIZE
          Custom parameter writesize configuration default value.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String HOST
          Custom parameter host configuration key.
static java.lang.String HOST_DEFAULT
          Custom parameter host configuration default value.
static java.lang.String HOST_KEY
          Deprecated. use HOST
static java.lang.String LINGER
          Custom parameter linger configuration key.
static int LINGER_DEFAULT
          Custom parameter linger configuration default value.
static java.lang.String LINGER_KEY
          Deprecated. use LINGER
static java.lang.String LOCALHOST
          Custom parameter localhost configuration key.
static java.lang.String LOCALHOST_DEFAULT
          Custom parameter localhost configuration default value.
static java.lang.String LOCALHOST_KEY
          Deprecated. use LOCALHOST
static java.lang.String LOCALPORT
          Custom parameter localport configuration key.
static int LOCALPORT_DEFAULT
          Custom parameter localport configuration default value.
static java.lang.String LOCALPORT_KEY
          Deprecated. use LOCALPORT
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String READSIZE
          Custom parameter readsize configuration key.
static int READSIZE_DEFAULT
          Custom parameter readsize configuration default value.
static java.lang.String READSIZE_KEY
          Deprecated. use READSIZE
static java.lang.String READTIMEOUT
          Custom parameter readtimeout configuration key.
static int READTIMEOUT_DEFAULT
          Custom parameter readtimeout configuration default value.
static java.lang.String READTIMEOUT_KEY
          Deprecated. use READTIMEOUT
static java.lang.String REMOTEHOST
          Custom parameter remotehost configuration key.
static java.lang.String REMOTEHOST_DEFAULT
          Custom parameter remotehost configuration default value.
static java.lang.String REMOTEHOST_KEY
          Deprecated. use REMOTEHOST
static java.lang.String REMOTEPORT
          Custom parameter remoteport configuration key.
static int REMOTEPORT_DEFAULT
          Custom parameter remoteport configuration default value.
static java.lang.String REMOTEPORT_KEY
          Deprecated. use REMOTEPORT
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 TcpipConnection
          Define the TcpipConnection key.
static java.lang.String WRITESIZE
          Custom parameter writesize configuration key.
static int WRITESIZE_DEFAULT
          Custom parameter writesize configuration default value.
static java.lang.String WRITESIZE_KEY
          Deprecated. use WRITESIZE
 
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

TcpipConnection

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

See Also:
Constant Field Values

HOST

static final java.lang.String HOST
Custom parameter host configuration key.

See Also:
Constant Field Values

HOST_KEY

static final java.lang.String HOST_KEY
Deprecated. use HOST
Custom parameter host configuration key.

See Also:
Constant Field Values

HOST_DEFAULT

static final java.lang.String HOST_DEFAULT
Custom parameter host configuration default value.

See Also:
HOST, Constant Field Values

DEFAULT_HOST

static final java.lang.String DEFAULT_HOST
Custom parameter host configuration default value.

See Also:
HOST, Constant Field Values

REMOTEHOST

static final java.lang.String REMOTEHOST
Custom parameter remotehost configuration key.

See Also:
Constant Field Values

REMOTEHOST_KEY

static final java.lang.String REMOTEHOST_KEY
Deprecated. use REMOTEHOST
Custom parameter remotehost configuration key.

See Also:
Constant Field Values

REMOTEHOST_DEFAULT

static final java.lang.String REMOTEHOST_DEFAULT
Custom parameter remotehost configuration default value.

See Also:
REMOTEHOST, Constant Field Values

DEFAULT_REMOTEHOST

static final java.lang.String DEFAULT_REMOTEHOST
Custom parameter remotehost configuration default value.

See Also:
REMOTEHOST, Constant Field Values

LOCALHOST

static final java.lang.String LOCALHOST
Custom parameter localhost configuration key.

See Also:
Constant Field Values

LOCALHOST_KEY

static final java.lang.String LOCALHOST_KEY
Deprecated. use LOCALHOST
Custom parameter localhost configuration key.

See Also:
Constant Field Values

LOCALHOST_DEFAULT

static final java.lang.String LOCALHOST_DEFAULT
Custom parameter localhost configuration default value.

See Also:
LOCALHOST, Constant Field Values

DEFAULT_LOCALHOST

static final java.lang.String DEFAULT_LOCALHOST
Custom parameter localhost configuration default value.

See Also:
LOCALHOST, Constant Field Values

REMOTEPORT

static final java.lang.String REMOTEPORT
Custom parameter remoteport configuration key.

See Also:
Constant Field Values

REMOTEPORT_KEY

static final java.lang.String REMOTEPORT_KEY
Deprecated. use REMOTEPORT
Custom parameter remoteport configuration key.

See Also:
Constant Field Values

REMOTEPORT_DEFAULT

static final int REMOTEPORT_DEFAULT
Custom parameter remoteport configuration default value.

See Also:
REMOTEPORT, Constant Field Values

DEFAULT_REMOTEPORT

static final int DEFAULT_REMOTEPORT
Custom parameter remoteport configuration default value.

See Also:
REMOTEPORT, Constant Field Values

LOCALPORT

static final java.lang.String LOCALPORT
Custom parameter localport configuration key.

See Also:
Constant Field Values

LOCALPORT_KEY

static final java.lang.String LOCALPORT_KEY
Deprecated. use LOCALPORT
Custom parameter localport configuration key.

See Also:
Constant Field Values

LOCALPORT_DEFAULT

static final int LOCALPORT_DEFAULT
Custom parameter localport configuration default value.

See Also:
LOCALPORT, Constant Field Values

DEFAULT_LOCALPORT

static final int DEFAULT_LOCALPORT
Custom parameter localport configuration default value.

See Also:
LOCALPORT, Constant Field Values

LINGER

static final java.lang.String LINGER
Custom parameter linger configuration key.

See Also:
Constant Field Values

LINGER_KEY

static final java.lang.String LINGER_KEY
Deprecated. use LINGER
Custom parameter linger configuration key.

See Also:
Constant Field Values

LINGER_DEFAULT

static final int LINGER_DEFAULT
Custom parameter linger configuration default value.

See Also:
LINGER, Constant Field Values

DEFAULT_LINGER

static final int DEFAULT_LINGER
Custom parameter linger configuration default value.

See Also:
LINGER, Constant Field Values

READTIMEOUT

static final java.lang.String READTIMEOUT
Custom parameter readtimeout configuration key.

See Also:
Constant Field Values

READTIMEOUT_KEY

static final java.lang.String READTIMEOUT_KEY
Deprecated. use READTIMEOUT
Custom parameter readtimeout configuration key.

See Also:
Constant Field Values

READTIMEOUT_DEFAULT

static final int READTIMEOUT_DEFAULT
Custom parameter readtimeout configuration default value.

See Also:
READTIMEOUT, Constant Field Values

DEFAULT_READTIMEOUT

static final int DEFAULT_READTIMEOUT
Custom parameter readtimeout configuration default value.

See Also:
READTIMEOUT, Constant Field Values

READSIZE

static final java.lang.String READSIZE
Custom parameter readsize configuration key.

See Also:
Constant Field Values

READSIZE_KEY

static final java.lang.String READSIZE_KEY
Deprecated. use READSIZE
Custom parameter readsize configuration key.

See Also:
Constant Field Values

READSIZE_DEFAULT

static final int READSIZE_DEFAULT
Custom parameter readsize configuration default value.

See Also:
READSIZE, Constant Field Values

DEFAULT_READSIZE

static final int DEFAULT_READSIZE
Custom parameter readsize configuration default value.

See Also:
READSIZE, Constant Field Values

WRITESIZE

static final java.lang.String WRITESIZE
Custom parameter writesize configuration key.

See Also:
Constant Field Values

WRITESIZE_KEY

static final java.lang.String WRITESIZE_KEY
Deprecated. use WRITESIZE
Custom parameter writesize configuration key.

See Also:
Constant Field Values

WRITESIZE_DEFAULT

static final int WRITESIZE_DEFAULT
Custom parameter writesize configuration default value.

See Also:
WRITESIZE, Constant Field Values

DEFAULT_WRITESIZE

static final int DEFAULT_WRITESIZE
Custom parameter writesize configuration default value.

See Also:
WRITESIZE, 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

2008-09-10 1.1.0

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