Class CmsRpcManager

java.lang.Object
com.vaadin.client.communication.RpcManager
org.opencms.ui.client.CmsRpcManager

public class CmsRpcManager extends com.vaadin.client.communication.RpcManager
RPC manager subclass.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyInvocation(com.vaadin.shared.communication.MethodInvocation invocation, com.vaadin.client.ServerConnector connector)
     

    Methods inherited from class com.vaadin.client.communication.RpcManager

    getMethod, getParameterTypes, parseAndApplyInvocation

    Methods inherited from class java.lang.Object

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

  • Method Details

    • applyInvocation

      public void applyInvocation(com.vaadin.shared.communication.MethodInvocation invocation, com.vaadin.client.ServerConnector connector)
      Overrides:
      applyInvocation in class com.vaadin.client.communication.RpcManager
      See Also:
      • RpcManager.applyInvocation(com.vaadin.shared.communication.MethodInvocation, com.vaadin.client.ServerConnector)