protected static class AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate.NotifyingClassLoadingAction extends Object implements Callable<Class<?>>
| Modifier | Constructor and Description |
|---|---|
protected |
NotifyingClassLoadingAction(String name,
ClassLoader classLoader,
AtomicBoolean signal)
Creates a notifying class loading action.
|
protected NotifyingClassLoadingAction(String name, ClassLoader classLoader, AtomicBoolean signal)
name - The loaded type's name.classLoader - The type's class loader or null if the type is loaded by the bootstrap loader.signal - The signal that indicates the completion of the class loading with false.public Class<?> call() throws ClassNotFoundException
call in interface Callable<Class<?>>ClassNotFoundExceptionCopyright © 2014–2019. All rights reserved.