org.codehaus.plexus.security.summit.session
Class SessionBindingEventProxy

java.lang.Object
  extended byorg.codehaus.plexus.security.summit.session.SessionBindingEventProxy
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, java.io.Serializable

public class SessionBindingEventProxy
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable

Proxies session binding/unbinding events from Summit to Fulcrum.

Version:
$Id: SessionBindingEventProxy.java 1801 2005-05-15 22:14:20Z jvanzyl $
Author:
Daniel Rall
See Also:
Serialized Form

Constructor Summary
SessionBindingEventProxy(SessionBindingListener listener)
           
 
Method Summary
 SessionBindingListener getListener()
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBindingEventProxy

public SessionBindingEventProxy(SessionBindingListener listener)
Method Detail

getListener

public SessionBindingListener getListener()

valueBound

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

valueUnbound

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


Copyright © 2001-2007 Codehaus. All Rights Reserved.