org.ow2.clif.storage.api
Interface StorageWrite
- All Known Implementing Classes:
- FileStorageProxyImpl
public interface StorageWrite
Interface to write an in the storage system
- Author:
- Julien Buret, Nicolas Droze, Bruno Dillenseger
Method Summary |
void |
write(BladeEvent event)
Write a ActionStat to the storage system. |
STORAGE_WRITE
static final java.lang.String STORAGE_WRITE
- See Also:
- Constant Field Values
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