public interface MonitorDAO
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called by the BlobberPlugin when the DAO is no longer needed,
typically shortly before the component gets unloaded.
|
void |
closeTransactionStore()
If the DAO supports transactions (e.g.
|
void |
openTransactionStore(java.lang.String transactionName)
If the DAO supports transactions (e.g.
|
void |
store(ComponentData inData)
Passes data from the upper layers to this DAO.
|
void store(ComponentData inData) throws java.lang.Exception
java.lang.Exceptionvoid openTransactionStore(java.lang.String transactionName)
throws AcsJException
transactionName - A name assigned (and to be understood) by the calling client, for error feedback etc.
This name should have no relevance for actually storing the data.AcsJExceptioncloseTransactionStore()void closeTransactionStore()
throws AcsJException
AcsJException#openTransactionStore()void close()
BlobberPlugin.cleanUp()