xdoclet.modules.ibm.websphere.ejb
public class WebSphereSubTask extends AbstractEjbDeploymentDescriptorSubTask
NOTE: Since the WebSphere specific deployment descriptors depend on that id's are set in the ejb-jar.xml file you
must genererate it with useIds set to true, e.g. <deploymentdescriptor useIds="true"/>
.
This Ant task defines the following attributes (the rest of the attributes in the list below comes from its baseclass):
Version: $Revision: 1.10 $
UNKNOWN: 15 August 2001 display-name = "WebSphere" name = "websphere" parent = "xdoclet.modules.ejb.EjbDocletTask"
Constructor Summary | |
---|---|
WebSphereSubTask() |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
void | execute()
Describe what the method does
|
String | getCurrentBackendId()
Gets the current backend id
|
String | getDatasource()
Gets the default CMP Datasource
|
void | setCurrentBackendId(String backendId)
Sets the current backend id. |
void | setDatasource(String datasource)
Sets the default CMP Datasource
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException Describe the exception
Throws: XDocletException Describe the exception
Returns: The current backend id
Returns: The default CMP Datasource
Parameters: backendId The current backend id
UNKNOWN: No.
Parameters: datasource The new default CMP Datasource
UNKNOWN: No.
Throws: XDocletException Description of Exception