org.codehaus.wadi.impl
Class SerialContextualiser
java.lang.Object
org.codehaus.wadi.impl.AbstractContextualiser
org.codehaus.wadi.impl.AbstractChainedContextualiser
org.codehaus.wadi.impl.AbstractDelegatingContextualiser
org.codehaus.wadi.impl.SerialContextualiser
- All Implemented Interfaces:
- Contextualiser, Lifecycle
- public class SerialContextualiser
- extends AbstractDelegatingContextualiser
Ensure that any Contextualisations that pass through are serialised according to the strategy imposed by our Collapser.
- Version:
- $Revision: 1430 $
- Author:
- Jules Gosnell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_collapser
protected final Collapser _collapser
_dummyLock
protected final Sync _dummyLock
_map
protected final Map _map
_lockLog
protected final Log _lockLog
SerialContextualiser
public SerialContextualiser(Contextualiser next,
Collapser collapser,
Map map)
contextualise
public boolean contextualise(InvocationContext invocationContext,
String id,
Immoter immoter,
Sync invocationLock,
boolean exclusiveOnly)
throws InvocationException
- Throws:
InvocationException
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.