|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.wadi.core.contextualiser.AbstractChainedContextualiser
org.codehaus.wadi.core.contextualiser.AbstractDelegatingContextualiser
public abstract class AbstractDelegatingContextualiser
Field Summary |
---|
Fields inherited from class org.codehaus.wadi.core.contextualiser.AbstractChainedContextualiser |
---|
next |
Constructor Summary | |
---|---|
AbstractDelegatingContextualiser(Contextualiser next)
|
Method Summary | |
---|---|
Immoter |
getDemoter(java.lang.String name,
Motable motable)
Return an immoter to the first Contextualiser below us, which would be happy to accept this Motable - in other words - would not evict() it. |
java.util.Set |
getSessionNames()
|
Immoter |
getSharedDemoter()
Return an Immoter to the first SharedContextualiser below us. |
void |
promoteToExclusive(Immoter immoter)
Pass this Immoter up to the first ExclusiveContextualiser above us, where... |
Methods inherited from class org.codehaus.wadi.core.contextualiser.AbstractChainedContextualiser |
---|
doFindRelevantSessionNames, doStart, doStop, findRelevantSessionNames, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.wadi.core.contextualiser.Contextualiser |
---|
contextualise |
Constructor Detail |
---|
public AbstractDelegatingContextualiser(Contextualiser next)
Method Detail |
---|
public Immoter getDemoter(java.lang.String name, Motable motable)
Contextualiser
name
- - uid of the Motablemotable
- - the Motable in question
public Immoter getSharedDemoter()
Contextualiser
public void promoteToExclusive(Immoter immoter)
Contextualiser
immoter
- the Immoterpublic java.util.Set getSessionNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |