@return Returns the db.
()
| 248 | * @return Returns the db. |
| 249 | */ |
| 250 | public Database getDb() { |
| 251 | return db; |
| 252 | } |
| 253 | |
| 254 | // TODO disable for non file based sessions |
| 255 | public void moveSessionDb(String destFile) throws Exception { |
no outgoing calls