public class AdditionalClassProviderFactory extends Object
IAdditionalClassProvider
, currently used to load classed
from the LRMIClassLoadersHolder from the ServiceClassLoader due to backward reference between jar
dependenciesConstructor and Description |
---|
AdditionalClassProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
loadClass(String className,
boolean fastPath)
loads a class
|
static void |
setClassProvider(IAdditionalClassProvider classProvider) |
public static void setClassProvider(IAdditionalClassProvider classProvider)
public static Class<?> loadClass(String className, boolean fastPath) throws ClassNotFoundException
className
- class namefastPath
- hint to the provider whether to use fast loading path only if supportedClassNotFoundException
Copyright © GigaSpaces.