Свойство | Тип | Описание | |
---|---|---|---|
m_config | IConfigSource | ||
m_registry | IRegistryCore |
Метод | Описание | |
---|---|---|
GridInfoHandlers ( IConfigSource configSource, IRegistryCore registry ) : System |
Instantiate a GridInfoService object. GridInfoService uses the [GridInfo] section of the standard Universe.ini file --- which is not optimal, but anything else requires a general redesign of the config system. |
|
RestGetGridInfoMethod ( string path, Stream request, |
||
UpdateGridInfo ( ) : void | ||
XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
Метод | Описание | |
---|---|---|
CheckServerHost ( string uri ) : string | ||
GetConfig ( IConfigSource config, string p ) : string | ||
IssueWarning ( ) : void |
public GridInfoHandlers ( IConfigSource configSource, IRegistryCore registry ) : System | ||
configSource | IConfigSource | path to config path containing grid information |
registry | IRegistryCore | |
Результат | System |
public RestGetGridInfoMethod ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
Результат | byte[] |
public XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
||
request | Nwc.XmlRpc.XmlRpcRequest | |
remoteClient | ||
Результат | Nwc.XmlRpc.XmlRpcResponse |