| Package | Description |
|---|---|
| org.jboss.osgi.deployment | |
| org.jboss.osgi.deployment.deployer | |
| org.jboss.osgi.framework | |
| org.jboss.osgi.framework.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentLogger.warnCannotObtainBundleForDeployment(Deployment dep) |
void |
DeploymentLogger_$logger.warnCannotObtainBundleForDeployment(Deployment dep) |
void |
DeploymentLogger.warnCannotUninstallBundleForDeployment(Throwable cause,
Deployment dep) |
void |
DeploymentLogger_$logger.warnCannotUninstallBundleForDeployment(Throwable cause,
Deployment dep) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeployment
An abstraction of a bundle deployment
|
class |
NullFileDeployment
An abstraction of a bundle deployment
|
class |
VirtualFileDeployment
An abstraction of a bundle deployment
|
| Modifier and Type | Method and Description |
|---|---|
static Deployment |
DeploymentFactory.createDeployment(BundleInfo info)
Create a deploymenmt from a
BundleInfo |
static Deployment |
DeploymentFactory.createDeployment(String location,
String symbolicName,
org.osgi.framework.Version version)
Create a generic deploymenmt.
|
static Deployment |
DeploymentFactory.createDeployment(VirtualFile rootFile,
String location,
String symbolicName,
org.osgi.framework.Version version)
Create a deploymenmt that is based on a
VirtualFile |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.BundleException |
FrameworkMessages.cannotCreateBundleRevisionFromDeployment(Throwable cause,
Deployment dep) |
org.osgi.framework.BundleException |
FrameworkMessages_$bundle.cannotCreateBundleRevisionFromDeployment(Throwable cause,
Deployment dep) |
IllegalStateException |
FrameworkMessages.illegalStateCannotObtainBundleRevision(Deployment deployment) |
IllegalStateException |
FrameworkMessages_$bundle.illegalStateCannotObtainBundleRevision(Deployment deployment) |
org.osgi.framework.BundleException |
FrameworkMessages.invalidDeployment(Deployment deployment) |
org.osgi.framework.BundleException |
FrameworkMessages_$bundle.invalidDeployment(Deployment deployment) |
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<Deployment> |
IntegrationConstants.DEPLOYMENT_KEY
The deployment attachment key
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
DeploymentProvider.createDeployment(StorageState storageState)
Create a
Deployment from the given bundle storage. |
Deployment |
DeploymentProvider.createDeployment(String location,
VirtualFile rootFile) |
| Modifier and Type | Method and Description |
|---|---|
XBundleRevision |
BundleLifecycle.createBundleRevision(org.osgi.framework.BundleContext context,
Deployment dep) |
OSGiMetaData |
DeploymentProvider.createOSGiMetaData(Deployment deployment)
Creates
OSGiMetaData from the deployment. |
void |
NativeCode.deployNativeCode(Deployment dep) |
XBundleRevision |
BundleManager.installBundleRevision(org.osgi.framework.BundleContext context,
Deployment deployment,
org.jboss.msc.service.ServiceTarget serviceTarget)
Install a
XBundleRevision from the given deployment |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BootstrapBundlesInstall.installBootstrapBundles(org.jboss.msc.service.ServiceTarget serviceTarget,
List<Deployment> deployments) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.