xdoclet.modules.oracle.oc4j.ejb

Class OC4JSubTask


public class OC4JSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Generates OC4J specific deployment descriptor (orion-ejb-jar.xml).
Version:
$Revision: 1.2 $
Author:
Elango
ant.element
display-name = "OC4J" name = "oc4j" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
April 6, 2003

Nested Class Summary

static class
OC4JSubTask.OC4JVersionTypes

Constructor Summary

OC4JSubTask()
Default Constructor.

Method Summary

protected void
engineStarted()
Output the processing file name.
String
getVersion()
Gets the Version attribute of the OC4JSubTask object
void
setVersion(OC4JSubTask.OC4JVersionTypes deploymentVersion)
Sets the Version attribute of the OC4JSubTask object

Constructor Details

OC4JSubTask

public OC4JSubTask()
Default Constructor.

Method Details

engineStarted

protected void engineStarted()
            throws xdoclet.XDocletException
Output the processing file name.
Throws:
xdoclet.XDocletException -

getVersion

public String getVersion()
Gets the Version attribute of the OC4JSubTask object
Returns:
The Version value

setVersion

public void setVersion(OC4JSubTask.OC4JVersionTypes deploymentVersion)
Sets the Version attribute of the OC4JSubTask object
Parameters:
deploymentVersion - The new Version value