1.0.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.0.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_KEY
          Custom parameter localhost configuration key.
static java.lang.String LOCALPORT_KEY
          Custom parameter localport configuration key.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String PACKETSIZE_KEY
          Custom parameter packetsize configuration key.
static java.lang.String REMOTEHOST_KEY
          Custom parameter remotehost configuration key.
static java.lang.String REMOTEPORT_KEY
          Custom parameter remoteport configuration key.
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, 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_KEY

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

See Also:
Constant Field Values

REMOTEPORT_KEY

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

See Also:
Constant Field Values

LOCALHOST_KEY

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

See Also:
Constant Field Values

LOCALPORT_KEY

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

See Also:
Constant Field Values

PACKETSIZE_KEY

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

See Also:
Constant Field Values

1.0.0

Copyright (c) 1999, 2007 IBM