com.vaadin.terminal.gwt.client.communication
Class MethodInvocation

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.MethodInvocation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LegacyChangeVariablesInvocation, ServerRpcMethodInvocation

public class MethodInvocation
extends Object
implements Serializable

Information needed by the framework to send an RPC method invocation from the client to the server or vice versa.

Since:
7.0
See Also:
Serialized Form

Constructor Summary
MethodInvocation(String connectorId, String interfaceName, String methodName)
           
MethodInvocation(String connectorId, String interfaceName, String methodName, Object[] parameters)
           
 
Method Summary
 String getConnectorId()
           
 String getInterfaceName()
           
 String getMethodName()
           
 Object[] getParameters()
           
 void setParameters(Object[] parameters)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInvocation

public MethodInvocation(String connectorId,
                        String interfaceName,
                        String methodName)

MethodInvocation

public MethodInvocation(String connectorId,
                        String interfaceName,
                        String methodName,
                        Object[] parameters)
Method Detail

getConnectorId

public String getConnectorId()

getInterfaceName

public String getInterfaceName()

getMethodName

public String getMethodName()

getParameters

public Object[] getParameters()

setParameters

public void setParameters(Object[] parameters)

toString

public String toString()
Overrides:
toString in class Object


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