Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.html.jsp
Class SessionTimeOutHandler

java.lang.Object
  extended byoracle.jbo.html.jsp.SessionTimeOutHandler

All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

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

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.