Class 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)  
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • SimpleRunnable

        public SimpleRunnable​(java.lang.String Name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setCount

        public void setCount​(long totalCount)
      • getCount

        public long getCount()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • doRun

        public abstract void doRun()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception