Uses of Interface
com.vaadin.server.RpcManager

Packages that use RpcManager
com.vaadin.server   
 

Uses of RpcManager in com.vaadin.server
 

Classes in com.vaadin.server that implement RpcManager
 class ServerRpcManager<T>
          Server side RPC manager that handles RPC calls coming from the client.
 

Methods in com.vaadin.server that return RpcManager
 RpcManager AbstractClientConnector.getRpcManager(java.lang.Class<?> rpcInterface)
           
 RpcManager DragAndDropService.getRpcManager(java.lang.Class<?> rpcInterface)
           
 RpcManager RpcTarget.getRpcManager(java.lang.Class<?> rpcInterface)
          Returns the RPC manager instance to use when receiving calls for an RPC interface.
 



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