|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractBundle in org.eclipse.osgi.framework.internal.core |
|---|
| Subclasses of AbstractBundle in org.eclipse.osgi.framework.internal.core | |
|---|---|
class |
BundleFragment
|
class |
BundleHost
|
class |
InternalSystemBundle
This class subclasses Bundle to provide a system Bundle so that the framework can be represented as a bundle and can access the services provided by other bundles. |
| Methods in org.eclipse.osgi.framework.internal.core that return AbstractBundle | |
|---|---|
protected static AbstractBundle |
AbstractBundle.createBundle(BundleData bundledata,
Framework framework,
boolean setBundle)
Bundle object constructor. |
protected AbstractBundle[] |
Framework.getAllBundles()
Retrieve a list of all installed bundles. |
AbstractBundle |
BundleRepository.getBundle(long bundleId)
Gets a bundle by its bundle Id. |
AbstractBundle |
Framework.getBundle(long id)
Retrieve the bundle that has the given unique identifier. |
AbstractBundle |
BundleRepository.getBundle(java.lang.String symbolicName,
Version version)
|
AbstractBundle |
BundleContextImpl.getBundleByLocation(java.lang.String location)
Retrieve the bundle that has the given location. |
protected AbstractBundle |
Framework.getBundleByLocation(java.lang.String location)
Locate an installed bundle with a given identity. |
protected AbstractBundle[] |
Framework.getBundleBySymbolicName(java.lang.String symbolicName)
Locate an installed bundle with a given symbolic name |
AbstractBundle |
Framework.getBundleBySymbolicName(java.lang.String symbolicName,
Version version)
Retrieve the bundle that has the given symbolic name and version. |
protected AbstractBundle |
FrameworkCommandProvider.getBundleFromToken(CommandInterpreter intp,
java.lang.String token,
boolean error)
Given a number or a token representing a bundle symbolic name or bundle location, retrieve the Bundle object with that id. |
AbstractBundle |
BundleContextImpl.getBundleImpl()
|
AbstractBundle[] |
BundleRepository.getBundles(java.lang.String symbolicName)
|
protected AbstractBundle |
Framework.installBundle(java.lang.String location,
java.io.InputStream in)
Install a bundle from an InputStream. |
protected AbstractBundle |
Framework.installWorker(java.lang.String location,
java.security.PrivilegedExceptionAction action)
Worker method to install a bundle. |
protected AbstractBundle |
Framework.installWorkerPrivileged(java.lang.String location,
java.net.URLConnection source,
java.security.AccessControlContext callerContext)
Worker method to install a bundle. |
| Methods in org.eclipse.osgi.framework.internal.core with parameters of type AbstractBundle | |
|---|---|
void |
BundleRepository.add(AbstractBundle bundle)
|
protected void |
StartLevelManager.decFWSL(int decToSL,
AbstractBundle[] shutdown)
Decrement the active startlevel by one |
protected void |
PackageAdminImpl.doResolveBundles(AbstractBundle[] bundles,
boolean refreshPackages)
|
protected abstract BundleEntry |
BundleResourceHandler.findBundleEntry(java.net.URL url,
AbstractBundle bundle)
Finds the bundle entry for this protocal. |
protected static BaseClassLoader |
BundleResourceHandler.getBundleClassLoader(AbstractBundle bundle)
|
protected java.io.File |
Framework.getDataFile(AbstractBundle bundle,
java.lang.String filename)
Creates a File object for a file in the persistent
storage area provided for the bundle by the framework. |
protected void |
StartLevelManager.incFWSL(int incToSL,
AbstractBundle[] launchBundles)
Increment the active startlevel by one |
protected boolean |
BundleHost.reload(AbstractBundle newBundle)
Reload from a new bundle. |
protected abstract boolean |
AbstractBundle.reload(AbstractBundle newBundle)
Reload from a new bundle. |
protected boolean |
InternalSystemBundle.reload(AbstractBundle newBundle)
Reload from a new bundle. |
protected boolean |
BundleFragment.reload(AbstractBundle newBundle)
Reload from a new bundle. |
boolean |
BundleRepository.remove(AbstractBundle bundle)
|
protected void |
Framework.resumeBundle(AbstractBundle bundle)
Resume a bundle. |
protected boolean |
Framework.suspendBundle(AbstractBundle bundle,
boolean lock)
Suspend a bundle. |
protected void |
InternalSystemBundle.unresolvePermissions(AbstractBundle[] refreshedBundles)
No work to do for the SystemBundle. |
void |
BundleRepository.update(java.lang.String oldSymbolicName,
AbstractBundle bundle)
|
| Constructors in org.eclipse.osgi.framework.internal.core with parameters of type AbstractBundle | |
|---|---|
ManifestLocalization(AbstractBundle bundle,
java.util.Dictionary rawHeaders)
|
|
| Uses of AbstractBundle in org.eclipse.osgi.framework.internal.protocol.bundleentry |
|---|
| Methods in org.eclipse.osgi.framework.internal.protocol.bundleentry with parameters of type AbstractBundle | |
|---|---|
protected BundleEntry |
Handler.findBundleEntry(java.net.URL url,
AbstractBundle bundle)
|
| Uses of AbstractBundle in org.eclipse.osgi.framework.internal.protocol.bundleresource |
|---|
| Methods in org.eclipse.osgi.framework.internal.protocol.bundleresource with parameters of type AbstractBundle | |
|---|---|
protected BundleEntry |
Handler.findBundleEntry(java.net.URL url,
AbstractBundle bundle)
|
| Uses of AbstractBundle in org.eclipse.osgi.internal.composite |
|---|
| Subclasses of AbstractBundle in org.eclipse.osgi.internal.composite | |
|---|---|
class |
CompositeBase
This is a base class for both composite and surrogate bundles. |
class |
CompositeImpl
|
class |
SurrogateImpl
|
| Uses of AbstractBundle in org.eclipse.osgi.internal.loader |
|---|
| Methods in org.eclipse.osgi.internal.loader that return AbstractBundle | |
|---|---|
AbstractBundle |
BundleLoader.getBundle()
|
AbstractBundle |
BundleLoaderProxy.getBundleHost()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||