availablePendingMap.putIfAbsent(id, new HashSet<BigInteger>());
// start-up the pending tasks for this identity
final String identityName = id.getName();
try {
transactionScheduler.runTask(new KernelRunnable() {
public String getBaseTaskType() {
return NAME + ".TaskRestartRunner";
}
public void run() throws Exception {
restartTasks(identityName);