com.xebialabs.deployit.plugin.jbossas.step
Class JbossasRestartServerStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
      extended by 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

Field Summary
static int RESTART_DONE_CHECK_INTERVAL_MILLIS
           
static int RESTART_DONE_MAX_CHECKS
           
static int SETTLE_MILLIS
           
 
Fields inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
description, server, STEP_RESOURCES_PATH
 
Constructor Summary
JbossasRestartServerStep(JbossasServer server)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JbossasRestartServerStep

public JbossasRestartServerStep(JbossasServer server)
Method Detail

execute

public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)


Copyright © 2009. All Rights Reserved.