xdoclet.modules.orion.ejb

Class OrionSubTask

public class OrionSubTask extends AbstractEjbDeploymentDescriptorSubTask

Generates Orion's orion-ejb-jar.xml.

Version: $Revision: 1.9 $

Author: Ara Abrahamian (ara_e_w@yahoo.com)

UNKNOWN: May 15, 2001 display-name = "Orion" name = "orion" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "orion-{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 = "orion-{0}-attributes.xml" relates-to = "orion-ejb-jar.xml" description = "A text file * containing the attributes for a bean's session-deployment, entity-deployment or message-driven-deployment * element, instead of specifying them with orion.bean tag parameters." file = "orion-{0}-settings.xml" relates-to = "orion-ejb-jar.xml" description = "An XML unparsed * entity containing the (env-entry-mapping*, ejb-ref-mapping*) elements for a bean." file = "orion-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 classOrionSubTask.OrionVersionTypes
Constructor Summary
OrionSubTask()
Describe what the OrionSubTask constructor does
Method Summary
StringgetVersion()
Gets the DeploymentVersion attribute of the OrionSubTask object
voidsetVersion(OrionSubTask.OrionVersionTypes version)
Sets the DeploymentVersion attribute of the OrionSubTask object

Constructor Detail

OrionSubTask

public OrionSubTask()
Describe what the OrionSubTask constructor does

Method Detail

getVersion

public String getVersion()
Gets the DeploymentVersion attribute of the OrionSubTask object

Returns: The DeploymentVersion value

setVersion

public void setVersion(OrionSubTask.OrionVersionTypes version)
Sets the DeploymentVersion attribute of the OrionSubTask object

Parameters: version The new DeploymentVersion value