Class OsgiBundleInfoDb
java.lang.Object
org.opencastproject.kernel.bundleinfo.AbstractBundleInfoDb
org.opencastproject.kernel.bundleinfo.OsgiBundleInfoDb
- All Implemented Interfaces:
BundleInfoDb
OSGi bound bundle info database.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()OSGi callbackvoidprotected org.opencastproject.db.DBSessionvoidsetDBSessionFactory(org.opencastproject.db.DBSessionFactory dbSessionFactory) Methods inherited from class org.opencastproject.kernel.bundleinfo.AbstractBundleInfoDb
clear, clearAll, delete, getBundles, getBundles, store
-
Field Details
-
PERSISTENCE_UNIT
- See Also:
-
-
Constructor Details
-
OsgiBundleInfoDb
public OsgiBundleInfoDb()
-
-
Method Details
-
setDBSessionFactory
public void setDBSessionFactory(org.opencastproject.db.DBSessionFactory dbSessionFactory) -
getDBSession
protected org.opencastproject.db.DBSession getDBSession()- Specified by:
getDBSessionin classAbstractBundleInfoDb
-
activate
public void activate()OSGi callback -
deactivate
public void deactivate()
-