Examples of unregisterTarget()


Examples of com.alu.e3.gateway.targethealthcheck.ITargetHealthCheckService.unregisterTarget()

        ITargetHealthCheckService healthCheckService = target.getHealthCheckService();
        if(healthCheckService != null) {
          if (LOGGER.isDebugEnabled()) {
            LOGGER.debug("Unregistering target #{} from HealthCheckService {}", targetHostReference, healthCheckService.getName());
          }
          healthCheckService.unregisterTarget(target);
          target.setHealthCheckService(null);
        }

        // Removing it from the local targets map
        targets.remove(targetHostReference);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.