protected static interface ByteArrayClassLoader.ChildFirst.SynchronizationStrategy
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ByteArrayClassLoader.ChildFirst.SynchronizationStrategy.ForJava7CapableVm
A synchronization engine for a VM that is aware of parallel-capable class loaders. 
 | 
static class  | 
ByteArrayClassLoader.ChildFirst.SynchronizationStrategy.ForLegacyVm
A synchronization engine for a VM that is not aware of parallel-capable class loaders. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
classLoadingLock(String name,
                ClassLoader classLoader)
Receives the class loading lock. 
 | 
Object classLoadingLock(String name, ClassLoader classLoader)
name - The name of the class being loaded.classLoader - The class loader loading the class.Copyright © 2014–2016. All rights reserved.