xdoclet.modules.borland.bes.ejb
public class BorlandSubTask extends AbstractEjbDeploymentDescriptorSubTask
UNKNOWN: December 5, 2002 display-name = "Borland" name = "borland" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "ejb-borland-datasources.xml" relates-to = "ejb-borland.xml" description = "An XML unparsed * entity containing the datasource elements." file = "ejb-borland-authorization-domain.xml" relates-to = "ejb-borland.xml" description = "An XML * document containing the optional authorization-domain element." file = "ejb-borland-ejb-refs-{0}.xml" relates-to = "ejb-borland.xml" description = "An XML unparsed * entity containing the ejb-ref elements for a bean, to be used instead of generating from bes.ejb-ref tags." file = "ejb-borland-ejb-local-refs-{0}.xml" relates-to = "ejb-borland.xml" description = "An XML * unparsed entity containing the ejb-local-ref elements for a bean, to be used instead of generating from * bes.ejb-local-ref tags." file = "ejb-borland-resource-refs-{0}.xml" relates-to = "ejb-borland.xml" description = "An XML * unparsed entity containing the resource-ref elements for a bean, to be used instead of generating from * bes.resource-ref tags." file = "ejb-borland-resource-env-refs-{0}.xml" relates-to = "ejb-borland.xml" description = "An XML * unparsed entity containing the resource-env-ref elements for a bean, to be used instead of generating from * bes.resource-env-ref tags." file = "ejb-borland-properties-{0}.xml" relates-to = "ejb-borland.xml" description = "An XML unparsed * entity containing the property elements for a bean, to be used instead of generating from bes.property tags."
Constructor Summary | |
---|---|
BorlandSubTask() |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
String | getCreatetables()
Gets the Createtables attribute of the BorlandSubTask object
|
String | getDatasource()
Gets the Createtables attribute of the BorlandSubTask object
|
String | getDatasourceMapping() |
String | getVersion()
Gets the Version attribute of the BorlandSubTask object
|
void | setCreatetables(boolean flag)
Sets the Createtables attribute of the BorlandSubTask object
|
void | setDatasource(String datasource)
Sets the Datasource attribute of the JBossSubTask object
|
void | setDatasourceMapping(String datasourceMapping) |
void | setVersion(String version)
Sets the Version attribute of the BorlandSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException Describe the exception
Returns: The Createtables value
Returns: The Createtables value
Returns: The Version value
Parameters: flag The new Createtables value
Parameters: datasource
Parameters: datasourceMapping
Parameters: version The new Version value
Throws: XDocletException Description of Exception