|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--seda.sandStorm.lib.aDisk.AFileTPStageWrapper
Internal stage wrapper implementation for AFileTPImpl.
| Constructor Summary | |
(package private) |
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 |
|
| 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
public void destroy()
throws java.lang.Exception
destroy in interface StageWrapperIFpublic EventHandlerIF getEventHandler()
getEventHandler in interface StageWrapperIFpublic StageIF getStage()
getStage in interface StageWrapperIFpublic SourceIF getSource()
getSource in interface StageWrapperIFpublic ThreadManagerIF getThreadManager()
getThreadManager in interface StageWrapperIFpublic StageStatsIF getStats()
getStats in interface StageWrapperIFpublic ResponseTimeControllerIF getResponseTimeController()
getResponseTimeController in interface StageWrapperIFpublic java.lang.String toString()
toString in class java.lang.Object
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||