Package org.microspace.thread
Class MicroSpaceThreadFactory
- java.lang.Object
-
- org.microspace.thread.MicroSpaceThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class MicroSpaceThreadFactory extends Object implements ThreadFactory
- Version:
- 2017-11-04
- Author:
- Gaspar Sinai - gaspar.sinai@microspace.org
-
-
Constructor Summary
Constructors Constructor Description MicroSpaceThreadFactory(String group)
-
-
-
Constructor Detail
-
MicroSpaceThreadFactory
public MicroSpaceThreadFactory(String group)
-
-
Method Detail
-
shutdown
public void shutdown() throws InterruptedException
- Throws:
InterruptedException
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
size
public int size()
-
-