private final long DURATION = 1*MINUTES;
public void run() throws Exception {
logger.log(Level.INFO, "Starting up " + this.getClass().toString());
TransactionManager mb = getTransactionManager();
logger.log(Level.INFO, "Generating a transaction");
Created txn = getCreated(mb, DURATION);
logger.log(Level.INFO, "Checking lease");