#include <DummyPool.h>
List of all members.
Constructor & Destructor Documentation
virtual dmlite::DummyPoolManager::~DummyPoolManager |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void dmlite::DummyPoolManager::deletePool |
( |
const Pool & |
pool | ) |
throw (DmException) |
|
virtual |
virtual Pool dmlite::DummyPoolManager::getPool |
( |
const std::string & |
poolname | ) |
throw (DmException) |
|
virtual |
Get the list of pools.
- Parameters:
-
availability | Filter by availability. |
Reimplemented from dmlite::PoolManager.
virtual void dmlite::DummyPoolManager::newPool |
( |
const Pool & |
pool | ) |
throw (DmException) |
|
virtual |
Set the StackInstance. Some plugins may need to access other stacks (i.e. the pool may need the catalog) However, at construction time not all the stacks have been populated, so this will be called once all are instantiated.
Reimplemented from dmlite::BaseInterface.
virtual void dmlite::DummyPoolManager::updatePool |
( |
const Pool & |
pool | ) |
throw (DmException) |
|
virtual |
virtual Location dmlite::DummyPoolManager::whereToRead |
( |
const std::string & |
path | ) |
throw (DmException) |
|
virtual |
virtual Location dmlite::DummyPoolManager::whereToWrite |
( |
const std::string & |
path | ) |
throw (DmException) |
|
virtual |
Start the PUT of a file.
- Parameters:
-
path | The path of the file to create. |
- Returns:
- The physical location where to write.
Reimplemented from dmlite::PoolManager.
Member Data Documentation
The documentation for this class was generated from the following file: