xdoclet.modules.macromedia.jrun.ejb

Class JRunSubTask

public class JRunSubTask extends AbstractEjbDeploymentDescriptorSubTask

Author: Aslak Hellesxy

UNKNOWN: February 2, 2002 display-name = "JRun" name = "jrun" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "ejb-container.xml" relates-to = "jrun-ejb-jar.xml" description = "An XML unparsed entity * containing the contents of the ejb-container element, i.e. (entity-default-store-type?, * session-default-store-type?, file-store-directory?, cmp20-store-manager?)"

Method Summary
protected voidengineStarted()
Describe what the method does
voidexecute()
Describe what the method does
StringgetCreatetables()
Gets the Createtables attribute of the JRunSubTask object
StringgetSource()
Gets the Source attribute of the JRunSubTask object
StringgetVersion()
Gets the Version attribute of the JRunSubTask object
voidsetCreatetables(boolean flag)
Sets the Createtables attribute of the JRunSubTask object
voidsetSource(String new_data_source)
Sets the Source attribute of the JRunSubTask object
voidsetVersion(String version)
Sets the Version attribute of the JRunSubTask object
voidvalidateOptions()
Called to validate configuration parameters.

Method Detail

engineStarted

protected void engineStarted()
Describe what the method does

Throws: XDocletException Describe the exception

execute

public void execute()
Describe what the method does

Throws: XDocletException Describe the exception

getCreatetables

public String getCreatetables()
Gets the Createtables attribute of the JRunSubTask object

Returns: The Createtables value

getSource

public String getSource()
Gets the Source attribute of the JRunSubTask object

Returns: The Source value

getVersion

public String getVersion()
Gets the Version attribute of the JRunSubTask object

Returns: The Version value

setCreatetables

public void setCreatetables(boolean flag)
Sets the Createtables attribute of the JRunSubTask object

Parameters: flag The new Createtables value

setSource

public void setSource(String new_data_source)
Sets the Source attribute of the JRunSubTask object

Parameters: new_data_source The new Source value

setVersion

public void setVersion(String version)
Sets the Version attribute of the JRunSubTask object

Parameters: version The new Version value

validateOptions

public void validateOptions()
Called to validate configuration parameters.

Throws: XDocletException Description of Exception