org.codehaus.wadi
Interface ContextualiserConfig
- All Superinterfaces:
- Config
- All Known Subinterfaces:
- ClusteredContextualiserConfig, DistributableContextualiserConfig
- All Known Implementing Classes:
- ClusteredManager, DistributableManager, DummyContextualiserConfig, DummyDistributableContextualiserConfig, StandardManager
- public interface ContextualiserConfig
- extends Config
getMaxInactiveInterval
public int getMaxInactiveInterval()
expire
public void expire(Motable motable)
getEvictionImmoter
public Immoter getEvictionImmoter()
getTimer
public Timer getTimer()
getSessionPool
public SessionPool getSessionPool()
getRouter
public Router getRouter()
notifySessionInsertion
public void notifySessionInsertion(String name)
notifySessionDeletion
public void notifySessionDeletion(String name)
notifySessionRelocation
public void notifySessionRelocation(String name)
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.