bamboo.lss
Class StageWrapper

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

Field Summary
protected  EventHandlerIF eh
           
 
Constructor Summary
StageWrapper(EventHandlerIF eh)
           
 
Method Summary
 void destroy()
           
 BatchSorterIF getBatchSorter()
           
 EventHandlerIF getEventHandler()
           
 ResponseTimeControllerIF getResponseTimeController()
           
 SourceIF getSource()
           
 StageIF getStage()
           
 StageStatsIF getStats()
           
 ThreadManagerIF getThreadManager()
           
 void init()
           
 void setBatchSorter(BatchSorterIF sorter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eh

protected EventHandlerIF eh
Constructor Detail

StageWrapper

public StageWrapper(EventHandlerIF eh)
Method Detail

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