More information: http://www.cs.berkeley.edu/~mdw/proj/seda/

mdw.sandStorm.lib.aSocket
Class aSocketStageWrapper

java.lang.Object
  |
  +--mdw.sandStorm.lib.aSocket.aSocketStageWrapper
All Implemented Interfaces:
StageWrapperIF

class aSocketStageWrapper
extends java.lang.Object
implements StageWrapperIF

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()
           
(package private)  SelectSource 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.
 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

aSocketStageWrapper

aSocketStageWrapper(java.lang.String name,
                    EventHandlerIF handler,
                    ConfigDataIF config,
                    ThreadManagerIF tm)
Method Detail

init

public void init()
          throws java.lang.Exception
Initialize this stage.
Specified by:
init in interface StageWrapperIF

destroy

public void destroy()
             throws java.lang.Exception
Destroy this stage.
Specified by:
destroy in interface StageWrapperIF

getEventHandler

public EventHandlerIF getEventHandler()
Return the event handler associated with this stage.
Specified by:
getEventHandler in interface StageWrapperIF

getStage

public StageIF getStage()
Return the stage handle for this stage.
Specified by:
getStage in interface StageWrapperIF

getSource

public SourceIF getSource()
Return the source from which events should be pulled to pass to this EventHandlerIF. Note that this method is not used internally.
Specified by:
getSource in interface StageWrapperIF

getThreadManager

public ThreadManagerIF getThreadManager()
Return the thread manager for this stage.
Specified by:
getThreadManager in interface StageWrapperIF

getSelectSource

SelectSource getSelectSource()

getEventQueue

SourceIF getEventQueue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

More information: http://www.cs.berkeley.edu/~mdw/proj/seda/