Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.osgi.framework.adaptor

Interface Summary
BundleClassLoader The BundleClassLoader interface is used by the Framework to load local classes and resources from a Bundle.
BundleData The BundleData represents a single bundle that is persistently stored by a FrameworkAdaptor.
BundleOperation Bundle Storage interface for managing a persistent storage life cycle operation upon a bundle.
BundleWatcher Contains information about activated bundles and acts as the main entry point for logging plugin activity.
ClassLoaderDelegate A ClassLoaderDelegate is used by the BundleClassLoader in a similar fashion that a parent ClassLoader is used.
EventPublisher The EventPublisher is used by FrameworkAdaptors to publish events to the Framework.
FrameworkAdaptor FrameworkAdaptor interface to the osgi framework.
PermissionStorage Permission Storage interface for managing a persistent storage of bundle permissions.
ServiceRegistry The ServiceRegistry interface is used by the framework to store and lookup currently registered services.
 

Exception Summary
ImportClassNotFoundException Exception class to denote that the class is in an imported package but the class was not found! This is thrown by ImportClassLoader and caught by BundleClassLoader in the loadClass method after calling parent.loadClass().
ImportResourceNotFoundException Exception class to denote that the resource is in an imported package but the resource was not found! This is thrown by ImportClassLoader and caught by BundleClassLoader in the getResource* methods after calling parent.getResource*().