|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.sandStorm.lib.aDisk.AFileTPStageWrapper
class AFileTPStageWrapper
Internal stage wrapper implementation for AFileTPImpl.
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 |
Constructor Detail |
---|
AFileTPStageWrapper(java.lang.String name, EventHandlerIF handler, ConfigDataIF config, ThreadManagerIF tm)
Method Detail |
---|
public void init() throws java.lang.Exception
init
in interface StageWrapperIF
java.lang.Exception
public void destroy() throws java.lang.Exception
destroy
in interface StageWrapperIF
java.lang.Exception
public EventHandlerIF getEventHandler()
getEventHandler
in interface StageWrapperIF
public StageIF getStage()
getStage
in interface StageWrapperIF
public SourceIF getSource()
getSource
in interface StageWrapperIF
public ThreadManagerIF getThreadManager()
getThreadManager
in interface StageWrapperIF
public StageStatsIF getStats()
getStats
in interface StageWrapperIF
public ResponseTimeControllerIF getResponseTimeController()
getResponseTimeController
in interface StageWrapperIF
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |