C# Class Universe.Services.DataService.LocalAgentConnector

Inheritance: Universe.Framework.Services.ConnectorBase, IAgentConnector
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
CacheAgent ( IAgentInfo agent ) : void
CreateNewAgent ( UUID agentID ) : void

Creates a new database entry for the agent. Note: we only allow for this on the grid side

Dispose ( ) : void
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
UpdateAgent ( IAgentInfo agent ) : void

Updates the language and maturity params of the agent. Note: we only allow for this on the grid side

Private Methods

Méthode Description
GetAgent ( UUID agentID ) : IAgentInfo

Method Details

CacheAgent() public méthode

public CacheAgent ( IAgentInfo agent ) : void
agent Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
Résultat void

CreateNewAgent() public méthode

Creates a new database entry for the agent. Note: we only allow for this on the grid side
public CreateNewAgent ( UUID agentID ) : void
agentID UUID
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
GenericData IGenericData
source IConfigSource
simBase IRegistryCore
defaultConnectionString string
Résultat void

UpdateAgent() public méthode

Updates the language and maturity params of the agent. Note: we only allow for this on the grid side
public UpdateAgent ( IAgentInfo agent ) : void
agent Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
Résultat void