protected void waitUntilStarted(int timeoutSeconds) throws InstanceException
{
InstanceTimer timer = new InstanceTimer(timeoutSeconds, 0,
new TimerCallback()
{
public boolean check() throws Exception
{
return (isInstanceRunning() ||
isInstanceFailed() ||