com.sdm.quasar.client.core.application.dialog.impl
Class DefaultSessionCreator

java.lang.Object
  extended bycom.sdm.quasar.client.core.application.dialog.impl.AbstractSessionCreator
      extended bycom.sdm.quasar.client.core.application.dialog.impl.DefaultSessionCreator
All Implemented Interfaces:
SessionCreator

public class DefaultSessionCreator
extends AbstractSessionCreator

This SessionCreator implementation creates a default dialog environment.

Version:
1.$Revision$
Author:
Thomas Wolf

Constructor Summary
DefaultSessionCreator()
          Creates a new DefaultSessionCreator.
 
Method Summary
 Session createSession(SessionId sessionId, Application application)
          Creates a new session instance with the given session id.
 
Methods inherited from class com.sdm.quasar.client.core.application.dialog.impl.AbstractSessionCreator
createAndActivateSession, createSessionDialogInstanceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSessionCreator

public DefaultSessionCreator()
Creates a new DefaultSessionCreator.

Method Detail

createSession

public Session createSession(SessionId sessionId,
                             Application application)
Description copied from interface: SessionCreator
Creates a new session instance with the given session id.

Parameters:
sessionId - the session id for the new session instance
application - the application
Returns:
the new session instance
See Also:
SessionCreator.createSession(com.sdm.quasar.client.core.application.SessionId, com.sdm.quasar.client.core.application.Application)