[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8999) Extensive use of default thread factories in jboss-as-server

John Bailey (JIRA) jira-events at lists.jboss.org
Mon Apr 4 15:02:33 EDT 2011


     [ https://issues.jboss.org/browse/JBAS-8999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Bailey resolved JBAS-8999.
-------------------------------

    Resolution: Done


https://github.com/jbossas/jboss-as/commit/150b49ec621adceeb6d7b9861a98226673ba6360

> Extensive use of default thread factories in jboss-as-server
> ------------------------------------------------------------
>
>                 Key: JBAS-8999
>                 URL: https://issues.jboss.org/browse/JBAS-8999
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: David Lloyd
>            Assignee: John Bailey
>             Fix For: 7.0.0.Beta3
>
>
> {noformat}
>         jboss-as-server  (7 usages)
>             org.jboss.as.server  (1 usage)
>                 ServerControllerService  (1 usage)
>                     start(StartContext)  (1 usage)
>                         (138: 59) final ExecutorService executorService = Executors.newScheduledThreadPool(DEFAULT_POOL_SIZE, threadFactory);
>             org.jboss.as.server.deployment.module  (1 usage)
>                 TempFileProviderService  (1 usage)
>                     (47: 70) PROVIDER = TempFileProvider.create("deployment", Executors.newScheduledThreadPool(2));
>             org.jboss.as.server.mgmt.domain  (2 usages)
>                 HostControllerConnectionService  (2 usages)
>                     start(StartContext)  (2 usages)
>                         (58: 50) configuration.setThreadFactory(Executors.defaultThreadFactory());
>                         (59: 49) configuration.setReadExecutor(Executors.newCachedThreadPool());
>             org.jboss.as.server.operations  (3 usages)
>                 HttpManagementAddHandler  (1 usage)
>                     execute(OperationContext, ModelNode, ResultHandler)  (1 usage)
>                         (94: 91) .addInjection(service.getExecutorServiceInjector(), Executors.newCachedThreadPool())
>                 NativeManagementAddHandler  (2 usages)
>                     execute(OperationContext, ModelNode, ResultHandler)  (2 usages)
>                         (88: 114) .addInjection(managementCommunicationService.getExecutorServiceInjector(), Executors.newCachedThreadPool())
>                         (89: 112) .addInjection(managementCommunicationService.getThreadFactoryInjector(), Executors.defaultThreadFactory())
> {noformat}

--
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