Method | Description | |
---|---|---|
CommandCheckTask ( ) : IEnumerator |
||
CommandTask ( String sCommand ) : IEnumerator |
||
Contains ( List |
||
Finish ( ) : void | ||
GatherCommands ( string command, Usage_Code_Point codePoint, int type ) : void |
This method gathers all Kinds that will be sent withon one single request. @precondition: The storing data MUST have the same Resource Name. @precondition: The the command MUST be the same. (e.g., ONLY store | fetch)
|
|
GatherCommandsInQueue ( string command, Usage_Code_Point codePoint, int type, |
||
Init ( ) : bool | ||
Machine ( ) : System | ||
Maintenance ( ) : IEnumerator |
||
Reporting ( ) : IEnumerator |
||
SendCommand ( String sCommand ) : void | ||
SetTracer ( ) : void | ||
StartWorker ( ) : void | ||
StopWorker ( ) : void | ||
Store ( ) : void | ||
StoreTask ( ) : IEnumerator |
||
UpdateCycle ( ) : IEnumerator |
Method | Description | |
---|---|---|
BootStrapConfig ( ) : void | ||
CheckObsoletConnections ( ) : void | ||
Completed ( object sender, |
||
DoWork ( object sender, |
||
FixFingers ( ) : void | ||
ForceOnline ( ) : void | ||
IgnoreSSLErrors ( ) : void | ||
InitUsageManager ( ) : void | ||
PrintNodeInfo ( |
||
ProgressChanged ( object sender, |
||
SendPingToAllNeighbors ( ) : void | ||
onStateUpdate ( ReloadConfig state ) : void |
public CommandTask ( String sCommand ) : IEnumerator |
||
sCommand | String | |
return | IEnumerator |
public Contains ( List |
||
list | List |
|
bsslist | List |
|
return | bool |
public GatherCommands ( string command, Usage_Code_Point codePoint, int type ) : void | ||
command | string | Store | Fetch |
codePoint | Usage_Code_Point | The Identifier for the Usage to be performed |
type | int | Some Usages define differents types (see sip usage). Place here that value in Usage spec. |
return | void |
public GatherCommandsInQueue ( string command, Usage_Code_Point codePoint, int type, |
||
command | string | |
codePoint | Usage_Code_Point | |
type | int | |
viaGateway | ||
CommandFinished | bool | |
return | void |
public SendCommand ( String sCommand ) : void | ||
sCommand | String | |
return | void |