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 Watches bundle lifecyle processes.
ClassLoaderDelegate A ClassLoaderDelegate is used by the BundleClassLoader in a similar fashion that a parent ClassLoader is used.
ClassLoaderDelegateHook A ClassLoaderDelegateHook hooks into the ClassLoaderDelegate.
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.
StatusException An exception my implement the StatusException interface to give more status information about the type of exception.
 

Class Summary
BundleProtectionDomain This is a specialized ProtectionDomain for a bundle.
FilePath A utility class for manipulating file system paths.