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

Field Summary
static java.lang.String STORAGE_WRITE
           
 
Method Summary
 void write(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