need to check state every 2 second

This commit is contained in:
anthony 2011-01-11 19:36:32 -08:00
parent 5b4f410621
commit 8b425e6313
1 changed files with 3 additions and 0 deletions

View File

@ -1046,6 +1046,9 @@ public class VirtualNetworkApplianceManagerImpl implements VirtualNetworkApplian
}
i += 2;
state = router.getState();
if ( state != State.Starting ) {
break;
}
}
}
if (state != State.Starting && state != State.Running) {