Interface ServiceControl


public interface ServiceControl
  • Method Summary

    Modifier and Type
    Method
    Description
    default Object
    Return the object that backs this facade.
    boolean
     
    void
     
    void
     
  • Method Details

    • start

      void start()
    • stop

      void stop()
    • isRunning

      boolean isRunning()
    • getBackend

      default Object getBackend()
      Return the object that backs this facade.