|
||||||||||
| 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
org.codehaus.wadi.core.contextualiser.SerialContextualiser
public class SerialContextualiser
Ensure that any Contextualisations that pass through are serialised according to the strategy imposed by our Collapser.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.wadi.core.contextualiser.AbstractChainedContextualiser |
|---|
next |
| Constructor Summary | |
|---|---|
SerialContextualiser(Contextualiser next,
Collapser collapser,
ConcurrentMotableMap map)
|
|
| Method Summary | |
|---|---|
boolean |
contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
Contextualise the given Invocation. |
| Methods inherited from class org.codehaus.wadi.core.contextualiser.AbstractDelegatingContextualiser |
|---|
getDemoter, getSessionNames, getSharedDemoter, promoteToExclusive |
| 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 |
| Constructor Detail |
|---|
public SerialContextualiser(Contextualiser next,
Collapser collapser,
ConcurrentMotableMap map)
| Method Detail |
|---|
public boolean contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
throws InvocationException
Contextualiser
invocation - the Invocationkey - the Session keyimmoter - an Immoter that can be used to promote the Session when foundexclusiveOnly - whether we should only look in exclusive stores, or descend to shared ones as well
InvocationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||