Uses of Class
com.vaadin.server.ServerRpcMethodInvocation

Packages that use ServerRpcMethodInvocation
com.vaadin.server   
com.vaadin.server.communication   
 

Uses of ServerRpcMethodInvocation in com.vaadin.server
 

Methods in com.vaadin.server with parameters of type ServerRpcMethodInvocation
static void ServerRpcManager.applyInvocation(ClientConnector target, ServerRpcMethodInvocation invocation)
          Invoke a method in a server side RPC target class.
 void ServerRpcManager.applyInvocation(ServerRpcMethodInvocation invocation)
          Invoke a method in a server side RPC target class.
 

Uses of ServerRpcMethodInvocation in com.vaadin.server.communication
 

Methods in com.vaadin.server.communication with parameters of type ServerRpcMethodInvocation
protected  void ServerRpcHandler.handleInvocation(UI ui, ClientConnector connector, ServerRpcMethodInvocation invocation)
          Handles the given RPC method invocation for the given connector
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.