org.codehaus.wadi.core.contextualiser
Class AbstractChainedContextualiser

java.lang.Object
  extended by 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

Field Summary
protected  Contextualiser next
           
 
Constructor Summary
AbstractChainedContextualiser(Contextualiser next)
           
 
Method Summary
protected  void doFindRelevantSessionNames(PartitionMapper mapper, java.util.Map keyToSessionNames)
           
protected  void doStart()
           
protected  void doStop()
           
 void findRelevantSessionNames(PartitionMapper mapper, java.util.Map keyToSessionNames)
           
 void start()
           
 void 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, getDemoter, getSessionNames, getSharedDemoter, promoteToExclusive
 

Field Detail

next

protected final Contextualiser next
Constructor Detail

AbstractChainedContextualiser

public AbstractChainedContextualiser(Contextualiser next)
Method Detail

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.