Definition at line 16 of file OscarBundleManager.java.
Public Member Functions | |
void | startBundles () throws ServiceException |
void | install (String name) throws ServiceException |
void | update (String name) throws ServiceException |
void | uninstall (String name) throws ServiceException |
void | start (String name) throws ServiceException |
void | stop (String name) throws ServiceException |
void | restart (String name) throws ServiceException |
void | refresh (String name) throws ServiceException |
void | shutdown () throws ServiceException |
void | loadPackage (String packageName) throws ServiceException |
boolean | isLoadablePackage (String packageName) |
boolean | isInstalledBundle (String name) |
Static Public Member Functions | |
static OscarBundleManager | getManager () |
static void | setContext (BundleContext context) |