C# 클래스 Universe.Services.DataService.LocalAgentConnector

상속: Universe.Framework.Services.ConnectorBase, IAgentConnector
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetAgent ( UUID agentID ) : IAgentInfo

메소드 상세

CacheAgent() 공개 메소드

public CacheAgent ( IAgentInfo agent ) : void
agent Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
리턴 void

CreateNewAgent() 공개 메소드

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
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
GenericData IGenericData
source IConfigSource
simBase IRegistryCore
defaultConnectionString string
리턴 void

UpdateAgent() 공개 메소드

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
리턴 void