Package org.kapott.hbci.concurrent
Class HBCIThreadFactory
java.lang.Object
org.kapott.hbci.concurrent.HBCIThreadFactory
- All Implemented Interfaces:
ThreadFactory
Implementierung einer
ThreadFactory
, die für jeden Thread eine eigene Thread-Gruppe erzeugt.
Jede Gruppe ist mit {@link ThreadGroup#setDaemon(true)} konfiguriert, so dass mit Ende des einzelnen
Threads auch automatisch die Gruppe geschlossen wird.- Author:
- Hendrik Schnepel
- See Also:
-
README.MultiThreading
- https://groups.google.com/forum/#!msg/hbci4java/cOQrbPDC0Jo/rbm6jgMaMfcJ
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HBCIThreadFactory
public HBCIThreadFactory()
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-