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.LoggerLOG
-
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 voiddoRun()longgetCount()java.lang.StringgetName()voidrun()voidsetCount(long totalCount)
-