Interface IInternalBDILifecycleFeature

All Known Implementing Classes:
BDILifecycleAgentFeature

public interface IInternalBDILifecycleFeature
Internal interface of the bdi lifecycle feature.
  • Method Details

    • get

    • isInited

      boolean isInited()
      Get the inited.
      Returns:
      The inited.
    • setInited

      void setInited(boolean inited)
      Set the inited state.
      Parameters:
      The - inited state.
    • isShutdown

      boolean isShutdown()
      Get the shutdown.
      Returns:
      The shutdown.
    • setShutdown

      void setShutdown(boolean shutdown)
      Set the shutdown state.
      Parameters:
      The - shutdown state.