edu.washington.cs.supple.net.server
Class SessionInfo

java.lang.Object
  extended byedu.washington.cs.supple.net.server.SessionInfo
All Implemented Interfaces:
SessionListener

public class SessionInfo
extends java.lang.Object
implements SessionListener

Helper to hold session data

Author:
dbc1

Method Summary
 void closeSession()
          Force the contained session to close.
 ApplicationInfo getAppInfo()
           
 long getId()
           
 SuppleApplicationSession getSession()
           
 void sessionClosed(SuppleApplicationSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAppInfo

public ApplicationInfo getAppInfo()
Returns:
the associated application

getSession

public SuppleApplicationSession getSession()
Returns:
the associated session

getId

public long getId()
Returns:
the session id

closeSession

public void closeSession()
Force the contained session to close.


sessionClosed

public void sessionClosed(SuppleApplicationSession session)
Specified by:
sessionClosed in interface SessionListener
Parameters:
session -