프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IMUsersCache | string>.Dictionary |
메소드 | 설명 | |
---|---|---|
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
SendIM ( Aurora.Framework.GridInstantMessage gim ) : bool |
protected ConvertGridInstantMessageToXMLRPC ( Aurora.Framework.GridInstantMessage msg ) : |
||
msg | Aurora.Framework.GridInstantMessage | The GridInstantMessage object |
리턴 |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
protected ProcessInstantMessage ( Nwc.XmlRpc.XmlRpcRequest request, |
||
request | Nwc.XmlRpc.XmlRpcRequest | |
remoteClient | ||
리턴 | Nwc.XmlRpc.XmlRpcResponse |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
protected doIMSending ( string httpInfo, |
||
httpInfo | string | |
xmlrpcdata | The Instant Message data Hashtable | |
리턴 | bool |