2

How can I stop these threads : Group[QuartzScheduler:DefaultQuartzScheduler:class java.lang.ThreadGroup] ?

I have an object ThreadGroup that contains it, but what is the correct way to destroy it?

Jack B Nimble
  • 5,039
  • 4
  • 40
  • 62
Tommaso Taruffi
  • 8,932
  • 9
  • 44
  • 56

1 Answers1

0

You must invoke Scheduler.shutdown();

koopajah
  • 23,792
  • 9
  • 78
  • 104
jhouse
  • 2,674
  • 1
  • 18
  • 17