2008-07-29 1.1.0

org.eclipse.soda.dk.arcom.io.transport.service
Interface ArcomIoTransportService

All Known Implementing Classes:
ArcomIoTransport

public interface ArcomIoTransportService

Arcom IO AIM104 Relay 8in8 board. The transport service interface defines the service to be registered for the ArcomIoTransport transport.

The list of exported services:

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

Field Summary
static java.lang.String DEFAULT_MODE
          Connection property DEFAULT_MODE.
static java.lang.String DEFAULT_NAME
          Connection property DEFAULT_NAME.
static java.lang.String DEFAULT_PATH
          Connection property DEFAULT_PATH.
static int DEFAULT_POLLINGRATE
          Custom parameter pollingRate configuration default value.
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 POLLING_RATE
          Custom parameter pollingRate configuration key.
static int POLLING_RATE_DEFAULT
          Custom parameter pollingRate configuration default value.
static int POLLINGRATE_DEFAULT
          Deprecated. use POLLING_RATE_DEFAULT
static java.lang.String POLLINGRATE_KEY
          Deprecated. use POLLING_RATE
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_NAME

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

See Also:
Constant Field Values

DEFAULT_PATH

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

See Also:
Constant Field Values

DEFAULT_MODE

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

See Also:
Constant Field Values

POLLING_RATE

static final java.lang.String POLLING_RATE
Custom parameter pollingRate configuration key.

See Also:
Constant Field Values

POLLINGRATE_KEY

static final java.lang.String POLLINGRATE_KEY
Deprecated. use POLLING_RATE
Custom parameter pollingRate configuration key.

See Also:
Constant Field Values

POLLING_RATE_DEFAULT

static final int POLLING_RATE_DEFAULT
Custom parameter pollingRate configuration default value.

See Also:
POLLING_RATE, Constant Field Values

POLLINGRATE_DEFAULT

static final int POLLINGRATE_DEFAULT
Deprecated. use POLLING_RATE_DEFAULT
Custom parameter pollingRate configuration default value.

See Also:
POLLING_RATE, Constant Field Values

DEFAULT_POLLINGRATE

static final int DEFAULT_POLLINGRATE
Custom parameter pollingRate configuration default value.

See Also:
POLLING_RATE, Constant Field Values

2008-07-29 1.1.0

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