com.vaadin.terminal.gwt.server
Class ServerRpcMethodInvocation

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.MethodInvocation
      extended by com.vaadin.terminal.gwt.server.ServerRpcMethodInvocation
All Implemented Interfaces:
Serializable

public class ServerRpcMethodInvocation
extends MethodInvocation

See Also:
Serialized Form

Constructor Summary
ServerRpcMethodInvocation(String connectorId, String interfaceName, String methodName, int parameterCount)
           
 
Method Summary
 Class<? extends ServerRpc> getInterfaceClass()
           
 Method getMethod()
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.MethodInvocation
getConnectorId, getInterfaceName, getMethodName, getParameters, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerRpcMethodInvocation

public ServerRpcMethodInvocation(String connectorId,
                                 String interfaceName,
                                 String methodName,
                                 int parameterCount)
Method Detail

getInterfaceClass

public Class<? extends ServerRpc> getInterfaceClass()

getMethod

public Method getMethod()


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