protected static interface ByteArrayClassLoader.SynchronizationStrategy
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ByteArrayClassLoader.SynchronizationStrategy.CreationActionA creation action for a synchronization strategy. | 
| static class  | ByteArrayClassLoader.SynchronizationStrategy.ForJava7CapableVmA synchronization engine for a VM that is aware of parallel-capable class loaders. | 
| static class  | ByteArrayClassLoader.SynchronizationStrategy.ForJava8CapableVmA synchronization engine for a VM that is aware of parallel-capable class loaders using method handles to respect module boundaries. | 
| static class  | ByteArrayClassLoader.SynchronizationStrategy.ForLegacyVmA synchronization engine for a VM that is not aware of parallel-capable class loaders. | 
| static interface  | ByteArrayClassLoader.SynchronizationStrategy.InitializableAn uninitialized synchronization strategy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getClassLoadingLock(ByteArrayClassLoader classLoader,
                   String name)Receives the class loading lock. | 
Object getClassLoadingLock(ByteArrayClassLoader classLoader, String name)
name - The name of the class being loaded.classLoader - The class loader loading the class.Copyright © 2014–2025. All rights reserved.