com.epam.cmemdp.impl.context
Class ChannelContext

java.lang.Object
  extended by com.epam.cmemdp.impl.context.ChannelContext

public class ChannelContext
extends java.lang.Object


Field Summary
protected  RecoveryManager recoveryManager
           
 
Constructor Summary
ChannelContext(ApplicationImpl application, MDChannel mdChannel, FASTDecoderFactory decoderFactory)
           
 
Method Summary
 java.lang.String getChannelId()
           
 FASTDecoderFactory getDecoderFactory()
           
 RecoveryManager getRecoveryManager()
           
 TransportMessageSubscriber getTransportMessageSubscriber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recoveryManager

protected RecoveryManager recoveryManager
Constructor Detail

ChannelContext

public ChannelContext(ApplicationImpl application,
                      MDChannel mdChannel,
                      FASTDecoderFactory decoderFactory)
Method Detail

getRecoveryManager

public RecoveryManager getRecoveryManager()

getTransportMessageSubscriber

public TransportMessageSubscriber getTransportMessageSubscriber()

getChannelId

public java.lang.String getChannelId()

getDecoderFactory

public FASTDecoderFactory getDecoderFactory()


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