C# Class OpenSim.Region.CoreModules.World.Archiver.ArchiveWriteRequestExecution

Execute the write of an archive once we have received all the necessary data
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Protected Properties

Property Type Description
m_archiveWriter OpenSim.Framework.Serialization.TarArchiveWriter
m_options object>.Dictionary
m_requestId System.Guid
m_scene OpenSim.Region.Framework.Scenes.Scene
m_sceneObjects List
m_serialiser IRegionSerialiserModule
m_terrainModule IVoxelModule

Public Methods

Method Description
ArchiveWriteRequestExecution ( List sceneObjects, IVoxelModule terrainModule, IRegionSerialiserModule serialiser, Scene scene, OpenSim.Framework.Serialization.TarArchiveWriter archiveWriter, System.Guid requestId, object>.Dictionary options ) : System

Protected Methods

Method Description
ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void

Method Details

ArchiveWriteRequestExecution() public method

public ArchiveWriteRequestExecution ( List sceneObjects, IVoxelModule terrainModule, IRegionSerialiserModule serialiser, Scene scene, OpenSim.Framework.Serialization.TarArchiveWriter archiveWriter, System.Guid requestId, object>.Dictionary options ) : System
sceneObjects List
terrainModule IVoxelModule
serialiser IRegionSerialiserModule
scene OpenSim.Region.Framework.Scenes.Scene
archiveWriter OpenSim.Framework.Serialization.TarArchiveWriter
requestId System.Guid
options object>.Dictionary
return System

ReceivedAllAssets() protected method

protected ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
return void

Save() protected method

protected Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
return void

Property Details

m_archiveWriter protected_oe property

protected TarArchiveWriter,OpenSim.Framework.Serialization m_archiveWriter
return OpenSim.Framework.Serialization.TarArchiveWriter

m_options protected_oe property

protected Dictionary m_options
return object>.Dictionary

m_requestId protected_oe property

protected Guid,System m_requestId
return System.Guid

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
return OpenSim.Region.Framework.Scenes.Scene

m_sceneObjects protected_oe property

protected List m_sceneObjects
return List

m_serialiser protected_oe property

protected IRegionSerialiserModule m_serialiser
return IRegionSerialiserModule

m_terrainModule protected_oe property

protected IVoxelModule m_terrainModule
return IVoxelModule