Interface BundleInfoDb

All Known Implementing Classes:
AbstractBundleInfoDb, OsgiBundleInfoDb

public interface BundleInfoDb
Persistence for bundle information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(String host)
    Clear the database for a certain host.
    void
    Clear the complete database.
    void
    delete(String host, long bundleId)
    Delete a bundle.
    Return a list of all running bundles.
    getBundles(String... prefixes)
    Return a list of all running bundles whose symbolic names start with one of the given prefixes.
    void
    Store a bundle info object.