Class AbstractStructureJob

Object
AbstractStructureJob
All Implemented Interfaces:
StructureJob
Direct Known Subclasses:
SystemStructureJob

public abstract class AbstractStructureJob extends Object implements StructureJob
This is the basic implementation of a structure job, that should be extended by the actual job code. This class implements most of the housekeeping methods.
Author:
Igor Sereda todo actually move most of the StructureJob methods to under the implementation (implement lifecycle in a peer class)
  • Field Details

    • myLock

      protected final Object myLock
  • Constructor Details

    • AbstractStructureJob

      public AbstractStructureJob()
  • Method Details