ExportContextClassLoaderEnumpublic class ExportContextClassLoader
extends org.springframework.core.enums.StaticLabeledEnum
OsgiServiceFactoryBean for exported services that depend on certain TCCL to be set.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Deprecated.
|
static ExportContextClassLoader |
SERVICE_PROVIDER
Deprecated.
The TCCL will be set to the service provider upon service invocation.
|
static ExportContextClassLoader |
UNMANAGED
Deprecated.
The TCCL will not be managed upon service invocation.
|
| Modifier | Constructor and Description |
|---|---|
private |
ExportContextClassLoader(int code,
java.lang.String label)
Deprecated.
Constructs a new
ExportContextClassLoader instance. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ExportContextClassLoader |
getExportContextClassLoader(ExportContextClassLoaderEnum enm)
Deprecated.
|
(package private) ExportContextClassLoaderEnum |
getExportContextClassLoaderEnum()
Deprecated.
|
getCode, getLabel, readResolve, shortValueprivate static final long serialVersionUID
public static final ExportContextClassLoader UNMANAGED
public static final ExportContextClassLoader SERVICE_PROVIDER
private ExportContextClassLoader(int code,
java.lang.String label)
ExportContextClassLoader instance.code - label - ExportContextClassLoaderEnum getExportContextClassLoaderEnum()
static ExportContextClassLoader getExportContextClassLoader(ExportContextClassLoaderEnum enm)