|
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.aSocket.aSocketStageWrapper
Internal stage wrapper implementation for aSocket.
| Constructor Summary | |
(package private) |
aSocketStageWrapper(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. |
(package private) SourceIF |
getEventQueue()
|
ResponseTimeControllerIF |
getResponseTimeController()
Not implemented. |
(package private) SelectSourceIF |
getSelectSource()
|
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()
Return a StageStatsIF interface which records and manages performance statistics for this stage. |
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 |
aSocketStageWrapper(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 StageWrapperIFSelectSourceIF getSelectSource()
SourceIF getEventQueue()
public StageStatsIF getStats()
StageWrapperIFgetStats 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 | ||||||||