C# Class Aurora.Addon.HyperGrid.HGAssetService

Hypergrid asset service. It serves the IAssetService interface, but implements it in ways that are appropriate for inter-grid asset exchanges.
Inheritance: OpenSim.Services.AssetService.AssetService, IExternalAssetService
Datei anzeigen Open project: RevolutionSmythe/Aurora-HG-Plugin

Public Methods

Method Description
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Protected Methods

Method Description
AdjustIdentifiers ( byte data ) : byte[]
AdjustIdentifiers ( Aurora.Framework.AssetBase meta ) : void

Private Methods

Method Description
Delete ( UUID id ) : bool
Get ( string id ) : Aurora.Framework.AssetBase
Get ( string id, object sender, AssetRetrieved handler ) : void
GetCached ( string id ) : Aurora.Framework.AssetBase
GetData ( string id ) : byte[]
GetExists ( string id ) : bool
Store ( Aurora.Framework.AssetBase asset ) : UUID
UpdateContent ( UUID id, byte data ) : UUID

Method Details

AdjustIdentifiers() protected method

protected AdjustIdentifiers ( byte data ) : byte[]
data byte
return byte[]

AdjustIdentifiers() protected method

protected AdjustIdentifiers ( Aurora.Framework.AssetBase meta ) : void
meta Aurora.Framework.AssetBase
return void

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void