se.sics.prologbeans
Class AppSession

java.lang.Object
  |
  +--se.sics.prologbeans.AppSession
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

public class AppSession
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener

AppSession


Constructor Summary
AppSession(PrologSession session)
           
 
Method Summary
 PrologSession getPrologSession()
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppSession

public AppSession(PrologSession session)
Method Detail

getPrologSession

public PrologSession getPrologSession()

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener