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

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

public class CreateWasDataSourceStep
extends WasStepBase

Creates a WasDataSource in a WasCluster

See Also:
Serialized Form

Field Summary
private  WasCluster cluster
           
static java.lang.String CREATE_DATASOURCE_ON_SERVER_SCRIPT_RESOURCE_PATH
           
static java.lang.String CREATE_DATASOURCE_SCRIPT_RESOURCE_PATH
           
private  WasServer server
           
private  WasDataSource wasDataSource
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWasDataSourceStep(WasDataSource wasDataSource, WasCluster cluster)
           
CreateWasDataSourceStep(WasDataSource wasDataSource, WasServer server)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 WasCluster getCluster()
           
 WasServer getServer()
           
 WasDataSource getWasDataSource()
           
 
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

CREATE_DATASOURCE_SCRIPT_RESOURCE_PATH

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

CREATE_DATASOURCE_ON_SERVER_SCRIPT_RESOURCE_PATH

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

wasDataSource

private WasDataSource wasDataSource

cluster

private WasCluster cluster

server

private WasServer server
Constructor Detail

CreateWasDataSourceStep

public CreateWasDataSourceStep(WasDataSource wasDataSource,
                               WasCluster cluster)

CreateWasDataSourceStep

public CreateWasDataSourceStep(WasDataSource wasDataSource,
                               WasServer server)
Method Detail

execute

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

getWasDataSource

public WasDataSource getWasDataSource()

getCluster

public WasCluster getCluster()

getServer

public WasServer getServer()


Copyright © 2010. All Rights Reserved.