Add openConnection

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib--mongodb@142226 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Alessandro Pieve 2017-02-06 08:38:12 +00:00
parent ccde33d540
commit f058c2da57
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@ public class PersistenceMongoDB extends PersistenceBackend {
mongoClientOptions = MONGO_CLIENT_OPTIONS;
}
@Override
protected void openConnection() throws Exception {
logger.trace("openConnection");
}
@Override
public void close() throws Exception {
mongoClient.close();