Skip to content

Getting the java objects from the services

marcesher edited this page Apr 13, 2012 · 1 revision

Getting the Java Objects from the Services

CFConcurrent provides several services that encapsulate common behavior when working with ExecutorService, ExecutorCompletionService, ScheduledThreadPoolExecutor, and ForkJoinPool services. These typically also include a work Queue object that holds tasks submitted for execution but not yet completed.

All of these objects are made available, such that if you need to interact with them directly, it is easy to do so.

See the CFConcurrent CFCDocs for the available get() methods that expose these objects