com.epam.cmemdp.impl.transport
Class TransportHelper

java.lang.Object
  extended by com.epam.cmemdp.impl.transport.TransportHelper

public final class TransportHelper
extends java.lang.Object


Method Summary
static StreamTransport getIncrementTransport(TransportMessageSubscriber subscriber)
           
static StreamTransport getInstrumentTransport(TransportMessageSubscriber subscriber)
           
static StreamTransport getRecoveryTransport(TransportMessageSubscriber subscriber)
           
static StreamTransport getReplayTransport(TransportMessageSubscriber subscriber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstrumentTransport

public static StreamTransport getInstrumentTransport(TransportMessageSubscriber subscriber)

getIncrementTransport

public static StreamTransport getIncrementTransport(TransportMessageSubscriber subscriber)

getReplayTransport

public static StreamTransport getReplayTransport(TransportMessageSubscriber subscriber)

getRecoveryTransport

public static StreamTransport getRecoveryTransport(TransportMessageSubscriber subscriber)


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