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. might be refactored or removed before 7.0.0
 class PortletCommunicationManager
          Deprecated. might be refactored or removed before 7.0.0
 

Methods in com.vaadin.server that return AbstractCommunicationManager
protected  AbstractCommunicationManager VaadinPortletService.createCommunicationManager(VaadinServiceSession session)
           
protected  AbstractCommunicationManager VaadinServletService.createCommunicationManager(VaadinServiceSession session)
           
protected abstract  AbstractCommunicationManager VaadinService.createCommunicationManager(VaadinServiceSession session)
          Create a communication manager to use for the given service session.
 AbstractCommunicationManager VaadinServiceSession.getCommunicationManager()
          Deprecated. might be refactored or removed before 7.0.0
 

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 VaadinServiceSession.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.