de.kosi.session
Class ClientSessionInformation

java.lang.Object
  |
  +--de.kosi.session.ClientSessionInformation

public class ClientSessionInformation
extends java.lang.Object

This class contains the information about current session on the client. Because these informations are static, there can only be one concurrent session on the client.

ChangeLog:

 $Log: ClientSessionInformation.java,v $
 Revision 1.2  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 

Version:
$Revision: 1.2 $ ($Date: 2001/06/04 14:21:10 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher

Method Summary
static Session getSession()
          Returns the current session.
static void setSession(Session session)
          Sets the current Session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSession

public static Session getSession()
Returns the current session.
Returns:
the current session.

setSession

public static void setSession(Session session)
Sets the current Session. This method has to be called after logging in the Foyer.
Parameters:
session - the current session.