xdoclet.modules.macromedia.jrun.ejb

Class JRunSubTask


public class JRunSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Author:
Aslak Hellesxy
ant.element
display-name = "JRun" name = "jrun" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
February 2, 2002

Method Summary

protected void
engineStarted()
Describe what the method does
void
execute()
Describe what the method does
String
getCreatetables()
Gets the Createtables attribute of the JRunSubTask object
String
getSource()
Gets the Source attribute of the JRunSubTask object
String
getVersion()
Gets the Version attribute of the JRunSubTask object
void
setCreatetables(boolean flag)
Sets the Createtables attribute of the JRunSubTask object
void
setSource(String new_data_source)
Sets the Source attribute of the JRunSubTask object
void
setVersion(String version)
Sets the Version attribute of the JRunSubTask object
void
validateOptions()
Called to validate configuration parameters.

Method Details

engineStarted

protected void engineStarted()
            throws xdoclet.XDocletException
Describe what the method does
Throws:
xdoclet.XDocletException - Describe the exception

execute

public void execute()
            throws xdoclet.XDocletException
Describe what the method does
Throws:
xdoclet.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()
            throws xdoclet.XDocletException
Called to validate configuration parameters.
Throws:
xdoclet.XDocletException - Description of Exception