All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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:
 * 
    *
  1. Internal Checks - Checks of the internal state of a service or service provider. At this level only internal * checks are run.
  2. *
  3. Infrastructure Tests - Checks of the infrastructure that is required by the service or service provider.
  4. *
  5. External Checks - Checks of external systems that are required by the service or service provider.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy