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 SummaryFieldsModifier and TypeFieldDescriptionprotected static final StringDAVID ORB.protected static final StringName of the standard deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).protected static final StringPublic Id of the standard deployment descriptor DTD.protected static final Stringprotected static final Stringprotected static final StringGenIC class name (JOnAS 2.5)protected static final StringJEREMIE ORB.protected static final StringDefault JOnAS deployment descriptor name.protected static final StringName of the JOnAS-specific deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).protected static final StringPublic Id of the JOnAS-specific deployment descriptor DTD.protected static final Stringprotected static final Stringprotected static final StringOld GenIC class name (JOnAS 2.4.x).protected static final StringOld GenIC class name.protected static final StringRMI ORB.Fields inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentToolANALYZER_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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddVendorFiles(Hashtable<String, File> ejbFiles, String ddPrefix) Add any vendor specific files which should be included in the EJB Jar.protected voidcheckConfiguration(String descriptorFileName, SAXParser saxParser) Verify the configuration.protected StringgetJarBaseName(String descriptorFileName) Using the EJB descriptor file name passed from theejbjartask, this method returns the "basename" which will be used to name the completed JAR file.protected FilegetVendorOutputJarFile(String baseName) .voidprocessDescriptor(String aDescriptorName, SAXParser saxParser) Process a deployment descriptor, generating the necessary vendor specific deployment files.protected voidregisterKnownDTDs(DescriptorHandler handler) Register the locations of all known DTDs.voidsetAdditionalargs(String aString) Sets the additional arguments.voidsetJarsuffix(String aString) Sets the jar suffix.voidSets the java compiler to use.voidsetJavacopts(String aString) Set the options to pass to the java compiler.voidsetJonasroot(File aFile) Set the JOnAS root directory.voidsetKeepgenerated(boolean aBoolean) Sets thekeepgeneratedflag.voidsetKeepgeneric(boolean aBoolean) Sets thekeepgenericflag.voidsetNocompil(boolean aBoolean) Sets thenocompilflag.voidsetNogenic(boolean aBoolean) Sets thenogenicflag.voidsetNovalidation(boolean aBoolean) Sets thenovalidationflag.voidSets theorbto construct classpath.voidsetRmicopts(String aString) Set the options to pass to the rmi compiler.voidsetSecpropag(boolean aBoolean) Sets thesecpropagflag.voidsetVerbose(boolean aBoolean) Sets theverboseflag.protected voidMethod used to encapsulate the writing of the JAR file.Methods inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTooladdFileToJar, 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_IDPublic Id of the standard deployment descriptor DTD.- See Also:
 
- 
EJB_JAR_2_0_PUBLIC_ID- See Also:
 
- 
JONAS_EJB_JAR_2_4_PUBLIC_IDPublic 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_DTDName 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_DTDName 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- 
JonasDeploymentToolpublic JonasDeploymentTool()
 
- 
- 
Method Details- 
setKeepgeneratedpublic void setKeepgenerated(boolean aBoolean) Sets thekeepgeneratedflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
setAdditionalargsSets the additional arguments.- Parameters:
- aString- additional args.
 
- 
setNocompilpublic void setNocompil(boolean aBoolean) Sets thenocompilflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
setNovalidationpublic void setNovalidation(boolean aBoolean) Sets thenovalidationflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
setJavacSets the java compiler to use.- Parameters:
- aString- the java compiler.
 
- 
setJavacoptsSet the options to pass to the java compiler.- Parameters:
- aString- the options.
 
- 
setRmicoptsSet the options to pass to the rmi compiler.- Parameters:
- aString- the options.
 
- 
setSecpropagpublic void setSecpropag(boolean aBoolean) Sets thesecpropagflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
setVerbosepublic void setVerbose(boolean aBoolean) Sets theverboseflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
setJonasrootSet the JOnAS root directory.- Parameters:
- aFile- the JOnAS root directory.
 
- 
setKeepgenericpublic void setKeepgeneric(boolean aBoolean) Sets thekeepgenericflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
setJarsuffixSets the jar suffix.- Parameters:
- aString- the string to use as the suffix.
 
- 
setOrbSets theorbto construct classpath.- Parameters:
- aString- 'RMI', 'JEREMIE', or 'DAVID'.
 
- 
setNogenicpublic void setNogenic(boolean aBoolean) Sets thenogenicflag.- Parameters:
- aBoolean-- trueif the flag must be set.
 
- 
processDescriptorProcess a deployment descriptor, generating the necessary vendor specific deployment files...- Specified by:
- processDescriptorin interface- EJBDeploymentTool
- Overrides:
- processDescriptorin class- GenericDeploymentTool
- Parameters:
- aDescriptorName- the name of the deployment descriptor
- saxParser- a SAX parser which can be used to parse the deployment descriptor.
 
- 
writeJarprotected 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:
- writeJarin class- GenericDeploymentTool
- 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.
 
- 
addVendorFilesAdd any vendor specific files which should be included in the EJB Jar..- Overrides:
- addVendorFilesin class- GenericDeploymentTool
- Parameters:
- ejbFiles- a hashtable entryname -> file.
- ddPrefix- a prefix to use.
 
- 
getVendorOutputJarFile
- 
getJarBaseNameUsing the EJB descriptor file name passed from theejbjartask, this method returns the "basename" which will be used to name the completed JAR file..- Overrides:
- getJarBaseNamein class- GenericDeploymentTool
- 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
 
- 
registerKnownDTDsRegister the locations of all known DTDs. vendor-specific subclasses should override this method to define the vendor-specific locations of the EJB DTDs.- Overrides:
- registerKnownDTDsin class- GenericDeploymentTool
- Parameters:
- handler- no used in this class.
 
- 
checkConfigurationprotected void checkConfiguration(String descriptorFileName, SAXParser saxParser) throws BuildException Verify the configuration.- Overrides:
- checkConfigurationin class- GenericDeploymentTool
- Parameters:
- descriptorFileName- the name of the descriptor file.
- saxParser- not used.
- Throws:
- BuildException- if there is an error.
 
 
-