C# 클래스 OpenSim.Region.DataSnapshot.DataSnapshotManager

상속: IRegionModule, IDataSnapshot
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_hostname string
m_listener_port string

공개 메소드들

메소드 설명
Close ( ) : void
GetSnapshot ( string regionName ) : XmlDocument
Initialise ( Scene scene, IConfigSource config ) : void
MakeEverythingStale ( ) : void
MarkDataStale ( IDataSnapshotProvider provider ) : void
OnSimRestart ( RegionInfo thisRegion ) : void
PostInitialise ( ) : void
SceneForName ( string name ) : Scene
SceneForUUID ( UUID id ) : Scene

비공개 메소드들

메소드 설명
CheckStale ( ) : void
GetErrorMessage ( string regionName, Exception e ) : XmlDocument
NotifyDataServices ( string servicesStr, string serviceName ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetSnapshot() 공개 메소드

public GetSnapshot ( string regionName ) : XmlDocument
regionName string
리턴 System.Xml.XmlDocument

Initialise() 공개 메소드

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
리턴 void

MakeEverythingStale() 공개 메소드

public MakeEverythingStale ( ) : void
리턴 void

MarkDataStale() 공개 메소드

public MarkDataStale ( IDataSnapshotProvider provider ) : void
provider IDataSnapshotProvider
리턴 void

OnSimRestart() 공개 메소드

public OnSimRestart ( RegionInfo thisRegion ) : void
thisRegion OpenSim.Framework.RegionInfo
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

SceneForName() 공개 메소드

public SceneForName ( string name ) : Scene
name string
리턴 OpenSim.Region.Framework.Scenes.Scene

SceneForUUID() 공개 메소드

public SceneForUUID ( UUID id ) : Scene
id UUID
리턴 OpenSim.Region.Framework.Scenes.Scene

프로퍼티 상세

m_hostname 공개적으로 프로퍼티

public string m_hostname
리턴 string

m_listener_port 공개적으로 프로퍼티

public string m_listener_port
리턴 string