org.codehaus.wadi.impl
Class AbstractDelegatingContextualiser
java.lang.Object
org.codehaus.wadi.impl.AbstractContextualiser
org.codehaus.wadi.impl.AbstractChainedContextualiser
org.codehaus.wadi.impl.AbstractDelegatingContextualiser
- All Implemented Interfaces:
- Contextualiser, Lifecycle
- Direct Known Subclasses:
- SerialContextualiser, StatelessContextualiser
- public abstract class AbstractDelegatingContextualiser
- extends AbstractChainedContextualiser
TODO - JavaDoc this type
- Version:
- $Revision: 1139 $
- Author:
- Jules Gosnell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDelegatingContextualiser
public AbstractDelegatingContextualiser(Contextualiser next)
isExclusive
public boolean isExclusive()
getDemoter
public Immoter getDemoter(String name,
Motable motable)
- Description copied from interface:
Contextualiser
- Return a Demoter to the first Contextualiser which would be happy to accept this Motable - in other words - would not evict() it.
- Parameters:
name
- - uid of the Motablemotable
- - the Motable in question
- Returns:
- - a Demoter - a delegate capable of arranging immotion into the correct Contextualiser
getSharedDemoter
public Immoter getSharedDemoter()
promoteToExclusive
public void promoteToExclusive(Immoter immoter)
load
public void load(Emoter emoter,
Immoter immoter)
getLocalSessionCount
public int getLocalSessionCount()
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.