|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageAdmin
Interface for controlling the storage system
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 |
---|
static final java.lang.String STORAGE_ADMIN
Method Detail |
---|
void terminate()
void collect(java.io.Serializable selBlades, CollectListener listener)
void newTest(java.io.Serializable testId, java.util.Map definitions) throws ClifException
testId
- test identifier objectdefinitions
- map of blade deployment definitions, indexed by a unique blade
identifier
ClifException
DeployDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |