Package org.ow2.clif.storage.api
Interface StorageWrite
-
- All Known Implementing Classes:
FileStorageProxyImpl
public interface StorageWriteInterface to write an in the storage system- Author:
- Julien Buret, Nicolas Droze, Bruno Dillenseger
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTORAGE_WRITE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(BladeEvent event)Write a ActionStat to the storage system.
-
-
-
Field Detail
-
STORAGE_WRITE
static final java.lang.String STORAGE_WRITE
- See Also:
- Constant Field Values
-
-
Method Detail
-
write
void write(BladeEvent event) throws ClifException
Write a ActionStat to the storage system.- Parameters:
event- The event to be written- Throws:
ClifException- an exception occured while trying to write the given event
-
-