xdoclet.modules.mvcsoft.ejb

Class MVCSoftSubTask


public class MVCSoftSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Generates MVCSoft's xml.
Author:
Daniel OConnor (docodan@mvcsoft.com)
ant.element
display-name = "MVCSoft" name = "mvcsoft" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
November 1, 2001

Nested Class Summary

static class
MVCSoftSubTask.MVCSoftVersionTypes

Constructor Summary

MVCSoftSubTask()
Describe what the MVCSoftSubTask constructor does

Method Summary

String
getConnectionjndiname()
Gets the Connectionjndiname attribute of the MVCSoftSubTask object
String
getDeploymentVersion()
Gets the DeploymentVersion attribute of the MVCSoftSubTask object
String
getLightweightfactoryname()
Gets the lightweightfactoryname attribute of the MVCSoftSubTask object
String
getLoggingtype()
Gets the Loggingtype attribute of the MVCSoftSubTask object
void
setConnectionjndiname(String jndiName)
Sets the Connectionjndiname attribute of the MVCSoftSubTask object
void
setDeploymentVersion(MVCSoftSubTask.MVCSoftVersionTypes deploymentVersion)
Sets the DeploymentVersion attribute of the MVCSoftSubTask object
void
setLightweightfactoryname(String lightweightFactoryName)
Sets the lightweightfactoryname attribute of the MVCSoftSubTask object
void
setLoggingtype(String loggingType)
Sets the Loggingtype attribute of the MVCSoftSubTask object

Constructor Details

MVCSoftSubTask

public MVCSoftSubTask()
Describe what the MVCSoftSubTask constructor does

Method Details

getConnectionjndiname

public String getConnectionjndiname()
Gets the Connectionjndiname attribute of the MVCSoftSubTask object
Returns:
The Connectionjndiname value

getDeploymentVersion

public String getDeploymentVersion()
Gets the DeploymentVersion attribute of the MVCSoftSubTask object
Returns:
The DeploymentVersion value

getLightweightfactoryname

public String getLightweightfactoryname()
Gets the lightweightfactoryname attribute of the MVCSoftSubTask object
Returns:
The Lightweightfactoryname value

getLoggingtype

public String getLoggingtype()
Gets the Loggingtype attribute of the MVCSoftSubTask object
Returns:
The Loggingtype value

setConnectionjndiname

public void setConnectionjndiname(String jndiName)
Sets the Connectionjndiname attribute of the MVCSoftSubTask object
Parameters:
jndiName - The new Connectionjndiname value
ant.not-required
"No, default is 'java:DefaultDS'"

setDeploymentVersion

public void setDeploymentVersion(MVCSoftSubTask.MVCSoftVersionTypes deploymentVersion)
Sets the DeploymentVersion attribute of the MVCSoftSubTask object
Parameters:
deploymentVersion - The new DeploymentVersion value

setLightweightfactoryname

public void setLightweightfactoryname(String lightweightFactoryName)
Sets the lightweightfactoryname attribute of the MVCSoftSubTask object
Parameters:
lightweightFactoryName -
ant.not-required
No,defaultis novalue

setLoggingtype

public void setLoggingtype(String loggingType)
Sets the Loggingtype attribute of the MVCSoftSubTask object
Parameters:
loggingType - The new Loggingtype value
ant.not-required
"No, default is 'None'"