com.vaadin.terminal.gwt.server
Class ClientMethodInvocation

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

public class ClientMethodInvocation
extends Object
implements Serializable, 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, String interfaceName, Method method, Object[] parameters)
           
 
Method Summary
 int compareTo(ClientMethodInvocation o)
           
 ClientConnector getConnector()
           
 String getInterfaceName()
           
 String getMethodName()
           
 Object[] getParameters()
           
 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,
                              String interfaceName,
                              Method method,
                              Object[] parameters)
Method Detail

getParameterTypes

public Type[] getParameterTypes()

getConnector

public ClientConnector getConnector()

getInterfaceName

public String getInterfaceName()

getMethodName

public String getMethodName()

getParameters

public Object[] getParameters()

getSequenceNumber

protected long getSequenceNumber()

compareTo

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


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