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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
aSocketStageWrapper
aSocketStageWrapper(java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF tm)
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