xdoclet.modules.objectweb.jonas.ejb

Class JonasSubTask

public class JonasSubTask extends AbstractEjbDeploymentDescriptorSubTask

Generates the deployment descriptor for JOnAS.

Version: $Revision: 1.6 $

Author: Richard Chuo (forthy@mac.com) Mathieu Peltier (mathieu.peltier@inrialpes.fr) Philippe Charaux (philippe.charaux@bull.net)

UNKNOWN: 11 juillet 2002 display-name = "JOnAS" name = "jonas" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "jonas-{0}.xml" relates-to = "jonas-ejb-jar.xml" description = "An XML document containing the * jonas-session, jonas-entity or jonas-message-driven element for a bean, according to its type."

Nested Class Summary
static classJonasSubTask.JonasVersionTypes
JonasVersionTypes class.
Constructor Summary
JonasSubTask()
Constructor.
Method Summary
voidexecute()
StringgetVersion()
Gets the version attribute.
voidsetVersion(JonasSubTask.JonasVersionTypes version)
Sets the version of JOnAS.

Constructor Detail

JonasSubTask

public JonasSubTask()
Constructor.

Method Detail

execute

public void execute()

getVersion

public String getVersion()
Gets the version attribute.

Returns: The version value.

setVersion

public void setVersion(JonasSubTask.JonasVersionTypes version)
Sets the version of JOnAS. Supported versions are: 2.3, 2.4, 2.5, 2.6, 3.0

Parameters: version The new version value. Supported versions are: 2.3, 2.4, 2.5, 2.6, 3.0

UNKNOWN: No,defaultis "2.6".