|
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 |
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. |
SourceIF |
getSource()
Return the source from which events should be pulled to pass to this EventHandlerIF. |
StageIF |
getStage()
Return the StageIF 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 void init() throws java.lang.Exception
public void destroy() throws java.lang.Exception
|
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 |