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 void
JavaScriptConnectorHelper. invokeJsRpc(MethodInvocation invocation, JsonArray parametersJson)
Method parameters in com.vaadin.client with type arguments of type MethodInvocation Modifier and Type Method Description static void
Util. 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 class
JavaScriptMethodInvocation
AMethodInvocation
that originates from JavaScript.Methods in com.vaadin.client.communication that return MethodInvocation Modifier and Type Method Description MethodInvocation
RpcManager. 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 void
ServerRpcQueue. add(MethodInvocation invocation, boolean lastOnly)
Adds an explicit RPC method invocation to the send queue.void
RpcManager. applyInvocation(MethodInvocation invocation, ServerConnector connector)
Perform server to client RPC invocation.static Method
RpcManager. getMethod(MethodInvocation invocation)
Gets the method that an invocation targets.Type[]
RpcManager. getParameterTypes(MethodInvocation invocation)
static boolean
ServerRpcQueue. isJavascriptRpc(MethodInvocation invocation)
Checks if the given method invocation originates from Javascriptstatic boolean
ServerRpcQueue. isLegacyVariableChange(MethodInvocation invocation)
Checks if the given method invocation represents a Vaadin 6 variable changevoid
ServerRpcQueue. 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 class
ServerRpcMethodInvocation
-
Uses of MethodInvocation in com.vaadin.shared.communication
Subclasses of MethodInvocation in com.vaadin.shared.communication Modifier and Type Class Description class
LegacyChangeVariablesInvocation
-