com.xebialabs.deployit.community.wasext.planning
Class RestartReferencedContainers

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.deployment.planning.SingleTypeContributor<com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedResource>
      extended by com.xebialabs.deployit.community.wasext.planning.RestartReferencedContainers

public class RestartReferencedContainers
extends SingleTypeContributor<com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedResource>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xebialabs.deployit.plugin.api.deployment.planning.SingleTypeContributor
SingleTypeContributor.TypedDelta
 
Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.api.deployment.planning.SingleTypeContributor
deployedsCreated, deployedsModified, deployedsNoop, deployedsRemoved, isOfType
 
Constructor Summary
RestartReferencedContainers()
           
 
Method Summary
protected  void restart(com.xebialabs.deployit.plugin.was.container.WasContainer container, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
 void restartContainers(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas, com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.api.deployment.planning.SingleTypeContributor
filterDeltas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestartReferencedContainers

public RestartReferencedContainers()
Method Detail

restartContainers

public void restartContainers(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas,
                              com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)

restart

protected void restart(com.xebialabs.deployit.plugin.was.container.WasContainer container,
                       com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx)