| Modifier and Type | Field and Description |
|---|---|
protected Map<org.osgi.framework.Bundle,OSGiApplicationInfo> |
OSGiContainer.applications |
protected Map<OSGiApplicationInfo,org.osgi.framework.ServiceRegistration> |
OSGiContainer.regs |
| Modifier and Type | Method and Description |
|---|---|
OSGiApplicationInfo |
OSGiDeployer.deploy(org.osgi.framework.Bundle b) |
OSGiApplicationInfo |
OSGiContainer.deploy(org.osgi.framework.Bundle b)
Deploys an application bundle in underlying application container in GlassFish.
|
OSGiApplicationInfo |
AbstractOSGiDeployer.deploy(org.osgi.framework.Bundle b) |
OSGiApplicationInfo |
OSGiDeploymentRequest.execute()
Deploys a web application bundle in GlassFish Web container.
|
OSGiApplicationInfo[] |
OSGiContainer.getDeployedApps() |
protected OSGiApplicationInfo |
OSGiUndeploymentRequest.getOsgiAppInfo() |
OSGiApplicationInfo |
OSGiDeploymentRequest.getResult() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OSGiUndeploymentRequest |
AbstractOSGiDeployer.createOSGiUndeploymentRequest(org.glassfish.internal.deployment.Deployment deployer,
org.glassfish.server.ServerEnvironmentImpl env,
org.glassfish.api.ActionReport reporter,
OSGiApplicationInfo osgiAppInfo) |
protected org.glassfish.api.deployment.UndeployCommandParameters |
OSGiUndeploymentRequest.getUndeployParams(OSGiApplicationInfo osgiAppInfo) |
void |
OSGiDeployer.undeploy(OSGiApplicationInfo osgiAppInfo) |
void |
AbstractOSGiDeployer.undeploy(OSGiApplicationInfo osgiAppInfo) |
| Constructor and Description |
|---|
OSGiUndeploymentRequest(org.glassfish.internal.deployment.Deployment deployer,
org.glassfish.server.ServerEnvironmentImpl env,
org.glassfish.api.ActionReport reporter,
OSGiApplicationInfo osgiAppInfo) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.