| Package | Description |
|---|---|
| org.glassfish.internal.data | |
| org.glassfish.internal.deployment |
| Modifier and Type | Method and Description |
|---|---|
EngineInfo |
ContainerRegistry.getContainer(String containerType) |
EngineInfo |
EngineRef.getContainerInfo()
Returns the container associated with this application
|
EngineInfo |
ContainerRegistry.removeContainer(EngineInfo container) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EngineInfo> |
ContainerRegistry.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRegistry.addContainer(String name,
EngineInfo info) |
EngineInfo |
ContainerRegistry.removeContainer(EngineInfo container) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationInfo.setIsJavaEEApp(List<EngineInfo> engineInfos)
Sets whether this application is a JavaEE application
|
| Constructor and Description |
|---|
EngineRef(EngineInfo container,
org.glassfish.api.deployment.ApplicationContainer appCtr) |
| Modifier and Type | Method and Description |
|---|---|
List<EngineInfo> |
Deployment.setupContainerInfos(org.glassfish.api.deployment.archive.ArchiveHandler handler,
Collection<? extends org.glassfish.api.container.Sniffer> sniffers,
org.glassfish.api.deployment.DeploymentContext context) |
List<EngineInfo> |
Deployment.setupContainerInfos(org.glassfish.api.deployment.DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
Deployment.prepareModule(List<EngineInfo> sortedEngineInfos,
String moduleName,
org.glassfish.api.deployment.DeploymentContext context,
ProgressTracker tracker) |
Copyright © 2015. All rights reserved.