| Package | Description |
|---|---|
| org.glassfish.internal.data | |
| org.glassfish.internal.deployment |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationInfo
Information about a running application.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ModuleInfo> |
ApplicationInfo.getModuleInfos()
Returns the modules of this application
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationInfo.addModule(ModuleInfo info) |
protected ExtendedDeploymentContext |
ApplicationInfo.getSubContext(ModuleInfo info,
ExtendedDeploymentContext context) |
| Modifier and Type | Field and Description |
|---|---|
static org.glassfish.api.event.EventTypes<ModuleInfo> |
Deployment.MODULE_LOADED |
static org.glassfish.api.event.EventTypes<ModuleInfo> |
Deployment.MODULE_STARTED |
static org.glassfish.api.event.EventTypes<ModuleInfo> |
Deployment.MODULE_STOPPED |
static org.glassfish.api.event.EventTypes<ModuleInfo> |
Deployment.MODULE_UNLOADED |
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
Deployment.prepareModule(List<EngineInfo> sortedEngineInfos,
String moduleName,
org.glassfish.api.deployment.DeploymentContext context,
ProgressTracker tracker) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.