org.codehaus.wadi.core.manager
Class DistributableManager

java.lang.Object
  extended by org.codehaus.wadi.core.manager.StandardManager
      extended by org.codehaus.wadi.core.manager.DistributableManager
All Implemented Interfaces:
Lifecycle, Manager
Direct Known Subclasses:
ClusteredManager

public class DistributableManager
extends StandardManager

Author:
Jules Gosnell A StandardManager that knows how to Serialise HttpSessions.

Field Summary
 
Fields inherited from interface org.codehaus.wadi.core.manager.Manager
NAME
 
Constructor Summary
DistributableManager(SessionFactory sessionFactory, SessionIdFactory sessionIdFactory, Contextualiser contextualiser, ConcurrentMotableMap map, Router router, SessionMonitor sessionMonitor)
           
 
Method Summary
 
Methods inherited from class org.codehaus.wadi.core.manager.StandardManager
contextualise, create, createSession, createWithName, destroy, getMaxInactiveInterval, getSessionIdFactory, init, onSessionCreation, onSessionDestruction, processStateful, processStateless, setMaxInactiveInterval, start, stop, triggerCallback, validateSessionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributableManager

public DistributableManager(SessionFactory sessionFactory,
                            SessionIdFactory sessionIdFactory,
                            Contextualiser contextualiser,
                            ConcurrentMotableMap map,
                            Router router,
                            SessionMonitor sessionMonitor)


Copyright © 2011. All Rights Reserved.