closes this ObjectContainer.
success - true denotes that the last used instance of this container and the database file were closed.
closes this ObjectContainer.
A call to close() automatically performs a commit() .
Note that every session opened with Db4o.openFile() requires one close()call, even if the same filename was used multiple times.
Use
while(!close()){}to kill all sessions using this container.
ObjectContainer Interface | com.db4o Namespace