int status)
throws gov.cca.CCAException {
logger.finest("called for component: " + componentName);
if (!componentMap.containsKey(componentName))
throw new NonstandardException("Unknown component: " + componentName);
// add checkpoint information inside the checkpointMap
CheckpointInfo cpInfo = new CheckpointInfo(storageServiceURL,
storageID);
tempCheckpointMap.put(componentName, cpInfo);