public class ImplementationClassLoaderWorker extends Object implements Action<WorkerContext>, Serializable
A stage of the worker process start-up. Instantiated in the worker bootstrap ClassLoader and takes care of creating the implementation ClassLoader and executing the next stage of start-up in that ClassLoader.
| Modifier | Constructor and Description |
|---|---|
protected |
ImplementationClassLoaderWorker(LogLevel logLevel,
Collection<String> sharedPackages,
Collection<URL> implementationClassPath,
Action<WorkerContext> workerAction) |
protected ImplementationClassLoaderWorker(LogLevel logLevel, Collection<String> sharedPackages, Collection<URL> implementationClassPath, Action<WorkerContext> workerAction)
public void execute(WorkerContext workerContext)
Actionexecute in interface Action<WorkerContext>workerContext - The object to perform the action on.Copyright © 2013. All rights reserved