C# Class OpenSim.Region.CoreModules.World.Region.RestartModule

Inheritance: INonSharedRegionModule, IRestartModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HandleRegionRestart ( string module, string args ) : void
OnTimer ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

AbortRestart() public méthode

public AbortRestart ( string message ) : void
message string
Résultat void

AddRegion() public méthode

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DoOneNotice() public méthode

public DoOneNotice ( ) : int
Résultat int

Initialise() public méthode

public Initialise ( IConfigSource config ) : void
config IConfigSource
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

ScheduleRestart() public méthode

public ScheduleRestart ( UUID initiator, string message, int alerts, bool notice ) : void
initiator UUID
message string
alerts int
notice bool
Résultat void

SetTimer() public méthode

public SetTimer ( int intervalSeconds ) : void
intervalSeconds int
Résultat void

Property Details

m_Alerts protected_oe property

protected List m_Alerts
Résultat List

m_CountdownTimer protected_oe property

protected Timer,System.Timers m_CountdownTimer
Résultat System.Timers.Timer

m_DialogModule protected_oe property

protected IDialogModule m_DialogModule
Résultat IDialogModule

m_Initiator protected_oe property

protected UUID m_Initiator
Résultat UUID

m_Message protected_oe property

protected string m_Message
Résultat string

m_Notice protected_oe property

protected bool m_Notice
Résultat bool

m_RestartBegin protected_oe property

protected DateTime,System m_RestartBegin
Résultat System.DateTime

m_Scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_Scene
Résultat OpenSim.Region.Framework.Scenes.Scene