com.vaadin.server
Class VaadinSession.SessionStartEvent

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

Deprecated. might be refactored or removed before 7.0.0

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

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

See Also:
Serialized Form

Constructor Summary
VaadinSession.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

VaadinSession.SessionStartEvent

public VaadinSession.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:
VaadinSession.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:
VaadinSession.getCommunicationManager()


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