OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile Class Reference

More...

Inheritance diagram for OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile:
Collaboration graph
[legend]

Public Member Functions

void RegionLoaded (Scene scene)
 This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module. More...
 
void Close ()
 
void Initialise (IConfigSource source)
 
void PostInitialise ()
 
void AddRegion (Scene scene)
 
void RemoveRegion (Scene scene)
 

Properties

Type ReplaceableInterface [get]
 
string Name [get]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IRegionModuleBase
string Name [get]
 
Type ReplaceableInterface [get]
 If this returns non-null, it is the type of an interface that this module intends to register. This will cause the loader to defer loading of this module until all other modules have been loaded. If no other module has registered the interface by then, this module will be activated, else it will remain inactive, letting the other module take over. This should return non-null ONLY in modules that are intended to be easily replaceable, e.g. stub implementations that the developer expects to be replaced by third party provided modules. More...
 

Detailed Description

Definition at line 56 of file SimianGridMaptileModule.cs.

Member Function Documentation

void OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.AddRegion ( Scene  scene)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 121 of file SimianGridMaptileModule.cs.

void OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.Close ( )
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 74 of file SimianGridMaptileModule.cs.

void OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.Initialise ( IConfigSource  source)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 79 of file SimianGridMaptileModule.cs.

void OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.PostInitialise ( )
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.ISharedRegionModule.

Definition at line 106 of file SimianGridMaptileModule.cs.

void OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.RegionLoaded ( Scene  scene)
inline

This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 73 of file SimianGridMaptileModule.cs.

void OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.RemoveRegion ( Scene  scene)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 135 of file SimianGridMaptileModule.cs.

Property Documentation

string OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.Name
get

Definition at line 72 of file SimianGridMaptileModule.cs.

Type OpenSim.Services.Connectors.SimianGrid.SimianGridMaptile.ReplaceableInterface
get

Definition at line 71 of file SimianGridMaptileModule.cs.


The documentation for this class was generated from the following file: