| Package | Description |
|---|---|
| org.glassfish.internal.data | |
| org.glassfish.internal.deployment |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
ApplicationRegistry.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationRegistry.add(String name,
ApplicationInfo info) |
| Modifier and Type | Field and Description |
|---|---|
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.APPLICATION_DISABLED |
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.APPLICATION_LOADED |
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.APPLICATION_STARTED |
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.APPLICATION_STOPPED |
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.APPLICATION_UNLOADED |
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.DEPLOYMENT_SUCCESS
This asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application)
succeeded.
|
static org.glassfish.api.event.EventTypes<ApplicationInfo> |
Deployment.UNDEPLOYMENT_START
This asynchronous event is sent when a new deployment or loading of an already deployed application start.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
Deployment.deploy(Collection<? extends org.glassfish.api.container.Sniffer> sniffers,
ExtendedDeploymentContext context) |
ApplicationInfo |
Deployment.deploy(ExtendedDeploymentContext context) |
ApplicationInfo |
Deployment.get(String appName) |
ApplicationInfo |
Deployment.unload(ApplicationInfo appInfo,
ExtendedDeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.api.deployment.DeploymentContext |
Deployment.disable(org.glassfish.api.deployment.UndeployCommandParameters commandParams,
com.sun.enterprise.config.serverbeans.Application app,
ApplicationInfo appInfo,
org.glassfish.api.ActionReport report,
Logger logger) |
void |
Deployment.registerAppInDomainXML(ApplicationInfo applicationInfo,
org.glassfish.api.deployment.DeploymentContext context,
org.jvnet.hk2.config.Transaction t) |
void |
Deployment.registerAppInDomainXML(ApplicationInfo applicationInfo,
org.glassfish.api.deployment.DeploymentContext context,
org.jvnet.hk2.config.Transaction t,
boolean appRefOnly) |
ApplicationInfo |
Deployment.unload(ApplicationInfo appInfo,
ExtendedDeploymentContext context) |
Copyright © 2015. All rights reserved.