|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BundleData in org.eclipse.osgi.baseadaptor |
|---|
| Classes in org.eclipse.osgi.baseadaptor that implement BundleData | |
|---|---|
class |
BaseData
The BundleData implementation used by the BaseAdaptor. |
| Methods in org.eclipse.osgi.baseadaptor that return BundleData | |
|---|---|
BundleData |
BaseAdaptor.createSystemBundleData()
|
BundleData[] |
BaseAdaptor.getInstalledBundles()
|
| Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleData | |
|---|---|
BundleOperation |
BaseAdaptor.uninstallBundle(BundleData bundledata)
|
BundleOperation |
BaseAdaptor.updateBundle(BundleData bundledata,
java.net.URLConnection source)
|
| Uses of BundleData in org.eclipse.osgi.baseadaptor.loader |
|---|
| Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type BundleData | |
|---|---|
void |
ClasspathManager.attachFragment(BundleData sourcedata,
java.security.ProtectionDomain sourcedomain,
java.lang.String[] sourceclasspath)
Attaches the specified sourcedata, sourcedomain and sourceclasspath to this classpath manager |
| Uses of BundleData in org.eclipse.osgi.framework.adaptor |
|---|
| Methods in org.eclipse.osgi.framework.adaptor that return BundleData | |
|---|---|
BundleData |
BundleOperation.begin()
Begin the operation on the bundle (install, update, uninstall). |
BundleData |
FrameworkAdaptor.createSystemBundleData()
Creates a BundleData object for the System Bundle. |
BundleData[] |
FrameworkAdaptor.getInstalledBundles()
Return a list of the installed bundles. |
| Methods in org.eclipse.osgi.framework.adaptor with parameters of type BundleData | |
|---|---|
void |
BundleClassLoader.attachFragment(BundleData bundledata,
java.security.ProtectionDomain domain,
java.lang.String[] classpath)
Attaches the BundleData for a fragment to this BundleClassLoader. |
java.lang.Class |
ClassLoaderDelegateHook.postFindClass(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate.findClass(String) method after delegating to the resolved constraints and
local bundle for a class load. |
java.lang.String |
ClassLoaderDelegateHook.postFindLibrary(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate after normal delegation. |
java.net.URL |
ClassLoaderDelegateHook.postFindResource(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate after delegating to the resolved constraints and
local bundle for a resource load. |
java.util.Enumeration |
ClassLoaderDelegateHook.postFindResources(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate after delegating to the resolved constraints and
local bundle for a resource load. |
java.lang.Class |
ClassLoaderDelegateHook.preFindClass(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate.findClass(String) method before delegating to the resolved constraints and
local bundle for a class load. |
java.lang.String |
ClassLoaderDelegateHook.preFindLibrary(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate before normal delegation. |
java.net.URL |
ClassLoaderDelegateHook.preFindResource(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a #findResource(String) before delegating to the resolved constraints and
local bundle for a resource load. |
java.util.Enumeration |
ClassLoaderDelegateHook.preFindResources(java.lang.String name,
BundleClassLoader classLoader,
BundleData data)
Called by a ClassLoaderDelegate before delegating to the resolved constraints and
local bundle for a resource load. |
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 BundleData in org.eclipse.osgi.framework.internal.core |
|---|
| Fields in org.eclipse.osgi.framework.internal.core declared as BundleData | |
|---|---|
protected BundleData |
AbstractBundle.bundledata
Bundle's BundleData object |
| Methods in org.eclipse.osgi.framework.internal.core that return BundleData | |
|---|---|
BundleData |
AbstractBundle.getBundleData()
|
| Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleData | |
|---|---|
protected static AbstractBundle |
AbstractBundle.createBundle(BundleData bundledata,
Framework framework,
boolean setBundle)
Bundle object constructor. |
| Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleData | |
|---|---|
AbstractBundle(BundleData bundledata,
Framework framework)
Bundle object constructor. |
|
BundleFragment(BundleData bundledata,
Framework framework)
|
|
BundleHost(BundleData bundledata,
Framework framework)
|
|
| Uses of BundleData in org.eclipse.osgi.internal.baseadaptor |
|---|
| Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleData | |
|---|---|
class |
SystemBundleData
|
| Methods in org.eclipse.osgi.internal.baseadaptor that return BundleData | |
|---|---|
BundleData |
BundleInstall.begin()
Begin the operation on the bundle (install, update, uninstall). |
BundleData |
BundleUpdate.begin()
Perform the change to persistent storage. |
BundleData |
BundleUninstall.begin()
Perform the change to persistent storage. |
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleData | |
|---|---|
void |
DefaultClassLoader.attachFragment(BundleData sourcedata,
java.security.ProtectionDomain sourcedomain,
java.lang.String[] sourceclasspath)
|
protected void |
BaseStorage.processBootExtension(BundleData bundleData,
byte type)
Processes a boot extension bundle |
void |
BaseStorage.updateState(BundleData bundleData,
int type)
Updates the state mananager with an updated/installed/uninstalled bundle |
| Uses of BundleData in org.eclipse.osgi.internal.composite |
|---|
| Methods in org.eclipse.osgi.internal.composite with parameters of type BundleData | |
|---|---|
void |
CompositeClassLoader.attachFragment(BundleData bundledata,
java.security.ProtectionDomain domain,
java.lang.String[] classpath)
|
protected Framework |
CompositeImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData)
|
protected Framework |
SurrogateImpl.findCompanionFramework(Framework thisFramework,
BundleData thisData)
|
protected abstract Framework |
CompositeBase.findCompanionFramework(Framework thisFramework,
BundleData thisData)
|
| Constructors in org.eclipse.osgi.internal.composite with parameters of type BundleData | |
|---|---|
CompositeBase(BundleData bundledata,
Framework framework)
|
|
CompositeImpl(BundleData bundledata,
Framework framework)
|
|
SurrogateImpl(BundleData bundledata,
Framework framework)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||