com.anaptecs.jeaf.xfun.api.health.CheckLevel Maven / Gradle / Ivy
The newest version!
/*
* anaptecs GmbH, Burgstr. 96, 72764 Reutlingen, Germany
*
* Copyright 2004 - 2013 All rights reserved.
*/
package com.anaptecs.jeaf.xfun.api.health;
/**
* This enumeration describes the different levels of health checks that can be performed. Intention of the different
* levels is that most times the execution of detailed checks that usually are quite expensive in time and resources are
* not required. However from time to time some more detailed checks should be performed.
*
* JEAF defines the following check levels:
*
* - Internal Checks - Checks of the internal state of a service or service provider. At this level only internal
* checks are run.
* - Infrastructure Tests - Checks of the infrastructure that is required by the service or service provider.
* - External Checks - Checks of external systems that are required by the service or service provider.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy