2008-07-29 1.1.0

org.eclipse.soda.dk.multicast.transport.service
Interface MulticastTransportService

All Superinterfaces:
TransportService
All Known Implementing Classes:
MulticastTransport

public interface MulticastTransportService
extends TransportService

Multicast Transport. The transport service interface defines the service to be registered for the MulticastTransport transport.

The list of exported services:

Version:
1.1.0
See Also:
MulticastTransportService, TransportService

Field Summary
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String LOCALHOST
          Custom parameter localhost configuration key.
static java.lang.String LOCALHOST_KEY
          Deprecated. use LOCALHOST
static java.lang.String LOCALPORT
          Custom parameter localport configuration key.
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 PACKETSIZE
          Custom parameter packetsize configuration key.
static java.lang.String PACKETSIZE_KEY
          Deprecated. use PACKETSIZE
static java.lang.String REMOTEHOST
          Custom parameter remotehost configuration key.
static java.lang.String REMOTEHOST_KEY
          Deprecated. use REMOTEHOST
static java.lang.String REMOTEPORT
          Custom parameter remoteport configuration key.
static java.lang.String REMOTEPORT_KEY
          Deprecated. use REMOTEPORT
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 
Fields inherited from interface org.eclipse.soda.dk.transport.service.TransportService
ACTIVE, ALIVE, CONFIGURATION_DATA_KEY, CONNECTED, CONNECTION_KEY, CREATED, DEAD, DEFAULT_CONNECTION, ERROR_COUNT_DATA_KEY, ID_KEY, INPUT_MESSAGE_COUNT_DATA_KEY, METRICS_EXTERNAL_KEY, NULL, SOURCE_DATA_KEY, STARTED, STATE_DATA_KEY, STATE_OLD_DATA_KEY, STATUS_EXTERNAL_KEY, TIMESTAMP_DATA_KEY, VALUE_DATA_KEY, VALUE_OLD_DATA_KEY
 
Method Summary
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.TransportService
addInterest, addTransportListener, exit, getConfigurationInformation, getNotificationService, getState, removeInterest, removeTransportListener, send, setConfigurationInformation, setNotificationService, start, stop, 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

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

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

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

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

PACKETSIZE

static final java.lang.String PACKETSIZE
Custom parameter packetsize configuration key.

See Also:
Constant Field Values

PACKETSIZE_KEY

static final java.lang.String PACKETSIZE_KEY
Deprecated. use PACKETSIZE
Custom parameter packetsize configuration key.

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