|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EventHandlerIF in |
Classes in Default Package that implement EventHandlerIF | |
class |
ClientStage
|
class |
ClientStageMulticlass
|
class |
CompletionWorker
This handler accepts BufferElement and sends an ack of ACK_SIZE to the TCP connection previously established by a TaskRecvWorker. |
class |
CopyFile
Simple test program demonstrating use of AFile interface. |
class |
DevNullHandler
|
class |
GenericHandler
|
class |
GenericWorker
This is a 'generic' event handler used for benchmarking. |
class |
ProcessStage
|
class |
ProcessStageComplex
|
class |
ProcessStageConstCPU
|
class |
ProcessStageExpCPU
|
class |
ProcessStageExpCPUSched
This version changes the processing rate 'mu' according to a given schedule. |
class |
ProcessStageFileIO
|
class |
ProcessStageSleep
|
class |
RecvStage
|
class |
SimpleGnutellaServer
This is a simple Gnutella server implemented using the Sandstorm Gnutella library. |
class |
TaskRecvWorker
This event handmler listens for connections on the TCP port PORT and accepts packets of size TASK_SIZE. |
class |
TestHandler
Simple test program demonstrating use of the AFile interface. |
class |
TestServer
Simple test program demonstrating use of the Sandstorm http library. |
class |
TimerHandler
|
Uses of EventHandlerIF in seda.sandStorm.api |
Methods in seda.sandStorm.api with parameters of type EventHandlerIF | |
StageIF |
ManagerIF.createStage(java.lang.String stagename,
EventHandlerIF eventHandler,
java.lang.String[] initargs)
Create a stage with the given name, event handler, and initial arguments. |
Uses of EventHandlerIF in seda.sandStorm.api.internal |
Methods in seda.sandStorm.api.internal that return EventHandlerIF | |
EventHandlerIF |
StageWrapperIF.getEventHandler()
Return the event handler associated with this stage. |
Uses of EventHandlerIF in seda.sandStorm.internal |
Methods in seda.sandStorm.internal that return EventHandlerIF | |
EventHandlerIF |
StageWrapper.getEventHandler()
Return the event handler associated with this stage. |
Methods in seda.sandStorm.internal with parameters of type EventHandlerIF | |
StageIF |
sandStormMgr.createStage(java.lang.String stageName,
EventHandlerIF evHandler,
java.lang.String[] initargs)
Create a stage with the given name from the given event handler with the given initial arguments. |
Constructors in seda.sandStorm.internal with parameters of type EventHandlerIF | |
StageWrapper(ManagerIF mgr,
java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF threadmgr)
Create a StageWrapper with the given name, handler, config data, and thread manager. |
|
StageWrapper(ManagerIF mgr,
java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF threadmgr,
int queueThreshold)
Create a StageWrapper with the given name, handler, config data, thread manager, and queue threshold. |
Uses of EventHandlerIF in seda.sandStorm.lib.aDisk |
Classes in seda.sandStorm.lib.aDisk that implement EventHandlerIF | |
(package private) class |
AFileTPEventHandler
The event handler used by the AFileTPImpl stage. |
Methods in seda.sandStorm.lib.aDisk that return EventHandlerIF | |
EventHandlerIF |
AFileTPStageWrapper.getEventHandler()
Return the event handler associated with this stage. |
Constructors in seda.sandStorm.lib.aDisk with parameters of type EventHandlerIF | |
AFileTPStageWrapper(java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF tm)
|
Uses of EventHandlerIF in seda.sandStorm.lib.aSocket |
Classes in seda.sandStorm.lib.aSocket that implement EventHandlerIF | |
(package private) class |
aSocketEventHandler
Abstract superclass of the event handlers used by aSocket. |
(package private) class |
ListenEventHandler
Internal event handler for socket listen events. |
(package private) class |
ReadEventHandler
Internal event handler used to process socket read events. |
(package private) class |
WriteEventHandler
Internal event handler used to handle socket write events. |
Fields in seda.sandStorm.lib.aSocket declared as EventHandlerIF | |
protected EventHandlerIF |
aSocketThreadManager.aSocketThread.handler
|
Methods in seda.sandStorm.lib.aSocket that return EventHandlerIF | |
EventHandlerIF |
aSocketStageWrapper.getEventHandler()
Return the event handler associated with this stage. |
Constructors in seda.sandStorm.lib.aSocket with parameters of type EventHandlerIF | |
aSocketStageWrapper(java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF tm)
|
Uses of EventHandlerIF in seda.sandStorm.lib.Gnutella |
Classes in seda.sandStorm.lib.Gnutella that implement EventHandlerIF | |
class |
GnutellaCatcher
|
class |
GnutellaServer
A GnutellaServer is a SandStorm stage which allows outgoing connections to be established to the Gnutella network, and accepts incoming connections. |
Uses of EventHandlerIF in seda.sandStorm.lib.http |
Classes in seda.sandStorm.lib.http that implement EventHandlerIF | |
class |
httpServer
An httpServer is a SandStorm stage which accepts incoming HTTP connections. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |