net.commerce.zocalo.ajax.dispatch
Class NewChartDispatcher

java.lang.Object
  extended by net.commerce.zocalo.ajax.dispatch.Dispatcher
      extended by net.commerce.zocalo.ajax.dispatch.NewChartDispatcher

public class NewChartDispatcher
extends Dispatcher

marshalls events that announce the availability of new price charts.


Field Summary
static java.lang.String NEW_CHART_TOPIC_URI
           
 
Constructor Summary
NewChartDispatcher(org.mortbay.cometd.AbstractBayeux bayeux, java.lang.String marketName)
           
 
Method Summary
 void publishTransition(java.util.Map<java.lang.String,java.lang.Object> message)
           
 
Methods inherited from class net.commerce.zocalo.ajax.dispatch.Dispatcher
buildChannelName, getClient, publishEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_CHART_TOPIC_URI

public static final java.lang.String NEW_CHART_TOPIC_URI
See Also:
Constant Field Values
Constructor Detail

NewChartDispatcher

public NewChartDispatcher(org.mortbay.cometd.AbstractBayeux bayeux,
                          java.lang.String marketName)
Method Detail

publishTransition

public void publishTransition(java.util.Map<java.lang.String,java.lang.Object> message)