Interface VitamStatusService

  • All Known Implementing Classes:
    BasicVitamStatusServiceImpl

    public interface VitamStatusService
    Interface VitamStatusService Interface of Basic Functionality Management for Status Services
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.node.ObjectNode getAdminStatus()
      getAdminStatus return the overall status of this component with the constraint delay of less than 10ms and shall return by default empty JsonNode.
      boolean getResourcesStatus()
      getResourcesStatus return the overall status of this component with the constraint delay of less than 10ms.
    • Method Detail

      • getResourcesStatus

        boolean getResourcesStatus()
        getResourcesStatus return the overall status of this component with the constraint delay of less than 10ms.
        Returns:
        boolean
      • getAdminStatus

        com.fasterxml.jackson.databind.node.ObjectNode getAdminStatus()
                                                               throws InvalidParseOperationException
        getAdminStatus return the overall status of this component with the constraint delay of less than 10ms and shall return by default empty JsonNode.
        Returns:
        ServerIdentity
        Throws:
        InvalidParseOperationException