Interface LifeCycle

    • Method Detail

      • isRunning

        boolean isRunning()
        Returns:
        true if the component is starting or has been started.
      • isStarted

        boolean isStarted()
        Returns:
        true if the component has been started.
        See Also:
        start(), isStarting()
      • isStarting

        boolean isStarting()
        Returns:
        true if the component is starting.
        See Also:
        isStarted()
      • isStopping

        boolean isStopping()
        Returns:
        true if the component is stopping.
        See Also:
        isStopped()
      • isStopped

        boolean isStopped()
        Returns:
        true if the component has been stopped.
        See Also:
        stop(), isStopping()
      • isFailed

        boolean isFailed()
        Returns:
        true if the component has failed to start or has failed to stop.