Interface VitamStatusService
- All Known Implementing Classes:
BasicVitamStatusServiceImpl
public interface VitamStatusService
Interface VitamStatusService
Interface of Basic Functionality Management for Status Services
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
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 return the overall status of this component with the constraint delay of less than 10ms.
-
Method Details
-
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 InvalidParseOperationExceptiongetAdminStatus 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
-