com.sibvisions.rad.ui.gwt.server
Class SessionLauncher

java.lang.Object
  extended by com.sibvisions.rad.ui.gwt.server.SessionLauncher
All Implemented Interfaces:
Serializable

public class SessionLauncher
extends Object
implements Serializable

The SessionLauncher is a serializable wrapper for a WebLauncher. It's important to be serializable if it's stored in the http session.

See Also:
Serialized Form

Constructor Summary
SessionLauncher(WebLauncher pLauncher)
          Creates a new instance of SessionLauncher for a specific launcher.
 
Method Summary
 WebLauncher getLauncher()
          Gets the wrapped launcher instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionLauncher

public SessionLauncher(WebLauncher pLauncher)
Creates a new instance of SessionLauncher for a specific launcher.

Parameters:
pLauncher - the launcher which should be used
Method Detail

getLauncher

public WebLauncher getLauncher()
Gets the wrapped launcher instance.

Returns:
the launcher


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.