planetj.dataengine.test
Class JESessionWatcher

java.lang.Object
  |
  +--planetj.dataengine.test.JESessionWatcher
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionBindingListener

public class JESessionWatcher
extends Object
implements javax.servlet.http.HttpSessionBindingListener

Insert the type's description here. Creation date: (5/28/02 6:44:54 PM)


Constructor Summary
JESessionWatcher(String id, javax.servlet.http.HttpServletRequest req)
          JESessionWatcher constructor comment.
 
Method Summary
 void valueBound(javax.servlet.http.HttpSessionBindingEvent arg1)
          valueBound method comment.
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg1)
          valueUnbound method comment.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JESessionWatcher

public JESessionWatcher(String id,
                        javax.servlet.http.HttpServletRequest req)
                 throws CMException
JESessionWatcher constructor comment.

Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg1)
valueBound method comment.

Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg1)
valueUnbound method comment.

Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener