Package org.nuxeo.osgi
Class SystemBundle
java.lang.Object
org.nuxeo.osgi.BundleImpl
org.nuxeo.osgi.SystemBundle
- All Implemented Interfaces:
org.osgi.framework.Bundle
- Author:
- Bogdan Stefanescu
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.osgi.BundleImpl
BundleImpl.CompoundEnumerationBuilder
-
Field Summary
Fields inherited from class org.nuxeo.osgi.BundleImpl
activator, allowHostOverride, context, file, headers, id, lastModified, loader, location, osgi, startupTime, state, symbolicName
Fields inherited from interface org.osgi.framework.Bundle
ACTIVE, INSTALLED, RESOLVED, SIGNERS_ALL, SIGNERS_TRUSTED, START_ACTIVATION_POLICY, START_TRANSIENT, STARTING, STOP_TRANSIENT, STOPPING, UNINSTALLED
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.osgi.BundleImpl
createContext, equals, findEntries, getActivator, getActivatorClassName, getBundleContext, getBundleFile, getBundleId, getEntry, getEntryPaths, getHeaders, getHeaders, getLastModified, getLocation, getPackageAdmin, getRegisteredServices, getResource, getResources, getServicesInUse, getSignerCertificates, getStartupTime, getState, getSymbolicName, getVersion, hashCode, hasPermission, loadClass, shutdown, start, start, stop, stop, toString, uninstall, update, update
-
Constructor Details
-
SystemBundle
public SystemBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader) throws org.osgi.framework.BundleException - Throws:
org.osgi.framework.BundleException
-