com.vaadin.server
Class ClientMethodInvocation

java.lang.Object
  extended by com.vaadin.server.ClientMethodInvocation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ClientMethodInvocation>

public class ClientMethodInvocation
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<ClientMethodInvocation>

Internal class for keeping track of pending server to client method invocations for a Connector.

Since:
7.0
See Also:
Serialized Form

Constructor Summary
ClientMethodInvocation(ClientConnector connector, java.lang.String interfaceName, java.lang.reflect.Method method, java.lang.Object[] parameters)
           
 
Method Summary
 int compareTo(ClientMethodInvocation o)
           
 ClientConnector getConnector()
           
 java.lang.String getInterfaceName()
           
 java.lang.String getMethodName()
           
 java.lang.Object[] getParameters()
           
 java.lang.reflect.Type[] getParameterTypes()
           
protected  long getSequenceNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientMethodInvocation

public ClientMethodInvocation(ClientConnector connector,
                              java.lang.String interfaceName,
                              java.lang.reflect.Method method,
                              java.lang.Object[] parameters)
Method Detail

getParameterTypes

public java.lang.reflect.Type[] getParameterTypes()

getConnector

public ClientConnector getConnector()

getInterfaceName

public java.lang.String getInterfaceName()

getMethodName

public java.lang.String getMethodName()

getParameters

public java.lang.Object[] getParameters()

getSequenceNumber

protected long getSequenceNumber()

compareTo

public int compareTo(ClientMethodInvocation o)
Specified by:
compareTo in interface java.lang.Comparable<ClientMethodInvocation>


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