com.xebialabs.deployit.plugin.was.step
Class DestroyWasDataSourceStep
java.lang.Object
com.xebialabs.deployit.plugin.was.step.WasStepBase
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
|
Method Summary |
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESTROY_DATASOURCE_SCRIPT_RESOURCE_PATH
public static final java.lang.String DESTROY_DATASOURCE_SCRIPT_RESOURCE_PATH
- See Also:
- Constant Field Values
DESTROY_DATASOURCE_ON_SERVER_SCRIPT_RESOURCE_PATH
public static final java.lang.String DESTROY_DATASOURCE_ON_SERVER_SCRIPT_RESOURCE_PATH
- See Also:
- Constant Field Values
wasDataSource
private WasDataSource wasDataSource
cluster
private WasCluster cluster
server
private WasServer server
DestroyWasDataSourceStep
public DestroyWasDataSourceStep(WasDataSource wasDataSource,
WasCluster cluster)
DestroyWasDataSourceStep
public DestroyWasDataSourceStep(WasDataSource wasDataSource,
WasServer server)
execute
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
Copyright © 2010. All Rights Reserved.