logger.trace("[{}] SLA [{}] correlates to a MeasurableCapability", elem.getName(), identifier);
try {
/* Load the SLA PolicyHandler and set attributes */
handler = createSLAPolicyHandler(sla, null);
ThresholdManager tMgr = new BoundedThresholdManager(mCap.getId());
tMgr.setThresholdValues(sla);
handler.setThresholdManager(tMgr);
mCap.addSecondaryThresholdManager(tMgr);
thresholdManagerReg.put(tMgr, mCap);
logger.trace("[{}] SLA ID [{}], associated to MeasurableCapability={}, SLAPolicyHandler={}",
elem.getName(), identifier, mCap.getClass().getName(), handler.getClass().getName());