OpenSim::Region::CoreModules::World::Archiver::ArchiveWriteRequestExecution Class Reference
Execute the write of an archive once we have received all the necessary data.
More...
List of all members.
|
Public Member Functions |
| | ArchiveWriteRequestExecution (List< SceneObjectGroup > sceneObjects, ITerrainModule terrainModule, IRegionSerialiserModule serialiser, Scene scene, TarArchiveWriter archiveWriter, Guid requestId, Dictionary< string, object > options) |
Protected Member Functions |
| internal void | ReceivedAllAssets (ICollection< UUID > assetsFoundUuids, ICollection< UUID > assetsNotFoundUuids) |
| internal void | Save (ICollection< UUID > assetsFoundUuids, ICollection< UUID > assetsNotFoundUuids) |
Protected Attributes |
| ITerrainModule | m_terrainModule |
| IRegionSerialiserModule | m_serialiser |
| List< SceneObjectGroup > | m_sceneObjects |
| Scene | m_scene |
| TarArchiveWriter | m_archiveWriter |
| Guid | m_requestId |
| Dictionary< string, object > | m_options |
Detailed Description
Execute the write of an archive once we have received all the necessary data.
Constructor & Destructor Documentation
Member Function Documentation
| internal void OpenSim::Region::CoreModules::World::Archiver::ArchiveWriteRequestExecution::ReceivedAllAssets |
( |
ICollection< UUID > |
assetsFoundUuids, |
|
|
ICollection< UUID > |
assetsNotFoundUuids | |
|
) |
| | [inline, protected] |
| internal void OpenSim::Region::CoreModules::World::Archiver::ArchiveWriteRequestExecution::Save |
( |
ICollection< UUID > |
assetsFoundUuids, |
|
|
ICollection< UUID > |
assetsNotFoundUuids | |
|
) |
| | [inline, protected] |
Member Data Documentation
The documentation for this class was generated from the following file: