Class LockService

java.lang.Object
de.willuhn.jameica.services.LockService
All Implemented Interfaces:
de.willuhn.boot.Bootable

public class LockService extends Object implements de.willuhn.boot.Bootable
Erzeugt die Lock-Datei.
  • Constructor Details

    • LockService

      public LockService()
  • Method Details

    • depends

      public Class[] depends()
      Specified by:
      depends in interface de.willuhn.boot.Bootable
      See Also:
      • Bootable.depends()
    • init

      public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException
      Specified by:
      init in interface de.willuhn.boot.Bootable
      Throws:
      de.willuhn.boot.SkipServiceException
      See Also:
      • Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface de.willuhn.boot.Bootable
      See Also:
      • Bootable.shutdown()
    • foundUncleanShutdown

      public boolean foundUncleanShutdown()
      Liefert true, wenn der vorherige Shutdown nicht sauber durch lief.
      Returns:
      true, wenn der vorherige Shutdown nicht sauber durch lief.