com.xebialabs.deployit.community.wasext.task
Class ManagedServerTasks
java.lang.Object
com.xebialabs.deployit.community.wasext.task.ManagedServerTasks
public class ManagedServerTasks
- extends java.lang.Object
|
Method Summary |
static void |
restart(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
|
static void |
start(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
|
protected static void |
start(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
int order)
|
static void |
stop(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
|
protected static void |
stop(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
int order)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedServerTasks
public ManagedServerTasks()
stop
public static void stop(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
stop
protected static void stop(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
int order)
start
public static void start(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
start
protected static void start(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
int order)
restart
public static void restart(ManagedServer server,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)