org.jdiagnose.library.web.spring
Class DefaultSessionSystems

java.lang.Object
  extended byorg.jdiagnose.library.web.spring.DefaultSessionSystems
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, SessionSystems

public class DefaultSessionSystems
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener, SessionSystems

Author:
JMcCrindle

Constructor Summary
DefaultSessionSystems(org.jdiagnose.remote.provider.MutableSystemProvider provider)
           
 
Method Summary
 java.util.Collection getIds()
           
 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

DefaultSessionSystems

public DefaultSessionSystems(org.jdiagnose.remote.provider.MutableSystemProvider provider)
Method Detail

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

getIds

public java.util.Collection getIds()
Specified by:
getIds in interface SessionSystems


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.