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

UNKNOWN: April 6, 2003 display-name = "OC4J" name = "oc4j" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "oc4j-{0}.xml" relates-to = "orion-ejb-jar.xml" description = "An XML document containing the * session-deployment, entity-deployment or message-driven-deployment element for a bean, instead of generating it * from tags." file = "oc4j-beans.ent" relates-to = "orion-ejb-jar.xml" description = "An XML unparsed entity * containing the session-deployment, entity-deployment or message-driven-deployment elements for beans you wish to * include which aren't processed by XDoclet." file = "oc4j-{0}-attributes.xml" relates-to = "orion-ejb-jar.xml" description = "A text file * containing any attributes for a bean's session-deployment, entity-deployment or message-driven-deployment * element not specified using oc4j.bean tag parameters." file = "oc4j-{0}-settings.xml" relates-to = "orion-ejb-jar.xml" description = "An XML unparsed entity * containing the (env-entry-mapping*, ejb-ref-mapping*, resource-ref-mapping*, resource-env-ref-mapping*) elements * for a bean." file = "oc4j-assembly-descriptor.xml" relates-to = "orion-ejb-jar.xml" description = "An XML document * containing the assembly-descriptor element for orion-ejb-jar.xml."

Nested Class Summary
static classOC4JSubTask.OC4JVersionTypes
Constructor Summary
OC4JSubTask()
Default Constructor.
Method Summary
protected voidengineStarted()
Output the processing file name.
StringgetVersion()
Gets the Version attribute of the OC4JSubTask object
voidsetVersion(OC4JSubTask.OC4JVersionTypes deploymentVersion)
Sets the Version attribute of the OC4JSubTask object

Constructor Detail

OC4JSubTask

public OC4JSubTask()
Default Constructor.

Method Detail

engineStarted

protected void engineStarted()
Output the processing file name.

Throws: 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