xdoclet.modules.macromedia.jrun.ejb
public class JRunSubTask extends AbstractEjbDeploymentDescriptorSubTask
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 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.
|
Throws: XDocletException Describe the exception
Throws: XDocletException Describe the exception
Returns: The Createtables value
Returns: The Source value
Returns: The Version value
Parameters: flag The new Createtables value
Parameters: new_data_source The new Source value
Parameters: version The new Version value
Throws: XDocletException Description of Exception