Package org.javlo.helper
Class CountThreadService
- java.lang.Object
-
- org.javlo.helper.CountThreadService
-
public class CountThreadService extends Object
-
-
Constructor Summary
Constructors Constructor Description CountThreadService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endSleepThread()
void
endThread()
int
getCountSleepThread()
int
getCountThread()
static CountThreadService
getInstance()
void
startSleepThread()
void
startThread()
-
-
-
Method Detail
-
getInstance
public static CountThreadService getInstance()
-
startThread
public void startThread()
-
endThread
public void endThread()
-
getCountThread
public int getCountThread()
-
startSleepThread
public void startSleepThread()
-
endSleepThread
public void endSleepThread()
-
getCountSleepThread
public int getCountSleepThread()
-
-