Open a connection to the data store.
()
| 47 | |
| 48 | /** Open a connection to the data store. */ |
| 49 | public void open() throws PersistenceException; |
| 50 | |
| 51 | /** Close the data store. */ |
| 52 | public void close() throws PersistenceException; |
no outgoing calls
no test coverage detected