com.xebialabs.deployit.plugin.was.step
Class DestroyWasDataSourceStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.step.WasStepBase
      extended by com.xebialabs.deployit.plugin.was.step.DestroyWasDataSourceStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class DestroyWasDataSourceStep
extends WasStepBase

Destroys a WasDataSource in a WasCluster

See Also:
Serialized Form

Field Summary
private  WasCluster cluster
           
static java.lang.String DESTROY_DATASOURCE_SCRIPT_RESOURCE_PATH
           
private  WasDataSource wasDataSource
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
DestroyWasDataSourceStep(WasDataSource wasDataSource, WasCluster cluster)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESTROY_DATASOURCE_SCRIPT_RESOURCE_PATH

public static final java.lang.String DESTROY_DATASOURCE_SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values

wasDataSource

private WasDataSource wasDataSource

cluster

private WasCluster cluster
Constructor Detail

DestroyWasDataSourceStep

public DestroyWasDataSourceStep(WasDataSource wasDataSource,
                                WasCluster cluster)
Method Detail

execute

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


Copyright © 2009. All Rights Reserved.