org.eclipse.gemini.blueprint.service.importer.support
Class ImportContextClassLoader
java.lang.Object
org.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.StaticLabeledEnum
org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoader
- All Implemented Interfaces:
- Serializable, Comparable, org.springframework.core.enums.LabeledEnum
Deprecated. As of Spring DM 2.0, replaced by ImportContextClassLoaderEnum
public class ImportContextClassLoader
- extends org.springframework.core.enums.StaticLabeledEnum
Enum-like class containing the OSGi service importer thread context class loader (TCCL) management options.
- Author:
- Costin Leau
- See Also:
- Serialized Form
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Methods inherited from class org.springframework.core.enums.StaticLabeledEnum |
getCode, getLabel, readResolve, shortValue |
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
compareTo, equals, getType, hashCode, toString |
UNMANAGED
public static final ImportContextClassLoader UNMANAGED
- Deprecated.
- The TCCL will not be managed upon service invocation.
SERVICE_PROVIDER
public static final ImportContextClassLoader SERVICE_PROVIDER
- Deprecated.
- The TCCL will be set to that of the service provider upon service invocation.
CLIENT
public static final ImportContextClassLoader CLIENT
- Deprecated.
- The TCCL will be set to that of the client upon service invocation.
Copyright © 2006-2012. All Rights Reserved.