Class ServerRpcMethodInvocation

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServerRpcMethodInvocation
    extends com.vaadin.shared.communication.MethodInvocation
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerRpcMethodInvocation​(java.lang.String connectorId, java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> interfaceClass, java.lang.String methodName, int parameterCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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, hashCode, setParameters, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServerRpcMethodInvocation

        public ServerRpcMethodInvocation​(java.lang.String connectorId,
                                         java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> interfaceClass,
                                         java.lang.String methodName,
                                         int parameterCount)
    • Method Detail

      • getInterfaceClass

        public java.lang.Class<? extends com.vaadin.shared.communication.ServerRpc> getInterfaceClass()
      • getMethod

        public java.lang.reflect.Method getMethod()