[jboss-jira] [JBoss JIRA] Updated: (AS7-608) BoundedQueueThreadPoolService provides Executor instead of ExecutorService
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri May 20 11:49:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-608:
---------------------------------
Assignee: Paul Ferraro
Fix Version/s: 7.0.0.CR1
Assigning to Paul to get a resolution of the above discussion. Paul, please reschedule this if you don't see it getting done by CR1; if you don't want to do it, please unassign and change the Fix Version to "Open To Community".
> BoundedQueueThreadPoolService provides Executor instead of ExecutorService
> --------------------------------------------------------------------------
>
> Key: AS7-608
> URL: https://issues.jboss.org/browse/AS7-608
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 7.0.0.Beta2
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 7.0.0.CR1
>
>
> 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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list