2009-01-09 1.2.0

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

All Superinterfaces:
ErrorListener, MessageListener, MultiplexMessageListener, TransportListener
All Known Subinterfaces:
ControllerService
All Known Implementing Classes:
QueueDevice, ThreadDevice, TransportDevice, TransportTest

public interface MultiplexTransportListener
extends TransportListener, MultiplexMessageListener

The TransportListener interface defines the methods to be called when event notification occurs. A TransportListener Interface is implemented by anyone who wishes to be notified whenever a valid MessageService is received by the Transport.

Since:
1.2
Version:
1.2.0
See Also:
ErrorListener, MessageService, ParameterService, TransportService

Method Summary
 void channelChanged(TransportService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.TransportListener
transportChanged
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.MessageListener
messageReceived
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener
errorOccurred
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.MultiplexMessageListener
messageReceived
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.MessageListener
messageReceived
 
Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener
errorOccurred
 

Method Detail

channelChanged

void channelChanged(TransportService source,
                    java.lang.Object timestamp,
                    ChannelService channel,
                    int newState,
                    int oldState)
Channel changed with the specified source, timestamp, channel, new state and old state parameters.

Parameters:
source - The source (TransportService) parameter.
timestamp - The time stamp (Object) parameter.
channel - The channel (ChannelService) parameter.
newState - The new state (int) parameter.
oldState - The old state (int) parameter.

2009-01-09 1.2.0

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