xdoclet.modules.macromedia.jrun.ejb
Class JRunSubTask
AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.macromedia.jrun.ejb.JRunSubTask
public class JRunSubTask
extends AbstractEjbDeploymentDescriptorSubTask
- display-name = "JRun"
name = "jrun"
parent = "xdoclet.modules.ejb.EjbDocletTask"
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.
|
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
- Describe the exception
execute
public void execute()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
- Describe the exception
getCreatetables
public String getCreatetables()
Gets the Createtables attribute of the JRunSubTask object
getSource
public String getSource()
Gets the Source attribute of the JRunSubTask object
getVersion
public String getVersion()
Gets the Version attribute of the JRunSubTask object
setCreatetables
public void setCreatetables(boolean flag)
Sets the Createtables attribute of the JRunSubTask object
flag
- The new Createtables value
setSource
public void setSource(String new_data_source)
Sets the Source attribute of the JRunSubTask object
new_data_source
- The new Source value
setVersion
public void setVersion(String version)
Sets the Version attribute of the JRunSubTask object
version
- The new Version value
validateOptions
public void validateOptions()
throws xdoclet.XDocletException
Called to validate configuration parameters.
xdoclet.XDocletException
- Description of Exception