Property | Type | Description | |
---|---|---|---|
IMUsersCache | string>.Dictionary |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
ConvertGridInstantMessageToXMLRPC ( Aurora.Framework.GridInstantMessage msg ) : |
Takes a GridInstantMessage and converts it into a Hashtable for XMLRPC
|
|
ProcessInstantMessage ( Nwc.XmlRpc.XmlRpcRequest request, |
||
doIMSending ( string httpInfo, |
This actually does the XMLRPC Request
|
Method | Description | |
---|---|---|
SendIM ( Aurora.Framework.GridInstantMessage gim ) : bool |
protected ConvertGridInstantMessageToXMLRPC ( Aurora.Framework.GridInstantMessage msg ) : |
||
msg | Aurora.Framework.GridInstantMessage | The GridInstantMessage object |
return |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected ProcessInstantMessage ( Nwc.XmlRpc.XmlRpcRequest request, |
||
request | Nwc.XmlRpc.XmlRpcRequest | |
remoteClient | ||
return | Nwc.XmlRpc.XmlRpcResponse |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected doIMSending ( string httpInfo, |
||
httpInfo | string | |
xmlrpcdata | The Instant Message data Hashtable | |
return | bool |