com.tedroden.realtime
Class EchoServlet.EchoRPC

java.lang.Object
  extended by org.cometd.server.BayeuxService
      extended by com.tedroden.realtime.EchoServlet.EchoRPC
Enclosing class:
EchoServlet

public static class EchoServlet.EchoRPC
extends BayeuxService


Constructor Summary
EchoServlet.EchoRPC(Bayeux bayeux)
           
 
Method Summary
 java.lang.Object doEcho(Client client, java.lang.Object data)
           
 
Methods inherited from class org.cometd.server.BayeuxService
exception, getBayeux, getClient, getThreadPool, isSeeOwnPublishes, send, setSeeOwnPublishes, setThreadPool, subscribe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoServlet.EchoRPC

public EchoServlet.EchoRPC(Bayeux bayeux)
Method Detail

doEcho

public java.lang.Object doEcho(Client client,
                               java.lang.Object data)


Copyright © 2009 Dojo Foundation. All Rights Reserved.