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


Method Summary
 void expire(Motable motable)
           
 Immoter getEvictionImmoter()
           
 int getMaxInactiveInterval()
           
 Router getRouter()
           
 SessionPool getSessionPool()
           
 Timer getTimer()
           
 void notifySessionDeletion(String name)
           
 void notifySessionInsertion(String name)
           
 void notifySessionRelocation(String name)
           
 

Method Detail

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.