bamboo.lss
Class StageWrapper
java.lang.Object
bamboo.lss.StageWrapper
- All Implemented Interfaces:
- StageWrapperIF
public class StageWrapper
- extends Object
- implements StageWrapperIF
Part of pretending to be SandStorm.
- Version:
- $Id: StageWrapper.java,v 1.4 2003/10/05 18:22:11 srhea Exp $
- Author:
- Sean C. Rhea
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eh
protected EventHandlerIF eh
StageWrapper
public StageWrapper(EventHandlerIF eh)
getEventHandler
public EventHandlerIF getEventHandler()
- Specified by:
getEventHandler in interface StageWrapperIF
getStage
public StageIF getStage()
- Specified by:
getStage in interface StageWrapperIF
getSource
public SourceIF getSource()
- Specified by:
getSource in interface StageWrapperIF
getThreadManager
public ThreadManagerIF getThreadManager()
- Specified by:
getThreadManager in interface StageWrapperIF
getStats
public StageStatsIF getStats()
- Specified by:
getStats in interface StageWrapperIF
getResponseTimeController
public ResponseTimeControllerIF getResponseTimeController()
- Specified by:
getResponseTimeController in interface StageWrapperIF
getBatchSorter
public BatchSorterIF getBatchSorter()
- Specified by:
getBatchSorter in interface StageWrapperIF
setBatchSorter
public void setBatchSorter(BatchSorterIF sorter)
- Specified by:
setBatchSorter in interface StageWrapperIF
init
public void init()
throws Exception
- Specified by:
init in interface StageWrapperIF
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy in interface StageWrapperIF
- Throws:
Exception