com.xebialabs.deployit.plugin.jbossas.step
Class JbossasRestartServerStep
java.lang.Object
com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
com.xebialabs.deployit.plugin.jbossas.step.JbossasRestartServerStep
- All Implemented Interfaces:
- com.xebialabs.deployit.Step, java.io.Serializable
public class JbossasRestartServerStep
- extends JbossasStepBase
Restarts a JbossasServer It blocks until the server has been restarted. It times out after
RESTART_DONE_MAX_CHECKS ms * RESTART_DONE_CHECK_INTERVAL_MILLIS ms
- See Also:
- Serialized Form
|
Method Summary |
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTART_DONE_CHECK_INTERVAL_MILLIS
public static final int RESTART_DONE_CHECK_INTERVAL_MILLIS
- See Also:
- Constant Field Values
RESTART_DONE_MAX_CHECKS
public static final int RESTART_DONE_MAX_CHECKS
- See Also:
- Constant Field Values
SETTLE_MILLIS
public static final int SETTLE_MILLIS
- See Also:
- Constant Field Values
JbossasRestartServerStep
public JbossasRestartServerStep(JbossasServer server)
execute
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
Copyright © 2009. All Rights Reserved.