com.epam.cmemdp.impl
Class ChannelSubscriptionHelper

java.lang.Object
  extended by com.epam.cmemdp.impl.ChannelSubscriptionHelper

public class ChannelSubscriptionHelper
extends java.lang.Object

Hack tool for subscription for all data on a specific channel


Constructor Summary
ChannelSubscriptionHelper()
           
 
Method Summary
 void clearChannelInstrumentIDs(java.lang.String channel)
           
 java.util.Set<java.lang.Long> getChannelInstrumentIDs(java.lang.String channel)
           
 Instrument getFakeChannelInstrument(MDChannel channel)
           
 void storeChannelInstrumentID(long instrument, java.lang.String channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelSubscriptionHelper

public ChannelSubscriptionHelper()
Method Detail

getFakeChannelInstrument

public Instrument getFakeChannelInstrument(MDChannel channel)

storeChannelInstrumentID

public void storeChannelInstrumentID(long instrument,
                                     java.lang.String channel)

clearChannelInstrumentIDs

public void clearChannelInstrumentIDs(java.lang.String channel)

getChannelInstrumentIDs

public java.util.Set<java.lang.Long> getChannelInstrumentIDs(java.lang.String channel)


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