Class CometDDemoServlet.EchoRPC

  • Enclosing class:
    CometDDemoServlet

    @Service("echo")
    public static class CometDDemoServlet.EchoRPC
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EchoRPC()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doEcho​(org.cometd.annotation.RemoteCall.Caller caller, java.util.Map<java.lang.String,java.lang.Object> data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EchoRPC

        public EchoRPC()
    • Method Detail

      • doEcho

        @RemoteCall("echo")
        public void doEcho​(org.cometd.annotation.RemoteCall.Caller caller,
                           java.util.Map<java.lang.String,java.lang.Object> data)