public enum OsgiClassLoadingStrategyType extends Enum<OsgiClassLoadingStrategyType>
ClassLoader Ignite should use.| Enum Constant and Description |
|---|
BUNDLE_DELEGATING
Use this value for
BundleDelegatingClassLoader. |
CONTAINER_SWEEP
Use this value for
ContainerSweepClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
static OsgiClassLoadingStrategyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsgiClassLoadingStrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OsgiClassLoadingStrategyType BUNDLE_DELEGATING
BundleDelegatingClassLoader.public static final OsgiClassLoadingStrategyType CONTAINER_SWEEP
ContainerSweepClassLoader.public static OsgiClassLoadingStrategyType[] values()
for (OsgiClassLoadingStrategyType c : OsgiClassLoadingStrategyType.values()) System.out.println(c);
public static OsgiClassLoadingStrategyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016