Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.framework
Class ICEHttpSessionListener  view ICEHttpSessionListener download ICEHttpSessionListener.java

java.lang.Object
  extended byru.gammalabs.ice.framework.ICEHttpSessionListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

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

Класс для логаута пользователя при уничтожении сессии.

Version:
$Revision: 1.2 $

Field Summary
private  Actor actor
           
 
Constructor Summary
ICEHttpSessionListener(Actor actor)
           
 
Method Summary
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
          Notifies the object that it is being bound to a session and identifies the session.
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
          Notifies the object that it is being unbound from a session and identifies the session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actor

private Actor actor
Constructor Detail

ICEHttpSessionListener

public ICEHttpSessionListener(Actor actor)
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Description copied from interface: javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.

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

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Description copied from interface: javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.

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