xdoclet.modules.objectweb.jonas.ejb

Class JonasSubTask

public class JonasSubTask extends AbstractEjbDeploymentDescriptorSubTask

Generates the deployment descriptor for JOnAS.

Version: $Revision$

Author: Richard Chuo (forthy@mac.com) Mathieu Peltier (mathieu.peltier@inrialpes.fr) Philippe Charaux (philippe.charaux@bull.net) Jerome Camilleri (jerome.camilleri@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()
StringgetDefaultEntityJndiName()
Gets the defaultjndiname attribute of the JOnASSubTask object
StringgetVersion()
Gets the {@link #version} attribute.
voidsetDefaultEntityJndiName(String defaultEntityJndiName)
Sets the defaultjndiname attribute of the JOnASSubTask object
voidsetVersion(JonasSubTask.JonasVersionTypes version)
Sets the version of JOnAS.

Constructor Detail

JonasSubTask

public JonasSubTask()
Constructor.

Method Detail

execute

public void execute()

getDefaultEntityJndiName

public String getDefaultEntityJndiName()
Gets the defaultjndiname attribute of the JOnASSubTask object

Returns: The Defaultjndiname value

getVersion

public String getVersion()
Gets the {@link #version} attribute.

Returns: The version value.

setDefaultEntityJndiName

public void setDefaultEntityJndiName(String defaultEntityJndiName)
Sets the defaultjndiname attribute of the JOnASSubTask object

Parameters: defaultEntityJndiName

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, 3.2, 3.3.2, 4.0, 4.2, 4.6

Parameters: version The new version value. Supported versions are: 2.3, 2.4, 2.5, 2.6, 3.0, 3.2, 3.3.2, 4.0, 4.2, 4.6

UNKNOWN: "No, default is '2.6'."