Package org.javlo.thread
Class ThreadTest
- java.lang.Object
-
- org.javlo.thread.AbstractThread
-
- org.javlo.thread.ThreadTest
-
public class ThreadTest extends AbstractThread
-
-
Field Summary
-
Fields inherited from class org.javlo.thread.AbstractThread
logger, needRunning, threadFileFilter
-
-
Constructor Summary
Constructors Constructor Description ThreadTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.javlo.thread.AbstractThread
createInstance, destroy, getField, getFileName, getId, getInstance, getNotificationService, getTimeout, logInfo, needRunning, setField, setId, setNotificationService, store
-
-
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in classAbstractThread
-
-