// just done. but we need to actually hook into the alerting chassis to ensure any other conditions are
// still satisfied and to make sure all the alert processing is performed.
if (checkConditions) {
AvailabilityDurationComposite composite = new AvailabilityDurationComposite(conditionId, operator,
resourceId, availType, duration);
AlertConditionCacheStats stats = LookupUtil.getAlertConditionCacheManager().checkConditions(composite);
if (LOG.isDebugEnabled()) {
LOG.debug("AlertAvailabilityDurationJob: " + stats.toString());
}
} else {
LOG.warn("AlertAvailabilityDurationJob: unexpected availability for resource [" + resourceId + "]. "
+ avail);
}