com.xebialabs.deployit.community.wasext.task
Class ClusterTasks

java.lang.Object
  extended by com.xebialabs.deployit.community.wasext.task.ClusterTasks

public class ClusterTasks
extends java.lang.Object


Constructor Summary
ClusterTasks()
           
 
Method Summary
static void restart(com.xebialabs.deployit.plugin.was.container.Cluster cluster, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
static void start(com.xebialabs.deployit.plugin.was.container.Cluster cluster, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
protected static void start(com.xebialabs.deployit.plugin.was.container.Cluster cluster, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, int order)
           
static void stop(com.xebialabs.deployit.plugin.was.container.Cluster cluster, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
protected static void stop(com.xebialabs.deployit.plugin.was.container.Cluster cluster, 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
 

Constructor Detail

ClusterTasks

public ClusterTasks()
Method Detail

stop

public static void stop(com.xebialabs.deployit.plugin.was.container.Cluster cluster,
                        com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)

stop

protected static void stop(com.xebialabs.deployit.plugin.was.container.Cluster cluster,
                           com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
                           int order)

start

public static void start(com.xebialabs.deployit.plugin.was.container.Cluster cluster,
                         com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)

start

protected static void start(com.xebialabs.deployit.plugin.was.container.Cluster cluster,
                            com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
                            int order)

restart

public static void restart(com.xebialabs.deployit.plugin.was.container.Cluster cluster,
                           com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)