public abstract class OSGiUndeploymentRequest extends Object
| Constructor and Description |
|---|
OSGiUndeploymentRequest(org.glassfish.internal.deployment.Deployment deployer,
org.glassfish.server.ServerEnvironmentImpl env,
org.glassfish.api.ActionReport reporter,
OSGiApplicationInfo osgiAppInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract OSGiDeploymentContext |
getDeploymentContextImpl(org.glassfish.api.ActionReport reporter,
Logger logger,
org.glassfish.api.deployment.archive.ReadableArchive source,
org.glassfish.api.deployment.UndeployCommandParameters undeployParams,
org.glassfish.server.ServerEnvironmentImpl env,
org.osgi.framework.Bundle bundle) |
protected OSGiApplicationInfo |
getOsgiAppInfo() |
protected org.glassfish.api.deployment.UndeployCommandParameters |
getUndeployParams(OSGiApplicationInfo osgiAppInfo) |
protected void |
postUndeploy() |
protected void |
preUndeploy() |
public OSGiUndeploymentRequest(org.glassfish.internal.deployment.Deployment deployer,
org.glassfish.server.ServerEnvironmentImpl env,
org.glassfish.api.ActionReport reporter,
OSGiApplicationInfo osgiAppInfo)
protected void preUndeploy()
protected void postUndeploy()
public void execute()
protected abstract OSGiDeploymentContext getDeploymentContextImpl(org.glassfish.api.ActionReport reporter, Logger logger, org.glassfish.api.deployment.archive.ReadableArchive source, org.glassfish.api.deployment.UndeployCommandParameters undeployParams, org.glassfish.server.ServerEnvironmentImpl env, org.osgi.framework.Bundle bundle) throws Exception
Exceptionprotected org.glassfish.api.deployment.UndeployCommandParameters getUndeployParams(OSGiApplicationInfo osgiAppInfo)
protected OSGiApplicationInfo getOsgiAppInfo()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.