catch (InterruptedException e)
{
System.err.println("Error sleeping");
}
provider.setStat(_dbName, statName, "1");
reporter.transmitHealthReports();
/*
* for (int i = 0; i < 5; i++) { accessor.setProperty(PropertyType.HEALTHREPORT,
* new ZNRecord("mockAlerts" + i), instance, "mockAlerts"); try {
* Thread.sleep(1000); } catch (InterruptedException e) { // TODO Auto-generated