org.apache.geronimo.deployment.mavenplugin
Class WaitForStarted

java.lang.Object
  extended byorg.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
      extended byorg.apache.geronimo.deployment.mavenplugin.WaitForStarted

public class WaitForStarted
extends AbstractModuleCommand


Constructor Summary
WaitForStarted()
           
 
Method Summary
 void execute()
           
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 void setMaxTries(int maxTries)
           
 void setRetryIntervalMilliseconds(int retryIntervalMilliseconds)
           
 
Methods inherited from class org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
getDeploymentManager, getPassword, getUri, getUsername, setPassword, setUri, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitForStarted

public WaitForStarted()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

setMaxTries

public void setMaxTries(int maxTries)

setRetryIntervalMilliseconds

public void setRetryIntervalMilliseconds(int retryIntervalMilliseconds)

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in class AbstractModuleCommand
Throws:
java.lang.Exception


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.