org.codehaus.wadi
Interface SessionConfig
- All Superinterfaces:
- Config
- All Known Subinterfaces:
- DistributableSessionConfig, ReplicableSessionConfig
- All Known Implementing Classes:
- DistributableManager, StandardManager
- public interface SessionConfig
- extends Config
getValuePool
public ValuePool getValuePool()
getAttributesFactory
public AttributesFactory getAttributesFactory()
getSessionListeners
public HttpSessionListener[] getSessionListeners()
getAttributeListeners
public HttpSessionAttributeListener[] getAttributeListeners()
getServletContext
public ServletContext getServletContext()
destroy
public void destroy(Session session)
getSessionWrapperFactory
public SessionWrapperFactory getSessionWrapperFactory()
getSessionIdFactory
public SessionIdFactory getSessionIdFactory()
getMaxInactiveInterval
public int getMaxInactiveInterval()
setLastAccessedTime
public void setLastAccessedTime(Evictable evictable,
long oldTime,
long newTime)
setMaxInactiveInterval
public void setMaxInactiveInterval(Evictable evictable,
int oldInterval,
int newInterval)
getRouter
public Router getRouter()
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.