|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A StageWrapperIF is the internal representation for an application stage - an event handler coupled with a set of queues.
Method Summary | |
void |
destroy()
Destroy this stage. |
EventHandlerIF |
getEventHandler()
Return the event handler associated with this stage. |
ResponseTimeControllerIF |
getResponseTimeController()
Return a ResponseTimeControllerIF for this stage. |
SourceIF |
getSource()
Return the source from which events should be pulled to pass to this EventHandlerIF. |
StageIF |
getStage()
Return the StageIF for this stage. |
StageStatsIF |
getStats()
Return a StageStatsIF interface which records and manages performance statistics for this stage. |
ThreadManagerIF |
getThreadManager()
Return the thread manager which will run this stage. |
void |
init()
Initialize this stage. |
Method Detail |
public StageIF getStage()
public EventHandlerIF getEventHandler()
public SourceIF getSource()
public ThreadManagerIF getThreadManager()
public StageStatsIF getStats()
public ResponseTimeControllerIF getResponseTimeController()
public void init() throws java.lang.Exception
java.lang.Exception
public void destroy() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |