Business Components

oracle.jbo.html.jsp
Class SessionTimeOutHandler

java.lang.Object
  |
  +--oracle.jbo.html.jsp.SessionTimeOutHandler

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


Constructor Summary
SessionTimeOutHandler(java.lang.String poolName, ApplicationModule am)
           
 
Method Summary
 void valueBound(javax.servlet.http.HttpSessionBindingEvent e)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionTimeOutHandler

public SessionTimeOutHandler(java.lang.String poolName,
                             ApplicationModule am)
Method Detail

valueBound

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

valueUnbound

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

Business Components