public class SystemApplicationClassLoaderWorker extends Object implements Callable<Void>
Stage 3 of the start-up for a worker process with the application classes loaded in the system ClassLoader. Takes care of adding the application classes to the system ClassLoader and then invoking the next stage of start-up.
TODO:DAZ No longer adds application classes to system ClassLoader: is this required at all? Instantiated in the worker bootstrap ClassLoader and invoked from BootstrapClassLoaderWorker.
See ApplicationClassesInSystemClassLoaderWorkerFactory for details.
| Constructor and Description |
|---|
SystemApplicationClassLoaderWorker(byte[] serializedWorker) |
Copyright © 2013. All rights reserved