com.vaadin.server
Class ServerRpcMethodInvocation
java.lang.Object
com.vaadin.shared.communication.MethodInvocation
com.vaadin.server.ServerRpcMethodInvocation
- All Implemented Interfaces:
- java.io.Serializable
public class ServerRpcMethodInvocation
- extends com.vaadin.shared.communication.MethodInvocation
- See Also:
- Serialized Form
Constructor Summary |
ServerRpcMethodInvocation(java.lang.String connectorId,
java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> interfaceClass,
java.lang.String methodName,
int parameterCount)
|
Method Summary |
java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> |
getInterfaceClass()
|
java.lang.reflect.Method |
getMethod()
|
Methods inherited from class com.vaadin.shared.communication.MethodInvocation |
equals, getConnectorId, getInterfaceName, getLastOnlyTag, getMethodName, getParameters, setParameters, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerRpcMethodInvocation
public ServerRpcMethodInvocation(java.lang.String connectorId,
java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> interfaceClass,
java.lang.String methodName,
int parameterCount)
getInterfaceClass
public java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> getInterfaceClass()
getMethod
public java.lang.reflect.Method getMethod()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.