Uses of Class
com.vaadin.shared.communication.MethodInvocation
- 
Packages that use MethodInvocation Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.server com.vaadin.shared.communication  - 
- 
Uses of MethodInvocation in com.vaadin.client
Methods in com.vaadin.client with parameters of type MethodInvocation Modifier and Type Method Description voidJavaScriptConnectorHelper. invokeJsRpc(MethodInvocation invocation, JsonArray parametersJson)Method parameters in com.vaadin.client with type arguments of type MethodInvocation Modifier and Type Method Description static voidUtil. logMethodInvocations(ApplicationConnection c, Collection<MethodInvocation> methodInvocations) - 
Uses of MethodInvocation in com.vaadin.client.communication
Subclasses of MethodInvocation in com.vaadin.client.communication Modifier and Type Class Description classJavaScriptMethodInvocationAMethodInvocationthat originates from JavaScript.Methods in com.vaadin.client.communication that return MethodInvocation Modifier and Type Method Description MethodInvocationRpcManager. parseAndApplyInvocation(JsonArray rpcCall, ApplicationConnection connection)Methods in com.vaadin.client.communication that return types with arguments of type MethodInvocation Modifier and Type Method Description Collection<MethodInvocation>ServerRpcQueue. getAll()Returns a collection of all queued method invocationsMethods in com.vaadin.client.communication with parameters of type MethodInvocation Modifier and Type Method Description voidServerRpcQueue. add(MethodInvocation invocation, boolean lastOnly)Adds an explicit RPC method invocation to the send queue.voidRpcManager. applyInvocation(MethodInvocation invocation, ServerConnector connector)Perform server to client RPC invocation.static MethodRpcManager. getMethod(MethodInvocation invocation)Gets the method that an invocation targets.Type[]RpcManager. getParameterTypes(MethodInvocation invocation)static booleanServerRpcQueue. isJavascriptRpc(MethodInvocation invocation)Checks if the given method invocation originates from Javascriptstatic booleanServerRpcQueue. isLegacyVariableChange(MethodInvocation invocation)Checks if the given method invocation represents a Vaadin 6 variable changevoidServerRpcQueue. removeMatching(MethodInvocation invocation)Removes any pending invocation of the given method from the queue - 
Uses of MethodInvocation in com.vaadin.server
Subclasses of MethodInvocation in com.vaadin.server Modifier and Type Class Description classServerRpcMethodInvocation - 
Uses of MethodInvocation in com.vaadin.shared.communication
Subclasses of MethodInvocation in com.vaadin.shared.communication Modifier and Type Class Description classLegacyChangeVariablesInvocation 
 -