ImportContextClassLoaderEnumpublic class ImportContextClassLoader
extends org.springframework.core.enums.StaticLabeledEnum
| Modifier and Type | Field and Description |
|---|---|
static ImportContextClassLoader |
CLIENT
Deprecated.
The TCCL will be set to that of the client upon service invocation.
|
private static long |
serialVersionUID
Deprecated.
|
static ImportContextClassLoader |
SERVICE_PROVIDER
Deprecated.
The TCCL will be set to that of the service provider upon service invocation.
|
static ImportContextClassLoader |
UNMANAGED
Deprecated.
The TCCL will not be managed upon service invocation.
|
| Modifier | Constructor and Description |
|---|---|
private |
ImportContextClassLoader(int code,
java.lang.String label)
Deprecated.
Constructs a new
ImportContextClassLoader instance. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ImportContextClassLoader |
getImportContextClassLoader(ImportContextClassLoaderEnum enm)
Deprecated.
|
(package private) ImportContextClassLoaderEnum |
getImportContextClassLoaderEnum()
Deprecated.
|
getCode, getLabel, readResolve, shortValueprivate static final long serialVersionUID
public static final ImportContextClassLoader UNMANAGED
public static final ImportContextClassLoader SERVICE_PROVIDER
public static final ImportContextClassLoader CLIENT
private ImportContextClassLoader(int code,
java.lang.String label)
ImportContextClassLoader instance.code - label - ImportContextClassLoaderEnum getImportContextClassLoaderEnum()
static ImportContextClassLoader getImportContextClassLoader(ImportContextClassLoaderEnum enm)