sla.setAppType(appType);
sla.setStatusTimestamp(new Date());
//System.out.println("Writing STATUS AAAAA " + id);
SLAStore slaStore = (SLAStore) Services.get().get(StoreService.class)
.getStore(SLAStore.class, store);
slaStore.insertSLAEvent(sla);
}
public static void writeStausEvent(String slaXml, String id, Store store,
Status stat, SlaAppType appType) throws CommandException {
if (slaXml == null || slaXml.length() == 0) {