Uses of Class
org.opencastproject.kernel.bundleinfo.BundleInfoDbException
Packages that use BundleInfoDbException
-
Uses of BundleInfoDbException in org.opencastproject.kernel.bundleinfo
Methods in org.opencastproject.kernel.bundleinfo that throw BundleInfoDbExceptionModifier and TypeMethodDescriptionvoidClear the database for a certain host.voidAbstractBundleInfoDb.clearAll()voidBundleInfoDb.clearAll()Clear the complete database.voidDelete a bundle.AbstractBundleInfoDb.getBundles(String... prefixes) BundleInfoDb.getBundles()Return a list of all running bundles.BundleInfoDb.getBundles(String... prefixes) Return a list of all running bundles whose symbolic names start with one of the given prefixes.voidBundleInfoDb.store(BundleInfo info) Store a bundle info object.