TimerFactoryBean « Core « Spring Q&A





1. TimerFactoryBean and more than one tasks problem    forum.springsource.org

TimerFactoryBean and more than one tasks problem Hi Scenario: My use-case requires me to setup two Tasks after server startup. Task A (scheduledTaskEDI) will loop forever and listen on an AS/400 ...

2. TimerFactoryBean not starting    forum.springsource.org

TimerFactoryBean not starting Hi, I am using spring in a standalone application and for some reason the tasks through the jdk timer do not seen to start unless I reference the ...

3. TimerFactoryBean strange behaviour    forum.springsource.org

TimerFactoryBean strange behaviour Hello there! I've two simple beans to demonstrate Spring's JDK Timer capabilities: Code: 5000 ...

4. TimerFactoryBean    forum.springsource.org

v1.2.8 creates the timer without a name being assigned. This causes ThreadInfo to list timers as Timer-1, Timer-2, etc... It would nice if a label could be assigned to the Timer. ...