Interface VitamStatusService
-
- All Known Implementing Classes:
BasicVitamStatusServiceImpl
public interface VitamStatusServiceInterface 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.ObjectNodegetAdminStatus()getAdminStatus return the overall status of this component with the constraint delay of less than 10ms and shall return by default empty JsonNode.booleangetResourcesStatus()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 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
-
-