org.codehaus.wadi.web
Class WADIHttpSessionListener

java.lang.Object
  extended by org.codehaus.wadi.core.manager.NoOpSessionListener
      extended by org.codehaus.wadi.web.WADIHttpSessionListener
All Implemented Interfaces:
SessionListener

public class WADIHttpSessionListener
extends NoOpSessionListener

Version:
$Revision: 1538 $

Field Summary
protected  javax.servlet.http.HttpSessionListener[] listeners
           
 
Constructor Summary
WADIHttpSessionListener(javax.servlet.http.HttpSessionListener[] listeners)
           
 
Method Summary
protected  WADIHttpSession ensureTypeAndCast(Session session)
           
 void onSessionCreation(Session session)
           
 void onSessionDestruction(Session session)
           
 
Methods inherited from class org.codehaus.wadi.core.manager.NoOpSessionListener
onInboundSessionMigration, onOutbountSessionMigration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

protected javax.servlet.http.HttpSessionListener[] listeners
Constructor Detail

WADIHttpSessionListener

public WADIHttpSessionListener(javax.servlet.http.HttpSessionListener[] listeners)
Method Detail

onSessionCreation

public void onSessionCreation(Session session)
Specified by:
onSessionCreation in interface SessionListener
Overrides:
onSessionCreation in class NoOpSessionListener

onSessionDestruction

public void onSessionDestruction(Session session)
Specified by:
onSessionDestruction in interface SessionListener
Overrides:
onSessionDestruction in class NoOpSessionListener

ensureTypeAndCast

protected WADIHttpSession ensureTypeAndCast(Session session)


Copyright © 2008. All Rights Reserved.