Uses of Class
com.vaadin.server.AbstractCommunicationManager

Packages that use AbstractCommunicationManager
com.vaadin.server   
 

Uses of AbstractCommunicationManager in com.vaadin.server
 

Subclasses of AbstractCommunicationManager in com.vaadin.server
 class CommunicationManager
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 class PortletCommunicationManager
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 

Methods in com.vaadin.server that return AbstractCommunicationManager
protected  AbstractCommunicationManager VaadinServletService.createCommunicationManager(VaadinSession session)
           
protected abstract  AbstractCommunicationManager VaadinService.createCommunicationManager(VaadinSession session)
          Create a communication manager to use for the given service session.
protected  AbstractCommunicationManager VaadinPortletService.createCommunicationManager(VaadinSession session)
           
 AbstractCommunicationManager VaadinSession.getCommunicationManager()
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 

Methods in com.vaadin.server with parameters of type AbstractCommunicationManager
 void ComponentSizeValidator.InvalidLayout.reportErrors(java.io.PrintWriter clientJSON, AbstractCommunicationManager communicationManager, java.io.PrintStream serverErrorStream)
           
 void VaadinSession.setCommunicationManager(AbstractCommunicationManager communicationManager)
           
 

Constructors in com.vaadin.server with parameters of type AbstractCommunicationManager
DragAndDropService(AbstractCommunicationManager manager)
           
JsonPaintTarget(AbstractCommunicationManager manager, java.io.PrintWriter outWriter, boolean cachingRequired)
          Creates a new JsonPaintTarget.
 



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