com.epam.cmemdp.impl.reader
Interface FastChannelReader

All Known Implementing Classes:
FastChannelReaderImpl

public interface FastChannelReader


Method Summary
 void connect(Connection primary, Connection secondary, java.lang.String channelID, FastChannelReaderListener listener, com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper, TransportType transportType)
           
 void connect(Connection connectionParam, java.lang.String channelID, FastChannelReaderListener listener, com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper, TransportType transportType)
          Deprecated. 
 void disconnect(Connection connectionParam, java.lang.String channelID)
          Disconnects channel.
 FASTDecoderFactory getDecoderFactory()
           
 void setNetworkInterfaceA(java.lang.String networkInterface)
           
 void setNetworkInterfaceB(java.lang.String networkInterface)
           
 void stop()
          Stops channel reader.
 

Method Detail

connect

@Deprecated
void connect(Connection connectionParam,
                        java.lang.String channelID,
                        FastChannelReaderListener listener,
                        com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
                        TransportType transportType)
Deprecated. 

Connects channel.

Parameters:
connectionParam - the connection parameters
channelID - the channel ID
listener - the channel listener

connect

void connect(Connection primary,
             Connection secondary,
             java.lang.String channelID,
             FastChannelReaderListener listener,
             com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
             TransportType transportType)

disconnect

void disconnect(Connection connectionParam,
                java.lang.String channelID)
Disconnects channel.

Parameters:
connectionParam - the connection parameters

stop

void stop()
Stops channel reader.


setNetworkInterfaceA

void setNetworkInterfaceA(java.lang.String networkInterface)

setNetworkInterfaceB

void setNetworkInterfaceB(java.lang.String networkInterface)

getDecoderFactory

FASTDecoderFactory getDecoderFactory()
                                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.