Property | Type | Description | |
---|---|---|---|
m_config | IConfigSource | ||
m_registry | IRegistryCore |
Method | Description | |
---|---|---|
GetGridInfoHashtable ( ) : |
||
GridInfoHandlers ( IConfigSource configSource, IRegistryCore registry ) : System |
Instantiate a GridInfoService object. GridInfoService uses the [GridInfo] section of the standard WhiteCore.ini file --- which is not optimal, but anything else requires a general redesign of the config system. |
|
RestGetGridInfoMethod ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
UpdateGridInfo ( ) : void | ||
XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
Method | Description | |
---|---|---|
CheckServerHost ( string uri ) : string | ||
GetConfig ( IConfigSource config, string p ) : string | ||
IssueWarning ( ) : void |
public GetGridInfoHashtable ( ) : |
||
return |
public GridInfoHandlers ( IConfigSource configSource, IRegistryCore registry ) : System | ||
configSource | IConfigSource | path to config path containing grid information |
registry | IRegistryCore | |
return | System |
public RestGetGridInfoMethod ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
return | byte[] |
public XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
||
request | Nwc.XmlRpc.XmlRpcRequest | |
remoteClient | ||
return | Nwc.XmlRpc.XmlRpcResponse |