Uses of Class
com.vaadin.server.CommunicationManager

Packages that use CommunicationManager
com.vaadin.server   
 

Uses of CommunicationManager in com.vaadin.server
 

Methods in com.vaadin.server that return CommunicationManager
 CommunicationManager VaadinServlet.createCommunicationManager(VaadinSession application)
          Deprecated. Instead of overriding this method, override VaadinServletSession implementation via VaadinServlet.getApplicationContext(HttpSession) method and in that customized implementation return your CommunicationManager in VaadinServletSession#getApplicationManager(VaadinSession, VaadinServlet) method.
 



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