xdoclet.modules.objectweb.jonas.ejb
Class JonasSubTask
AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.objectweb.jonas.ejb.JonasSubTask
public class JonasSubTask
extends AbstractEjbDeploymentDescriptorSubTask
Generates the deployment descriptor for JOnAS.
- Richard Chuo (forthy@mac.com)
- Mathieu Peltier (mathieu.peltier@inrialpes.fr)
- Philippe Charaux (philippe.charaux@bull.net)
- Jerome Camilleri (jerome.camilleri@bull.net)
- display-name = "JOnAS"
name = "jonas"
parent = "xdoclet.modules.ejb.EjbDocletTask"
JonasSubTask
public JonasSubTask()
Constructor.
execute
public void execute()
throws xdoclet.XDocletException
getDefaultEntityJndiName
public String getDefaultEntityJndiName()
Gets the defaultjndiname attribute of the JOnASSubTask object
- The Defaultjndiname value
getVersion
public String getVersion()
setDefaultEntityJndiName
public void setDefaultEntityJndiName(String defaultEntityJndiName)
Sets the defaultjndiname attribute of the JOnASSubTask object
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
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