net.commerce.zocalo.ajax.dispatch
Class TransitionDispatcher

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

public class TransitionDispatcher
extends Dispatcher

marshalls events that represent state transitions in the Session. They can effect the browser display in various ways.


Field Summary
static java.lang.String TRANSITION_TOPIC_URI
           
 
Constructor Summary
TransitionDispatcher(org.mortbay.cometd.AbstractBayeux bayeux)
           
 
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

TRANSITION_TOPIC_URI

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

TransitionDispatcher

public TransitionDispatcher(org.mortbay.cometd.AbstractBayeux bayeux)
Method Detail

publishTransition

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