OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Attributes | Properties | List of all members
OpenSim.Services.GridService.HypergridLinker Class Reference
Inheritance diagram for OpenSim.Services.GridService.HypergridLinker:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Services.GridService.HypergridLinker:
Collaboration graph
[legend]

Public Member Functions

 HypergridLinker (IConfigSource config, GridService gridService, IRegionData db)
 
GridRegion LinkRegion (UUID scopeID, string regionDescriptor)
 
GridRegion TryLinkRegionToCoords (UUID scopeID, string mapName, int xloc, int yloc, UUID ownerID, out string reason)
 
bool TryUnlinkRegion (string mapName)
 
UUID GetMapImage (UUID regionID, string imageURL)
 
void HandleShow (string module, string[] cmd)
 
void RunCommand (string module, string[] cmdparams)
 

Protected Attributes

IRegionData m_Database
 
GridService m_GridService
 
IAssetService m_AssetService
 
GatekeeperServiceConnector m_GatekeeperConnector
 
UUID m_ScopeID = UUID.Zero
 
string m_MapTileDirectory = string.Empty
 
string m_ThisGatekeeper = string.Empty
 
Uri m_ThisGatekeeperURI = null
 
GridRegion m_DefaultRegion
 

Properties

GridRegion DefaultRegion [get]
 

Detailed Description

Definition at line 50 of file HypergridLinker.cs.

Constructor & Destructor Documentation

OpenSim.Services.GridService.HypergridLinker.HypergridLinker ( IConfigSource  config,
GridService  gridService,
IRegionData  db 
)
inline

Definition at line 99 of file HypergridLinker.cs.

Member Function Documentation

UUID OpenSim.Services.GridService.HypergridLinker.GetMapImage ( UUID  regionID,
string  imageURL 
)
inline

Definition at line 509 of file HypergridLinker.cs.

void OpenSim.Services.GridService.HypergridLinker.HandleShow ( string  module,
string[]  cmd 
)
inline

Definition at line 518 of file HypergridLinker.cs.

GridRegion OpenSim.Services.GridService.HypergridLinker.LinkRegion ( UUID  scopeID,
string  regionDescriptor 
)
inline

Definition at line 179 of file HypergridLinker.cs.

void OpenSim.Services.GridService.HypergridLinker.RunCommand ( string  module,
string[]  cmdparams 
)
inline

Definition at line 549 of file HypergridLinker.cs.

GridRegion OpenSim.Services.GridService.HypergridLinker.TryLinkRegionToCoords ( UUID  scopeID,
string  mapName,
int  xloc,
int  yloc,
UUID  ownerID,
out string  reason 
)
inline

Implements OpenSim.Services.Interfaces.IHypergridLinker.

Definition at line 194 of file HypergridLinker.cs.

bool OpenSim.Services.GridService.HypergridLinker.TryUnlinkRegion ( string  mapName)
inline

Implements OpenSim.Services.Interfaces.IHypergridLinker.

Definition at line 420 of file HypergridLinker.cs.

Member Data Documentation

IAssetService OpenSim.Services.GridService.HypergridLinker.m_AssetService
protected

Definition at line 62 of file HypergridLinker.cs.

IRegionData OpenSim.Services.GridService.HypergridLinker.m_Database
protected

Definition at line 60 of file HypergridLinker.cs.

GridRegion OpenSim.Services.GridService.HypergridLinker.m_DefaultRegion
protected

Definition at line 71 of file HypergridLinker.cs.

GatekeeperServiceConnector OpenSim.Services.GridService.HypergridLinker.m_GatekeeperConnector
protected

Definition at line 63 of file HypergridLinker.cs.

GridService OpenSim.Services.GridService.HypergridLinker.m_GridService
protected

Definition at line 61 of file HypergridLinker.cs.

string OpenSim.Services.GridService.HypergridLinker.m_MapTileDirectory = string.Empty
protected

Definition at line 67 of file HypergridLinker.cs.

UUID OpenSim.Services.GridService.HypergridLinker.m_ScopeID = UUID.Zero
protected

Definition at line 65 of file HypergridLinker.cs.

string OpenSim.Services.GridService.HypergridLinker.m_ThisGatekeeper = string.Empty
protected

Definition at line 68 of file HypergridLinker.cs.

Uri OpenSim.Services.GridService.HypergridLinker.m_ThisGatekeeperURI = null
protected

Definition at line 69 of file HypergridLinker.cs.

Property Documentation

GridRegion OpenSim.Services.GridService.HypergridLinker.DefaultRegion
getprotected

Definition at line 73 of file HypergridLinker.cs.


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