xdoclet.modules.borland.bes.ejb

Class BorlandSubTask

public class BorlandSubTask extends AbstractEjbDeploymentDescriptorSubTask

Author: Michal Maczka

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 voidengineStarted()
Describe what the method does
StringgetCreatetables()
Gets the Createtables attribute of the BorlandSubTask object
StringgetDatasource()
Gets the Createtables attribute of the BorlandSubTask object
StringgetDatasourceMapping()
StringgetVersion()
Gets the Version attribute of the BorlandSubTask object
voidsetCreatetables(boolean flag)
Sets the Createtables attribute of the BorlandSubTask object
voidsetDatasource(String datasource)
Sets the Datasource attribute of the JBossSubTask object
voidsetDatasourceMapping(String datasourceMapping)
voidsetVersion(String version)
Sets the Version attribute of the BorlandSubTask object
voidvalidateOptions()
Called to validate configuration parameters.

Constructor Detail

BorlandSubTask

public BorlandSubTask()

Method Detail

engineStarted

protected void engineStarted()
Describe what the method does

Throws: XDocletException Describe the exception

getCreatetables

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

Returns: The Createtables value

getDatasource

public String getDatasource()
Gets the Createtables attribute of the BorlandSubTask object

Returns: The Createtables value

getDatasourceMapping

public String getDatasourceMapping()

getVersion

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

Returns: The Version value

setCreatetables

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

Parameters: flag The new Createtables value

setDatasource

public void setDatasource(String datasource)
Sets the Datasource attribute of the JBossSubTask object

Parameters: datasource

setDatasourceMapping

public void setDatasourceMapping(String datasourceMapping)

Parameters: datasourceMapping

setVersion

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

Parameters: version The new Version value

validateOptions

public void validateOptions()
Called to validate configuration parameters.

Throws: XDocletException Description of Exception