If no bundles are specified, then the Framework will attempt to resolve all unresolved bundles. This method must not cause any bundle to be refreshed, stopped, or started. This method will not return until the operation has completed. @param bundles The bundles to resolve or {@code null} to resolve allunresolved bundles installed in the Framework. @return {@code true} if all specified bundles are resolved; {@code false}otherwise. @throws IllegalArgumentException If the specified {@code Bundle}s were not created by the same framework instance associated with this FrameworkWiring. @throws SecurityException If the caller does not have{@code AdminPermission[System Bundle,RESOLVE]} and the Javaruntime environment supports permissions.
If {@code null} is specified then the Framework will attempt toresolve all unresolved bundles. This method must not cause any bundle to be refreshed, stopped, or started. This method will not return until the operation has completed. @param bundles The bundles to resolve or {@code null} to resolve allunresolved bundles installed in the Framework. @return {@code true} if all specified bundles are resolved; @throws SecurityException If the caller does not have{@code AdminPermission[System Bundle,RESOLVE]} and the Javaruntime environment supports permissions. @throws IllegalArgumentException If the specified {@code Bundle}s were not created by the same framework instance that registered this {@code PackageAdmin} service. @since 1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|