| Package | Description |
|---|---|
| com.sun.enterprise.v3.server | |
| org.glassfish.internal.data | |
| org.glassfish.internal.deployment |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EngineInfo> |
ApplicationLifecycle.setupContainer(Sniffer sniffer,
Logger logger,
DeploymentContext context) |
List<EngineInfo> |
ApplicationLifecycle.setupContainerInfos(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context)
set up containers and prepare the sorted ModuleInfos
|
List<EngineInfo> |
ApplicationLifecycle.setupContainerInfos(DeploymentContext context) |
Collection<EngineInfo> |
ContainerStarter.startContainer(Sniffer sniffer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApplicationLifecycle.stopContainers(EngineInfo[] ctrInfos,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
ApplicationLifecycle.prepareModule(List<EngineInfo> sortedEngineInfos,
String moduleName,
DeploymentContext context,
ProgressTracker tracker) |
protected boolean |
ApplicationLifecycle.startContainers(Collection<EngineInfo> containersInfo,
Logger logger,
DeploymentContext context) |
| 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,
ApplicationContainer appCtr) |
| Modifier and Type | Method and Description |
|---|---|
List<EngineInfo> |
Deployment.setupContainerInfos(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
List<EngineInfo> |
Deployment.setupContainerInfos(DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
Deployment.prepareModule(List<EngineInfo> sortedEngineInfos,
String moduleName,
DeploymentContext context,
ProgressTracker tracker) |
Copyright © 2019. All rights reserved.