com.vaadin.server
Class ClientMethodInvocation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientMethodInvocation
public ClientMethodInvocation(ClientConnector connector,
java.lang.String interfaceName,
java.lang.reflect.Method method,
java.lang.Object[] parameters)
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.