Close the data store.
()
| 347 | |
| 348 | /** Close the data store. */ |
| 349 | @Override |
| 350 | public void close() throws PersistenceException { |
| 351 | Gate.getDataStoreRegister().remove(this); |
| 352 | } // close() |
| 353 | |
| 354 | /** Save: synchonise the in-memory image of the LR with the persistent |
| 355 | * image. |
no test coverage detected