com.vaadin.server
Class VaadinServiceSession.SessionStartEvent

java.lang.Object
  extended by com.vaadin.server.VaadinServiceSession.SessionStartEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VaadinServiceSession

Deprecated. might be refactored or removed before 7.0.0

@Deprecated
public static class VaadinServiceSession.SessionStartEvent
extends java.lang.Object
implements java.io.Serializable

An event sent to VaadinServiceSession.start(SessionStartEvent) when a new Application is being started.

See Also:
Serialized Form

Constructor Summary
VaadinServiceSession.SessionStartEvent(java.net.URL applicationUrl, DeploymentConfiguration configuration, AbstractCommunicationManager communicationManager)
          Deprecated.  
 
Method Summary
 java.net.URL getApplicationUrl()
          Deprecated. Gets the URL the application should respond to.
 AbstractCommunicationManager getCommunicationManager()
          Deprecated. Gets the communication manager for this application.
 DeploymentConfiguration getConfiguration()
          Deprecated. Returns the deployment configuration used by this session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VaadinServiceSession.SessionStartEvent

public VaadinServiceSession.SessionStartEvent(java.net.URL applicationUrl,
                                              DeploymentConfiguration configuration,
                                              AbstractCommunicationManager communicationManager)
Deprecated. 
Parameters:
applicationUrl - the URL the application should respond to.
configuration - the deployment configuration for the session.
communicationManager - the communication manager for the session.
Method Detail

getApplicationUrl

public java.net.URL getApplicationUrl()
Deprecated. 
Gets the URL the application should respond to.

Returns:
the URL the application should respond to or null if the URL is not defined.
See Also:
VaadinServiceSession.getURL()

getConfiguration

public DeploymentConfiguration getConfiguration()
Deprecated. 
Returns the deployment configuration used by this session.

Returns:
the deployment configuration.

getCommunicationManager

public AbstractCommunicationManager getCommunicationManager()
Deprecated. 
Gets the communication manager for this application.

Returns:
the communication manager for this application.
See Also:
VaadinServiceSession.getCommunicationManager()


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