Property | Type | Description | |
---|---|---|---|
Endpoints | Endpoint>.Dictionary | ||
Queues | BlockingQueue |
Method | Description | |
---|---|---|
ConfigureJabberGateway ( object sender, |
||
Dispose ( ) : void | ||
InitGateways ( ) : IEnumerator | ||
Initialize ( ) : IEnumerator | ||
JabberGateway ( ScriptName name ) : System | ||
LoadedInto ( ProcessInfo process ) : IEnumerator | ||
OnStatusWindowHidden ( IStatusWindow statusWindow ) : IEnumerator | ||
OnStatusWindowShown ( IStatusWindow statusWindow ) : IEnumerator | ||
Send ( ProcessInfo process, string endpointName, string text ) : void |
Method | Description | |
---|---|---|
DestroyEndpoints ( ) : void |
Method | Description | |
---|---|---|
GetQueue ( string endpointName ) : BlockingQueue |
||
IMessageGateway ( string endpoint, string message ) : bool | ||
IMessageGateway ( ) : string[] |
public ConfigureJabberGateway ( object sender, |
||
sender | object | |
args | ||
return | void |
public JabberGateway ( ScriptName name ) : System | ||
name | ScriptName | |
return | System |
public LoadedInto ( ProcessInfo process ) : IEnumerator | ||
process | ProcessInfo | |
return | IEnumerator |
public OnStatusWindowHidden ( IStatusWindow statusWindow ) : IEnumerator | ||
statusWindow | IStatusWindow | |
return | IEnumerator |
public OnStatusWindowShown ( IStatusWindow statusWindow ) : IEnumerator | ||
statusWindow | IStatusWindow | |
return | IEnumerator |
public Send ( ProcessInfo process, string endpointName, string text ) : void | ||
process | ProcessInfo | |
endpointName | string | |
text | string | |
return | void |