|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aSocket.aSocketStageWrapper
class aSocketStageWrapper
Internal stage wrapper implementation for aSocket.
| Field Summary | |
|---|---|
private ConfigDataIF |
config
|
private FiniteQueue |
eventQ
|
private EventHandlerIF |
handler
|
private java.lang.String |
name
|
private SelectSourceIF |
selsource
|
private StageIF |
stage
|
private StageStatsIF |
stats
|
private ThreadManagerIF |
tm
|
| Constructor Summary | |
|---|---|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String name
private StageIF stage
private EventHandlerIF handler
private ConfigDataIF config
private FiniteQueue eventQ
private SelectSourceIF selsource
private ThreadManagerIF tm
private StageStatsIF stats
| 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 StageWrapperIFjava.lang.Exception
public void destroy()
throws java.lang.Exception
destroy in interface StageWrapperIFjava.lang.Exceptionpublic 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()
StageWrapperIF
getStats in interface StageWrapperIFpublic ResponseTimeControllerIF getResponseTimeController()
getResponseTimeController in interface StageWrapperIFpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||