| Package | Description |
|---|---|
| org.jboss.osgi.framework | |
| org.jboss.osgi.framework.spi | |
| org.jboss.osgi.resolver | |
| org.jboss.osgi.resolver.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleRevisionAdaptor
An abstract implementation that adapts a
Module to a BundleRevision |
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<XBundleRevision> |
IntegrationConstants.BUNDLE_REVISION_KEY
The bundle revision attachment key
|
| Modifier and Type | Method and Description |
|---|---|
XBundleRevision |
BundleLifecycle.createBundleRevision(BundleContext context,
Deployment dep) |
XBundleRevision |
AbstractBundleAdaptor.getBundleRevision() |
XBundleRevision |
FrameworkModuleLoader.ModuleSpecBuilderContext.getBundleRevision() |
XBundleRevision |
BundleManager.installBundleRevision(BundleContext context,
Deployment deployment,
org.jboss.msc.service.ServiceTarget serviceTarget)
Install a
XBundleRevision from the given deployment |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.modules.ModuleIdentifier |
ModuleManager.addModule(XBundleRevision brev,
List<org.osgi.framework.wiring.BundleWire> wires) |
void |
FrameworkModuleLoader.addModule(XBundleRevision brev,
org.jboss.modules.Module module) |
void |
FrameworkModuleLoader.addModuleSpec(XBundleRevision brev,
org.jboss.modules.ModuleSpec moduleSpec) |
protected XBundle |
AbstractBundleRevisionAdaptor.createBundle(BundleContext context,
org.jboss.modules.Module module,
XBundleRevision bundleRev) |
org.jboss.msc.service.ServiceName |
FrameworkModuleLoader.createModuleService(XBundleRevision brev,
List<org.osgi.framework.wiring.BundleWire> wires) |
org.jboss.modules.ModuleIdentifier |
FrameworkModuleLoader.getModuleIdentifier(XBundleRevision brev) |
org.jboss.modules.ModuleIdentifier |
ModuleManager.getModuleIdentifier(XBundleRevision brev) |
void |
BundleLifecycle.BundleRefreshPolicy.refreshCurrentRevision(XBundleRevision brev) |
void |
FrameworkModuleLoader.removeModule(XBundleRevision brev) |
void |
ModuleManager.removeModule(XBundleRevision brev,
org.jboss.modules.ModuleIdentifier identifier)
Remove the module with the given identifier
|
void |
BundleLifecycle.removeRevision(XBundleRevision brev,
int options) |
void |
BundleManager.removeRevision(XBundleRevision revision,
int options)
Remove a bundle revision from the framework
|
void |
NativeCode.resolveNativeCode(XBundleRevision bev) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.msc.service.ServiceController<T> |
BootstrapBundlesInstall.installResolveService(org.jboss.msc.service.ServiceTarget serviceTarget,
Set<XBundleRevision> installedRevisions) |
| Constructor and Description |
|---|
AbstractBundleAdaptor(BundleContext context,
org.jboss.modules.Module module,
XBundleRevision brev) |
| Constructor and Description |
|---|
BootstrapBundlesResolve(org.jboss.msc.service.ServiceName baseName,
Set<XBundleRevision> installedRevisions) |
| Modifier and Type | Method and Description |
|---|---|
XBundleRevision |
XBundleRevisionBuilderFactory.createResource() |
XBundleRevision |
XBundle.getBundleRevision()
Get the current
XBundleRevision |
XBundleRevision |
XBundleCapability.getResource()
Get the bundle revision declaring this capability.
|
XBundleRevision |
XBundleRequirement.getResource()
Get the bundle revision declaring this requirement.
|
XBundleRevision |
XBundleRevisionBuilder.getResource()
Get the final resource from the builder
|
XBundleRevision |
XBundleCapability.getRevision()
Get the bundle revision this capability.
|
XBundleRevision |
XBundleRequirement.getRevision()
Get the bundle revision this requirement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleRevision
The abstract implementation of an
XBundleRevision. |
| Modifier and Type | Method and Description |
|---|---|
XBundleRevision |
AbstractBundleWire.getProvider() |
XBundleRevision |
AbstractBundleWire.getRequirer() |
XBundleRevision |
AbstractBundleCapability.getResource() |
XBundleRevision |
AbstractBundleRequirement.getResource() |
XBundleRevision |
AbstractBundleWiring.getResource() |
XBundleRevision |
AbstractBundleCapability.getRevision() |
XBundleRevision |
AbstractBundleRequirement.getRevision() |
XBundleRevision |
AbstractBundleWiring.getRevision() |
| Constructor and Description |
|---|
AbstractBundleWiring(XBundleRevision brev,
List<org.osgi.resource.Wire> required,
List<org.osgi.resource.Wire> provided) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.