org.codehaus.wadi
Interface DistributableContextualiserConfig

All Superinterfaces:
Config, ContextualiserConfig
All Known Subinterfaces:
ClusteredContextualiserConfig
All Known Implementing Classes:
ClusteredManager, DistributableManager, DummyDistributableContextualiserConfig

public interface DistributableContextualiserConfig
extends ContextualiserConfig


Method Summary
 boolean getAccessOnLoad()
           
 Contextualiser getContextualiser()
           
 SynchronizedBoolean getShuttingDown()
           
 
Methods inherited from interface org.codehaus.wadi.ContextualiserConfig
expire, getEvictionImmoter, getMaxInactiveInterval, getRouter, getSessionPool, getTimer, notifySessionDeletion, notifySessionInsertion, notifySessionRelocation
 

Method Detail

getAccessOnLoad

public boolean getAccessOnLoad()

getShuttingDown

public SynchronizedBoolean getShuttingDown()

getContextualiser

public Contextualiser getContextualiser()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.