|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigDataIF | |
---|---|
<Unnamed> | |
seda.sandStorm.api | |
seda.sandStorm.internal | |
seda.sandStorm.lib.aDisk | |
seda.sandStorm.lib.aSocket | |
seda.sandStorm.lib.Gnutella | |
seda.sandStorm.lib.http |
Uses of ConfigDataIF in <Unnamed> |
---|
Fields in <Unnamed> declared as ConfigDataIF | |
---|---|
protected ConfigDataIF |
ProcessStage.config
|
Methods in <Unnamed> with parameters of type ConfigDataIF | |
---|---|
void |
SimpleGnutellaServer.init(ConfigDataIF config)
|
void |
CopyFile.init(ConfigDataIF config)
|
void |
TestHandler.init(ConfigDataIF config)
|
void |
TestServer.init(ConfigDataIF config)
|
void |
DevNullHandler.init(ConfigDataIF config)
|
void |
GenericHandler.init(ConfigDataIF config)
|
void |
TimerHandler.init(ConfigDataIF config)
|
void |
ProcessStage.init(ConfigDataIF config)
|
void |
ProcessStageConstCPU.init(ConfigDataIF config)
|
void |
ProcessStageExpCPU.init(ConfigDataIF config)
|
void |
RecvStage.init(ConfigDataIF config)
|
void |
ClientStage.init(ConfigDataIF config)
|
void |
ClientStageMulticlass.init(ConfigDataIF config)
|
void |
ProcessStageComplex.init(ConfigDataIF config)
|
void |
ProcessStageExpCPUSched.init(ConfigDataIF config)
|
void |
ProcessStageFileIO.init(ConfigDataIF config)
|
void |
ProcessStageSleep.init(ConfigDataIF config)
|
void |
CompletionWorker.init(ConfigDataIF config)
|
void |
GenericWorker.init(ConfigDataIF config)
|
void |
TaskRecvWorker.init(ConfigDataIF config)
|
Uses of ConfigDataIF in seda.sandStorm.api |
---|
Methods in seda.sandStorm.api with parameters of type ConfigDataIF | |
---|---|
void |
EventHandlerIF.init(ConfigDataIF config)
Called when an event handler is initialized. |
Uses of ConfigDataIF in seda.sandStorm.internal |
---|
Classes in seda.sandStorm.internal that implement ConfigDataIF | |
---|---|
class |
ConfigData
ConfigData is used to pass configuration arguments into various components. |
Constructors in seda.sandStorm.internal with parameters of type ConfigDataIF | |
---|---|
Stage(java.lang.String name,
StageWrapperIF wrapper,
SinkIF mainsink,
ConfigDataIF config)
Create a Stage with the given name, wrapper, and sink. |
|
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 ConfigDataIF in seda.sandStorm.lib.aDisk |
---|
Methods in seda.sandStorm.lib.aDisk with parameters of type ConfigDataIF | |
---|---|
void |
AFileTPEventHandler.init(ConfigDataIF config)
|
Constructors in seda.sandStorm.lib.aDisk with parameters of type ConfigDataIF | |
---|---|
AFileTPStageWrapper(java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF tm)
|
Uses of ConfigDataIF in seda.sandStorm.lib.aSocket |
---|
Methods in seda.sandStorm.lib.aSocket with parameters of type ConfigDataIF | |
---|---|
void |
ListenEventHandler.init(ConfigDataIF config)
|
void |
ReadEventHandler.init(ConfigDataIF config)
|
void |
WriteEventHandler.init(ConfigDataIF config)
|
abstract void |
aSocketEventHandler.init(ConfigDataIF config)
|
Constructors in seda.sandStorm.lib.aSocket with parameters of type ConfigDataIF | |
---|---|
aSocketStageWrapper(java.lang.String name,
EventHandlerIF handler,
ConfigDataIF config,
ThreadManagerIF tm)
|
Uses of ConfigDataIF in seda.sandStorm.lib.Gnutella |
---|
Methods in seda.sandStorm.lib.Gnutella with parameters of type ConfigDataIF | |
---|---|
void |
GnutellaCatcher.init(ConfigDataIF config)
|
void |
GnutellaServer.init(ConfigDataIF config)
|
Uses of ConfigDataIF in seda.sandStorm.lib.http |
---|
Methods in seda.sandStorm.lib.http with parameters of type ConfigDataIF | |
---|---|
void |
httpServer.init(ConfigDataIF config)
The Sandstorm stage initialization method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |