2009-01-09 1.2.0

org.eclipse.soda.dk.transport.service
Interface ConnectionTransportService

All Superinterfaces:
TransportService

public interface ConnectionTransportService
extends TransportService

Since:
1.0
Version:
1.2.0

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.transport.service.TransportService
ACTIVE, ALIVE, CHANNEL_EXTERNAL_ID_DATA_KEY, CHANNEL_ID_DATA_KEY, CONFIGURATION_DATA_KEY, CONNECTED, CONNECTION_DEFAULT, CONNECTION_KEY, CREATED, DEAD, DEFAULT_CONNECTION, ERROR_COUNT_DATA_KEY, ID_KEY, INPUT_MESSAGE_COUNT_DATA_KEY, METRICS_EXTERNAL_KEY, NULL, SERVICE_NAME, 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
 ConnectionService getConnection()
          Gets the ConnectionService connection property value.
 void setConnection(ConnectionService connection)
          Sets the connection value.
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.TransportService
addInterest, addTransportListener, closeChannel, exit, getChannels, getConfigurationInformation, getNotificationService, getState, isMultiplexing, openChannel, removeInterest, removeTransportListener, send, send, send, send, setConfigurationInformation, setNotificationService, start, stop, write, write
 

Method Detail

getConnection

ConnectionService getConnection()
Gets the ConnectionService connection property value.

Returns:
Results of the get connection (ConnectionService) value.
See Also:
setConnection(ConnectionService)

setConnection

void setConnection(ConnectionService connection)
                   throws java.lang.IllegalArgumentException
Sets the connection value.

Parameters:
connection - The connection (ConnectionService) parameter.
Throws:
java.lang.IllegalArgumentException - Illegal Argument Exception.
See Also:
getConnection()

2009-01-09 1.2.0

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