2009-01-09 1.2.0

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

All Superinterfaces:
TransportService

public interface TunnelTransportService
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
 TransportService getTransport()
          Gets the transport (TransportService) value.
 void setTransport(TransportService transport)
          Sets the transport 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

getTransport

TransportService getTransport()
Gets the transport (TransportService) value.

Returns:
Results of the get transport (TransportService) value.
See Also:
setTransport(TransportService)

setTransport

void setTransport(TransportService transport)
Sets the transport value.

Parameters:
transport - The transport (TransportService) parameter.
See Also:
getTransport()

2009-01-09 1.2.0

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