}
protected void waitUntilStarting(ProcessExecutor processExec, int timeoutSeconds) throws InstanceException
{
InstanceTimer timer = new InstanceTimer(timeoutSeconds, 0,
new TimerCallback()
{
public boolean check() throws Exception
{
return isInstanceStarting() ||
isInstanceRunning() ||