C# Class Universe.Services.GenericServices.GridServerInfoService

Inheritance: Universe.Framework.Services.ConnectorBase, IGridServerInfoService, IService
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_defaultURICount int
m_enabled bool
m_gridURIs List>.Dictionary
m_remoteCalls bool

Public Methods

Method Description
AddURI ( string key, string value ) : void
FinishedStartup ( ) : void
GetGridURI ( string key ) : string
GetGridURIs ( string key ) : List
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Protected Methods

Method Description
SendGridURIsAsync ( object state ) : void

Private Methods

Method Description
AddURIInternal ( string key, string value ) : void
RetrieveAllGridURIs ( bool secure ) : List>.Dictionary
SendGridURIs ( string>.Dictionary uri ) : void

Method Details

AddURI() public method

public AddURI ( string key, string value ) : void
key string
value string
return void

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

GetGridURI() public method

public GetGridURI ( string key ) : string
key string
return string

GetGridURIs() public method

public GetGridURIs ( string key ) : List
key string
return List

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

SendGridURIsAsync() protected method

protected SendGridURIsAsync ( object state ) : void
state object
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Property Details

m_defaultURICount protected_oe property

protected int m_defaultURICount
return int

m_enabled protected_oe property

protected bool m_enabled
return bool

m_gridURIs protected_oe property

protected Dictionary> m_gridURIs
return List>.Dictionary

m_remoteCalls protected_oe property

protected bool m_remoteCalls
return bool