org.codehaus.wadi.core.contextualiser
Class AbstractChainedContextualiser
java.lang.Object
org.codehaus.wadi.core.contextualiser.AbstractChainedContextualiser
- All Implemented Interfaces:
- Contextualiser, Lifecycle
- Direct Known Subclasses:
- AbstractDelegatingContextualiser, AbstractMotingContextualiser
public abstract class AbstractChainedContextualiser
- extends java.lang.Object
- implements Contextualiser
- Version:
- $Revision: 2314 $
- Author:
- Jules Gosnell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
protected final Contextualiser next
AbstractChainedContextualiser
public AbstractChainedContextualiser(Contextualiser next)
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface Lifecycle
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface Lifecycle
- Throws:
java.lang.Exception
findRelevantSessionNames
public void findRelevantSessionNames(PartitionMapper mapper,
java.util.Map keyToSessionNames)
- Specified by:
findRelevantSessionNames
in interface Contextualiser
doStart
protected void doStart()
throws java.lang.Exception
- Throws:
java.lang.Exception
doStop
protected void doStop()
throws java.lang.Exception
- Throws:
java.lang.Exception
doFindRelevantSessionNames
protected void doFindRelevantSessionNames(PartitionMapper mapper,
java.util.Map keyToSessionNames)
Copyright © 2010. All Rights Reserved.