org.ow2.clif.storage.api
Interface StorageAdmin

All Known Implementing Classes:
ConsoleFileStorageImpl

public interface StorageAdmin

Interface for controlling the storage system

Author:
Julien Buret, Nicolas Droze, Bruno Dillenseger

Field Summary
static java.lang.String STORAGE_ADMIN
           
 
Method Summary
 void collect(java.io.Serializable selBlades, CollectListener listener)
          Collects the latest test data
 void newTest(java.io.Serializable testId, java.util.Map definitions)
          Informs the storage system about the beginning of a new test
 void terminate()
          Terminates the storage system
 

Field Detail

STORAGE_ADMIN

static final java.lang.String STORAGE_ADMIN
See Also:
Constant Field Values
Method Detail

terminate

void terminate()
Terminates the storage system


collect

void collect(java.io.Serializable selBlades,
             CollectListener listener)
Collects the latest test data


newTest

void newTest(java.io.Serializable testId,
             java.util.Map definitions)
             throws ClifException
Informs the storage system about the beginning of a new test

Parameters:
testId - test identifier object
definitions - map of blade deployment definitions, indexed by a unique blade identifier
Throws:
ClifException
See Also:
DeployDefinition