seda.sandStorm.lib.aDisk
Class AFileTPStageWrapper

java.lang.Object
  extended by seda.sandStorm.lib.aDisk.AFileTPStageWrapper
All Implemented Interfaces:
StageWrapperIF

 class AFileTPStageWrapper
extends java.lang.Object
implements StageWrapperIF

Internal stage wrapper implementation for AFileTPImpl.


Field Summary
private  ConfigDataIF config
           
private  EventHandlerIF handler
           
private  java.lang.String name
           
private  StageIF stage
           
private  ThreadManagerIF tm
           
 
Constructor Summary
AFileTPStageWrapper(java.lang.String name, EventHandlerIF handler, ConfigDataIF config, ThreadManagerIF tm)
           
 
Method Summary
 void destroy()
          Destroy this stage.
 EventHandlerIF getEventHandler()
          Return the event handler associated with this stage.
 ResponseTimeControllerIF getResponseTimeController()
          Not implemented.
 SourceIF getSource()
          Return the source from which events should be pulled to pass to this EventHandlerIF.
 StageIF getStage()
          Return the stage handle for this stage.
 StageStatsIF getStats()
          Not implemented.
 ThreadManagerIF getThreadManager()
          Return the thread manager for this stage.
 void init()
          Initialize this stage.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private java.lang.String name

stage

private StageIF stage

handler

private EventHandlerIF handler

config

private ConfigDataIF config

tm

private ThreadManagerIF tm
Constructor Detail

AFileTPStageWrapper

AFileTPStageWrapper(java.lang.String name,
                    EventHandlerIF handler,
                    ConfigDataIF config,
                    ThreadManagerIF tm)
Method Detail

init

public void init()
          throws java.lang.Exception
Initialize this stage.

Specified by:
init in interface StageWrapperIF
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Destroy this stage.

Specified by:
destroy in interface StageWrapperIF
Throws:
java.lang.Exception

getEventHandler

public EventHandlerIF getEventHandler()
Return the event handler associated with this stage.

Specified by:
getEventHandler in interface StageWrapperIF

getStage

public StageIF getStage()
Return the stage handle for this stage.

Specified by:
getStage in interface StageWrapperIF

getSource

public SourceIF getSource()
Return the source from which events should be pulled to pass to this EventHandlerIF.

Specified by:
getSource in interface StageWrapperIF

getThreadManager

public ThreadManagerIF getThreadManager()
Return the thread manager for this stage.

Specified by:
getThreadManager in interface StageWrapperIF

getStats

public StageStatsIF getStats()
Not implemented.

Specified by:
getStats in interface StageWrapperIF

getResponseTimeController

public ResponseTimeControllerIF getResponseTimeController()
Not implemented.

Specified by:
getResponseTimeController in interface StageWrapperIF

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object