2008-09-10 1.1.0

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

All Superinterfaces:
TransportService
All Known Implementing Classes:
ConnectionTransport, ResponseTransport

public interface ConnectionTransportService
extends TransportService

Version:
1.1.0

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.transport.service.TransportService
ACTIVE, ALIVE, 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 property.
 
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
 

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 property. The new property value (org.eclipse.soda.dk.tk.ConnectionService). href="java.lang.IllegalArgumentException.html">IllegalArgumentException Thrown if the IllegalArgumentException exception condition occurs.

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

2008-09-10 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900