Uses of Interface
org.eclipse.osgi.framework.adaptor.BundleOperation

Packages that use BundleOperation
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.internal.baseadaptor   
 

Uses of BundleOperation in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BundleOperation
 BundleOperation BaseAdaptor.installBundle(java.lang.String location, java.net.URLConnection source)
           
 BundleOperation BaseAdaptor.uninstallBundle(BundleData bundledata)
           
 BundleOperation BaseAdaptor.updateBundle(BundleData bundledata, java.net.URLConnection source)
           
 

Uses of BundleOperation in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return BundleOperation
 BundleOperation FrameworkAdaptor.installBundle(java.lang.String location, java.net.URLConnection source)
          Prepare to install a bundle from a URLConnection.
 BundleOperation FrameworkAdaptor.uninstallBundle(BundleData bundledata)
          Prepare to uninstall a bundle.
 BundleOperation FrameworkAdaptor.updateBundle(BundleData bundledata, java.net.URLConnection source)
          Prepare to update a bundle from a URLConnection.
 

Uses of BundleOperation in org.eclipse.osgi.internal.baseadaptor
 

Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleOperation
 class BundleInstall
           
 class BundleUninstall
           
 class BundleUpdate
           
 

Methods in org.eclipse.osgi.internal.baseadaptor that return BundleOperation
 BundleOperation BaseStorage.installBundle(java.lang.String location, java.net.URLConnection source)
           
 BundleOperation BaseStorage.uninstallBundle(BaseData data)
           
 BundleOperation BaseStorage.updateBundle(BaseData data, java.net.URLConnection source)
           
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.