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
 AbstractCommunicationManager VaadinSession.getApplicationManager()
          Deprecated. might be refactored or removed before 7.0.0
 AbstractCommunicationManager VaadinSession.SessionStartEvent.getCommunicationManager()
          Deprecated. Gets the communication manager for this application.
 

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

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.
VaadinSession.SessionStartEvent(java.net.URL applicationUrl, DeploymentConfiguration configuration, AbstractCommunicationManager communicationManager)
          Deprecated.  
 



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