Class JonasDeploymentTool
java.lang.Object
org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
org.apache.tools.ant.taskdefs.optional.ejb.JonasDeploymentTool
- All Implemented Interfaces:
EJBDeploymentTool
The deployment tool to add the jonas specific deployment descriptors to the
ejb JAR file. JONAS only requires one additional file jonas-ejb-jar.xml.
- Version:
- 1.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
DAVID ORB.protected static final String
Name of the standard deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).protected static final String
Public Id of the standard deployment descriptor DTD.protected static final String
protected static final String
protected static final String
GenIC class name (JOnAS 2.5)protected static final String
JEREMIE ORB.protected static final String
Default JOnAS deployment descriptor name.protected static final String
Name of the JOnAS-specific deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).protected static final String
Public Id of the JOnAS-specific deployment descriptor DTD.protected static final String
protected static final String
protected static final String
Old GenIC class name (JOnAS 2.4.x).protected static final String
Old GenIC class name.protected static final String
RMI ORB.Fields inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
ANALYZER_CLASS_FULL, ANALYZER_CLASS_SUPER, ANALYZER_FULL, ANALYZER_NONE, ANALYZER_SUPER, DEFAULT_ANALYZER, DEFAULT_BUFFER_SIZE, EJB_DD, JAR_COMPRESS_LEVEL, MANIFEST, META_DIR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addVendorFiles
(Hashtable<String, File> ejbFiles, String ddPrefix) Add any vendor specific files which should be included in the EJB Jar.protected void
checkConfiguration
(String descriptorFileName, SAXParser saxParser) Verify the configuration.protected String
getJarBaseName
(String descriptorFileName) Using the EJB descriptor file name passed from theejbjar
task, this method returns the "basename" which will be used to name the completed JAR file.protected File
getVendorOutputJarFile
(String baseName) .void
processDescriptor
(String aDescriptorName, SAXParser saxParser) Process a deployment descriptor, generating the necessary vendor specific deployment files.protected void
registerKnownDTDs
(DescriptorHandler handler) Register the locations of all known DTDs.void
setAdditionalargs
(String aString) Sets the additional arguments.void
setJarsuffix
(String aString) Sets the jar suffix.void
Sets the java compiler to use.void
setJavacopts
(String aString) Set the options to pass to the java compiler.void
setJonasroot
(File aFile) Set the JOnAS root directory.void
setKeepgenerated
(boolean aBoolean) Sets thekeepgenerated
flag.void
setKeepgeneric
(boolean aBoolean) Sets thekeepgeneric
flag.void
setNocompil
(boolean aBoolean) Sets thenocompil
flag.void
setNogenic
(boolean aBoolean) Sets thenogenic
flag.void
setNovalidation
(boolean aBoolean) Sets thenovalidation
flag.void
Sets theorb
to construct classpath.void
setRmicopts
(String aString) Set the options to pass to the rmi compiler.void
setSecpropag
(boolean aBoolean) Sets thesecpropag
flag.void
setVerbose
(boolean aBoolean) Sets theverbose
flag.protected void
Method used to encapsulate the writing of the JAR file.Methods inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
addFileToJar, addSupportClasses, checkAndAddDependants, configure, createClasspath, getClassLoaderForBuild, getCombinedClasspath, getConfig, getDescriptorHandler, getDestDir, getLocation, getManifestFile, getPublicId, getTask, getVendorDDPrefix, log, needToRebuild, parseEjbFiles, setClasspath, setDestdir, setGenericJarSuffix, setTask, usingBaseJarName, validateConfigured
-
Field Details
-
EJB_JAR_1_1_PUBLIC_ID
Public Id of the standard deployment descriptor DTD.- See Also:
-
EJB_JAR_2_0_PUBLIC_ID
- See Also:
-
JONAS_EJB_JAR_2_4_PUBLIC_ID
Public Id of the JOnAS-specific deployment descriptor DTD.- See Also:
-
JONAS_EJB_JAR_2_5_PUBLIC_ID
- See Also:
-
RMI_ORB
-
JEREMIE_ORB
-
DAVID_ORB
-
EJB_JAR_1_1_DTD
Name of the standard deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).- See Also:
-
EJB_JAR_2_0_DTD
- See Also:
-
JONAS_EJB_JAR_2_4_DTD
Name of the JOnAS-specific deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).- See Also:
-
JONAS_EJB_JAR_2_5_DTD
- See Also:
-
JONAS_DD
-
GENIC_CLASS
-
OLD_GENIC_CLASS_1
-
OLD_GENIC_CLASS_2
-
-
Constructor Details
-
JonasDeploymentTool
public JonasDeploymentTool()
-
-
Method Details
-
setKeepgenerated
public void setKeepgenerated(boolean aBoolean) Sets thekeepgenerated
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
setAdditionalargs
Sets the additional arguments.- Parameters:
aString
- additional args.
-
setNocompil
public void setNocompil(boolean aBoolean) Sets thenocompil
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
setNovalidation
public void setNovalidation(boolean aBoolean) Sets thenovalidation
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
setJavac
Sets the java compiler to use.- Parameters:
aString
- the java compiler.
-
setJavacopts
Set the options to pass to the java compiler.- Parameters:
aString
- the options.
-
setRmicopts
Set the options to pass to the rmi compiler.- Parameters:
aString
- the options.
-
setSecpropag
public void setSecpropag(boolean aBoolean) Sets thesecpropag
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
setVerbose
public void setVerbose(boolean aBoolean) Sets theverbose
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
setJonasroot
Set the JOnAS root directory.- Parameters:
aFile
- the JOnAS root directory.
-
setKeepgeneric
public void setKeepgeneric(boolean aBoolean) Sets thekeepgeneric
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
setJarsuffix
Sets the jar suffix.- Parameters:
aString
- the string to use as the suffix.
-
setOrb
Sets theorb
to construct classpath.- Parameters:
aString
- 'RMI', 'JEREMIE', or 'DAVID'.
-
setNogenic
public void setNogenic(boolean aBoolean) Sets thenogenic
flag.- Parameters:
aBoolean
-true
if the flag must be set.
-
processDescriptor
Process a deployment descriptor, generating the necessary vendor specific deployment files...- Specified by:
processDescriptor
in interfaceEJBDeploymentTool
- Overrides:
processDescriptor
in classGenericDeploymentTool
- Parameters:
aDescriptorName
- the name of the deployment descriptorsaxParser
- a SAX parser which can be used to parse the deployment descriptor.
-
writeJar
protected void writeJar(String baseName, File jarfile, Hashtable<String, File> ejbFiles, String publicId) throws BuildExceptionMethod used to encapsulate the writing of the JAR file. Iterates over the filenames/java.io.Files in the Hashtable stored on the instance variable ejbFiles..- Overrides:
writeJar
in classGenericDeploymentTool
- Parameters:
baseName
- the base name to use.jarfile
- the jar file to write to.ejbFiles
- the files to write to the jar.publicId
- the id to use.- Throws:
BuildException
- if there is a problem.
-
addVendorFiles
Add any vendor specific files which should be included in the EJB Jar..- Overrides:
addVendorFiles
in classGenericDeploymentTool
- Parameters:
ejbFiles
- a hashtable entryname -> file.ddPrefix
- a prefix to use.
-
getVendorOutputJarFile
-
getJarBaseName
Using the EJB descriptor file name passed from theejbjar
task, this method returns the "basename" which will be used to name the completed JAR file..- Overrides:
getJarBaseName
in classGenericDeploymentTool
- Parameters:
descriptorFileName
- String representing the file name of an EJB descriptor to be processed- Returns:
- The "basename" which will be used to name the completed JAR file
-
registerKnownDTDs
Register the locations of all known DTDs. vendor-specific subclasses should override this method to define the vendor-specific locations of the EJB DTDs.- Overrides:
registerKnownDTDs
in classGenericDeploymentTool
- Parameters:
handler
- no used in this class.
-
checkConfiguration
protected void checkConfiguration(String descriptorFileName, SAXParser saxParser) throws BuildException Verify the configuration.- Overrides:
checkConfiguration
in classGenericDeploymentTool
- Parameters:
descriptorFileName
- the name of the descriptor file.saxParser
- not used.- Throws:
BuildException
- if there is an error.
-