org.semispace.comet.server
Class NotificationService

java.lang.Object
  extended by org.cometd.server.AbstractService
      extended by org.semispace.comet.server.NotificationService

public class NotificationService
extends org.cometd.server.AbstractService


Constructor Summary
NotificationService(org.cometd.bayeux.server.BayeuxServer bayeux, SemiSpace space)
           
 
Method Summary
 void deliver(String outChannel, Map<String,String> output, org.cometd.bayeux.server.ServerSession remote)
           
 void semispaceNotify(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.Message message)
           
 
Methods inherited from class org.cometd.server.AbstractService
addService, doInvoke, exception, getBayeux, getLocalSession, getServerSession, getThreadPool, isSeeOwnPublishes, send, setSeeOwnPublishes, setThreadPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationService

public NotificationService(org.cometd.bayeux.server.BayeuxServer bayeux,
                           SemiSpace space)
Method Detail

semispaceNotify

public void semispaceNotify(org.cometd.bayeux.server.ServerSession remote,
                            org.cometd.bayeux.Message message)

deliver

public void deliver(String outChannel,
                    Map<String,String> output,
                    org.cometd.bayeux.server.ServerSession remote)


Copyright © 2008-2012. All Rights Reserved.