2008-07-29 1.1.0

org.eclipse.soda.dk.tcpip.server.connection.service
Interface TcpipServerConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
TcpipServerConnection

public interface TcpipServerConnectionService
extends ConnectionService


Field Summary
static java.lang.String CONNECTION_TYPE
          Define the connection type (String) constant.
static int DEFAULT_LINGER
          Define the default linger value (String) constant.
static int DEFAULT_PORT
          Custom parameter port configuration default value.
static int DEFAULT_QUEUELENGTH
          Define the default queue length value (String) constant.
static int DEFAULT_TIMEOUT
          Define the default timeout value (String) constant.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String LINGER_KEY
          Define the linger key (String) constant.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String PORT
          Custom parameter port configuration key.
static int PORT_DEFAULT
          Custom parameter port configuration default value.
static java.lang.String PORT_KEY
          Deprecated. use PORT
static java.lang.String QUEUELENGTH_KEY
          Define the queue length key (String) constant.
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 TcpipServerConnection
          Define the TcpipServerConnection key.
static java.lang.String TIMEOUT_KEY
          Define the timeout key (String) constant.
 
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

TcpipServerConnection

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

See Also:
Constant Field Values

PORT

static final java.lang.String PORT
Custom parameter port configuration key.

See Also:
Constant Field Values

PORT_KEY

static final java.lang.String PORT_KEY
Deprecated. use PORT
Custom parameter port configuration key.

See Also:
Constant Field Values

PORT_DEFAULT

static final int PORT_DEFAULT
Custom parameter port configuration default value.

See Also:
PORT, Constant Field Values

DEFAULT_PORT

static final int DEFAULT_PORT
Custom parameter port configuration default value.

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

DEFAULT_LINGER

static final int DEFAULT_LINGER
Define the default linger value (String) constant.

See Also:
Constant Field Values

DEFAULT_QUEUELENGTH

static final int DEFAULT_QUEUELENGTH
Define the default queue length value (String) constant.

See Also:
Constant Field Values

DEFAULT_TIMEOUT

static final int DEFAULT_TIMEOUT
Define the default timeout value (String) constant.

See Also:
Constant Field Values

LINGER_KEY

static final java.lang.String LINGER_KEY
Define the linger key (String) constant.

See Also:
Constant Field Values

QUEUELENGTH_KEY

static final java.lang.String QUEUELENGTH_KEY
Define the queue length key (String) constant.

See Also:
Constant Field Values

TIMEOUT_KEY

static final java.lang.String TIMEOUT_KEY
Define the timeout key (String) 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