|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.VaadinServiceSession.SessionStartEvent
@Deprecated public static class VaadinServiceSession.SessionStartEvent
An event sent to VaadinServiceSession.start(SessionStartEvent) when a new Application
is being started.
| 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 |
|---|
public VaadinServiceSession.SessionStartEvent(java.net.URL applicationUrl,
DeploymentConfiguration configuration,
AbstractCommunicationManager communicationManager)
applicationUrl - the URL the application should respond to.configuration - the deployment configuration for the session.communicationManager - the communication manager for the session.| Method Detail |
|---|
public java.net.URL getApplicationUrl()
null if the URL is not defined.VaadinServiceSession.getURL()public DeploymentConfiguration getConfiguration()
public AbstractCommunicationManager getCommunicationManager()
VaadinServiceSession.getCommunicationManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||