TaskExecutor « Thread « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Thread » TaskExecutor 

1. Using Spring threading and TaskExecutor, how do I know when a thread is finished?    stackoverflow.com

Alright, possible a naive question here. I have a service that needs to log into multiple network devices, run a command on each and collect the results. For speed, rather ...

2. TaskExecutor and stopping thread    forum.springsource.org

Hi, What is the right way to stop thread which was runned by TaskExecutor? I can write without it: Thread readerThread = new Thread(new Runnable(){ public void run() { while(readerThread == ...

3. Using TaskExecutor and stopping a running Thread    forum.springsource.org

Using TaskExecutor and stopping a running Thread I'm using the ThreadPoolTaskExecutor class in conjunction with the Quartz scheduler to execute small, short blocks of work. The problem that I am running ...

4. Threads/TaskExecutor Design Question    forum.springsource.org

Threads/TaskExecutor Design Question Hi, I have a design question with regard to using spring beans within a class invoked (i.e. 'execute'd') by a TaskExecutor (i.e. within a thread). I see these ...

5. taskExecutor for multithreading    forum.springsource.org

Hi, I use the taskExecutor (SimpleAsyncTaskExecutor class) pattern, i have a simple program that reads line from file, writes them in DB, i have put commit_step=1, set the parameter throttle-limit="3". When ...

6. MultiThreading - TaskExecutor or Queue    forum.springsource.org

MultiThreading - TaskExecutor or Queue Hi, I've got a quick question, which is the better option and why over implementing a multithreaded channel which feeds from a activeMQ queue and feeds ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.