public class IsolatedApplicationClassLoaderWorker extends Object implements Callable<Void>, Serializable
A worker which loads the application classes in an isolated ClassLoader.
| Constructor and Description |
|---|
IsolatedApplicationClassLoaderWorker(Collection<URI> applicationClassPath,
Action<WorkerContext> worker) |
public IsolatedApplicationClassLoaderWorker(Collection<URI> applicationClassPath, Action<WorkerContext> worker)
Copyright © 2013. All rights reserved