Framework Professional Edition Package


Package com.prosyst.mbs.framework.packages

Holds an extension of the OSGi-defined Package Admin Service that allows bundles to dynamically import packages.

See:
          Description

Interface Summary
PackageAdmin Provides additional methods for dynamic import of packages and for getting information about a given package(or all packages) in our framework.
 

Package com.prosyst.mbs.framework.packages Description

Holds an extension of the OSGi-defined Package Admin Service that allows bundles to dynamically import packages.

As the OSGi's PackageAdmin does not allow dynamic import of packages, it was necessary to define a service that handles the case. com.prosyst.mbs.framework.packages.PackageAdmin service is registered by the System Bundle. It allows a bundle to dynamically import a package, by providing its BundleLoader and package name.

The Jini Driver Bundle uses the dynamic import technique in order to resolve when trying to register the proxy objects of the Jini Services, provided by the Lookup Services.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved