Create a new data store. NOTE: for some data stores creation is an system administrator task; in such cases this method will throw an UnsupportedOperationException.
()
| 43 | * method will throw an UnsupportedOperationException. |
| 44 | */ |
| 45 | public void create() |
| 46 | throws PersistenceException, UnsupportedOperationException; |
| 47 | |
| 48 | /** Open a connection to the data store. */ |
no outgoing calls