Class ForkJoinPoolFactory

java.lang.Object
org.codice.ddf.platform.util.ForkJoinPoolFactory
All Implemented Interfaces:
ForkJoinPool.ForkJoinWorkerThreadFactory

public class ForkJoinPoolFactory extends Object implements ForkJoinPool.ForkJoinWorkerThreadFactory
The standard ForkJoinPoolFactory is incompatible with the OSGi security manager. This one uses one to create standard worker threads to avoid the issue.