| Modifier and Type | Method and Description |
|---|---|
ClassLoaderHierarchy |
ConnectorRuntime.getClassLoaderHierarchy() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderHierarchyImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualServer.setClassLoaderHierarchy(ClassLoaderHierarchy clh) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentContextImpl.createApplicationClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler) |
void |
DeploymentContextImpl.createDeploymentClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedDeploymentContext.createApplicationClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler)
Create the final class loader.It will be used to load and start
application.
|
void |
ExtendedDeploymentContext.createDeploymentClassLoader(ClassLoaderHierarchy clh,
ArchiveHandler handler)
Create the deployment class loader.It will be used for sniffer retrieval,
metadata parsing and deployer prepare.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoaderHierarchy |
WarScanner.clh |
Copyright © 2021. All rights reserved.