Interface Lifecycle

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
Deployment, DeploymentContainer

public interface Lifecycle extends AutoCloseable
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
     
    boolean
     
    void
     
    void
     
  • Method Details

    • getName

      String getName()
    • start

      void start()
    • stop

      void stop()
    • isStarted

      boolean isStarted()
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable