Initialize the store. This is tied to the Servlet lifecycle and is called by its init method.
()
| 403 | * Initialize the store. This is tied to the Servlet lifecycle and is called by its init method. |
| 404 | */ |
| 405 | void init(); |
| 406 | |
| 407 | /** |
| 408 | * Destroy the store. This is tied to the Servlet lifecycle and is called by its destroy method. |
no outgoing calls