Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-608

BoundedQueueThreadPoolService provides Executor instead of ExecutorService

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 7.0.2.Final
    • 7.0.0.Beta2
    • Domain Management
    • None

      Currently, there is no thread service that provides a j.u.c.ExecutorService using a bounded queue thread pool.
      The existing BoundedQueueThreadPoolService only provides a j.u.c.Executor, instead of the far more useful j.u.c.ExecutorService. The exposed j.u.c.Executor cannot even be cast to an j.u.c.ExecutorService, since the underlying QueueExecutor is wrapped by a decorator that does not implement j.u.c.ExecutorService.

              tommysdk Tommy Tynjä (Inactive)
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: