C# 클래스 OpenSim.Region.CoreModules.World.Region.RestartModule

상속: INonSharedRegionModule, IRestartModule
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

보호된 프로퍼티들

프로퍼티 타입 설명
m_Alerts List
m_CountdownTimer System.Timers.Timer
m_DialogModule IDialogModule
m_Initiator UUID
m_Message string
m_Notice bool
m_RestartBegin System.DateTime
m_Scene OpenSim.Region.Framework.Scenes.Scene

공개 메소드들

메소드 설명
AbortRestart ( string message ) : void
AddRegion ( Scene scene ) : void
Close ( ) : void
DoOneNotice ( ) : int
Initialise ( IConfigSource config ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void
ScheduleRestart ( UUID initiator, string message, int alerts, bool notice ) : void
SetTimer ( int intervalSeconds ) : void

비공개 메소드들

메소드 설명
HandleRegionRestart ( string module, string args ) : void
OnTimer ( object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

AbortRestart() 공개 메소드

public AbortRestart ( string message ) : void
message string
리턴 void

AddRegion() 공개 메소드

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

DoOneNotice() 공개 메소드

public DoOneNotice ( ) : int
리턴 int

Initialise() 공개 메소드

public Initialise ( IConfigSource config ) : void
config IConfigSource
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

ScheduleRestart() 공개 메소드

public ScheduleRestart ( UUID initiator, string message, int alerts, bool notice ) : void
initiator UUID
message string
alerts int
notice bool
리턴 void

SetTimer() 공개 메소드

public SetTimer ( int intervalSeconds ) : void
intervalSeconds int
리턴 void

프로퍼티 상세

m_Alerts 보호되어 있는 프로퍼티

protected List m_Alerts
리턴 List

m_CountdownTimer 보호되어 있는 프로퍼티

protected Timer,System.Timers m_CountdownTimer
리턴 System.Timers.Timer

m_DialogModule 보호되어 있는 프로퍼티

protected IDialogModule m_DialogModule
리턴 IDialogModule

m_Initiator 보호되어 있는 프로퍼티

protected UUID m_Initiator
리턴 UUID

m_Message 보호되어 있는 프로퍼티

protected string m_Message
리턴 string

m_Notice 보호되어 있는 프로퍼티

protected bool m_Notice
리턴 bool

m_RestartBegin 보호되어 있는 프로퍼티

protected DateTime,System m_RestartBegin
리턴 System.DateTime

m_Scene 보호되어 있는 프로퍼티

protected Scene,OpenSim.Region.Framework.Scenes m_Scene
리턴 OpenSim.Region.Framework.Scenes.Scene