Package tilda.utils.concurrent
Class SimpleRunnable
- java.lang.Object
-
- tilda.utils.concurrent.SimpleRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
FHIRProvider.FhirEnitityCreator
public abstract class SimpleRunnable extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description SimpleRunnable(java.lang.String Name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
doRun()
long
getCount()
java.lang.String
getName()
void
run()
void
setCount(long totalCount)
-