Expose getConnection from DblibSeervice
authorDan Timoney <dtimoney@att.com>
Fri, 8 Sep 2017 22:52:46 +0000 (18:52 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 11 Sep 2017 15:04:42 +0000 (15:04 +0000)
commit47d9db9e0dac0302545c11d81cbc603a4b41ad1a
tree67235874d3e7c05c59477ec763ae00b65857b14e
parent0d864caf405da4167258601907c52edff265e5bf
Expose getConnection from DblibSeervice

Exposed getConnection from DbLibService class so that it can be accessed
from OSGi client.  Prior to blueprint refactoring, this was accessible
by casting DbLibService as DBResourceManager, but that cast no longer
works if OSGi service is advertised by blueprint.  It's cleaner to expose
that method in the interface anyway.

Change-Id: I36ed7fe82b0393a952d307a1c79d1d8c0ba11dd4
Issue-ID: CCSDK-86
Signed-off-by: Dan Timoney <dtimoney@att.com>
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/DbLibService.java