Uses of Class
org.eclipse.osgi.framework.adaptor.BundleProtectionDomain

Packages that use BundleProtectionDomain
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.permadmin   
 

Uses of BundleProtectionDomain in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type BundleProtectionDomain
 BaseClassLoader EclipseClassLoadingHook.createClassLoader(java.lang.ClassLoader parent, ClassLoaderDelegate delegate, BundleProtectionDomain domain, BaseData data, java.lang.String[] bundleclasspath)
           
 

Uses of BundleProtectionDomain in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleProtectionDomain
 BundleClassLoader BaseData.createClassLoader(ClassLoaderDelegate delegate, BundleProtectionDomain domain, java.lang.String[] bundleclasspath)
          This method calls all the configured class loading hooks ClassLoadingHook.createClassLoader(ClassLoader, ClassLoaderDelegate, BundleProtectionDomain, BaseData, String[]) methods until on returns a non-null value.
 

Uses of BundleProtectionDomain in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BundleProtectionDomain
 BaseClassLoader ClassLoadingHook.createClassLoader(java.lang.ClassLoader parent, ClassLoaderDelegate delegate, BundleProtectionDomain domain, BaseData data, java.lang.String[] bundleclasspath)
          Gets called by a base data during BundleData.createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]).
 

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

Methods in org.eclipse.osgi.framework.adaptor with parameters of type BundleProtectionDomain
 BundleClassLoader BundleData.createClassLoader(ClassLoaderDelegate delegate, BundleProtectionDomain domain, java.lang.String[] bundleclasspath)
          Creates the ClassLoader for the BundleData.
 

Uses of BundleProtectionDomain in org.eclipse.osgi.framework.internal.core
 

Fields in org.eclipse.osgi.framework.internal.core declared as BundleProtectionDomain
protected  BundleProtectionDomain AbstractBundle.domain
          ProtectionDomain for the bundle
 

Methods in org.eclipse.osgi.framework.internal.core that return BundleProtectionDomain
 BundleProtectionDomain AbstractBundle.getProtectionDomain()
          Get the bundle's ProtectionDomain.
 

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

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleProtectionDomain
 BaseClassLoader BaseClassLoadingHook.createClassLoader(java.lang.ClassLoader parent, ClassLoaderDelegate delegate, BundleProtectionDomain domain, BaseData data, java.lang.String[] bundleclasspath)
           
 BaseClassLoader DevClassLoadingHook.createClassLoader(java.lang.ClassLoader parent, ClassLoaderDelegate delegate, BundleProtectionDomain domain, BaseData data, java.lang.String[] bundleclasspath)
           
 BundleClassLoader SystemBundleData.createClassLoader(ClassLoaderDelegate delegate, BundleProtectionDomain domain, java.lang.String[] bundleclasspath)
           
 

Uses of BundleProtectionDomain in org.eclipse.osgi.internal.composite
 

Methods in org.eclipse.osgi.internal.composite with parameters of type BundleProtectionDomain
 BaseClassLoader CompositeConfigurator.createClassLoader(java.lang.ClassLoader parent, ClassLoaderDelegate delegate, BundleProtectionDomain domain, BaseData data, java.lang.String[] bundleclasspath)
           
 

Uses of BundleProtectionDomain in org.eclipse.osgi.internal.permadmin
 

Methods in org.eclipse.osgi.internal.permadmin that return BundleProtectionDomain
 BundleProtectionDomain SecurityAdmin.createProtectionDomain(Bundle bundle)
           
 



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