Commit a previously prepared transaction. It should be possible to retrieve a committed state later. @param txid the transaction id
(long txid)
| 35 | * @param txid the transaction id |
| 36 | */ |
| 37 | void commit(long txid); |
| 38 | |
| 39 | /** |
| 40 | * Persist the current state. This is used when the component manages the state. |
no outgoing calls