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   
 

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
 

Subclasses of BundleProtectionDomain in org.eclipse.osgi.framework.internal.core
 class BundleProtectionDomainImpl
          This class tracks the signature information for a bundle in addition to managing bundle permissions.
 

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
protected  BundleProtectionDomain PermissionAdminImpl.createProtectionDomain(AbstractBundle bundle)
          This method is called by the Bundle object to create the PermissionCollection used by the bundle's ProtectionDomain.
protected  BundleProtectionDomain AbstractBundle.getProtectionDomain()
          Get the bundle's ProtectionDomain.