A B C D E G J L M N O P R S U V W

A

addDeploymentTool(EJBDeploymentTool) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Add a deployment tool to the list of deployment tools that will be processed
addFileToJar(JarOutputStream, File, String) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Utility method that encapsulates the logic of adding a file entry to a .jar file.
addSupportClasses(Hashtable) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Adds any classes the user specifies using support nested elements to the ejbFiles Hashtable.
addVendorFiles(Hashtable, String) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Add any vendor specific files which should be included in the EJB Jar.
addVendorFiles(Hashtable, String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
ANALYZER_CLASS_FULL - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
The analyzer class for the super analyzer
ANALYZER_CLASS_SUPER - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
The analyzer class for the super analyzer
ANALYZER_FULL - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
A dependency analyzer name to find all related classes
ANALYZER_NONE - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
A dependency analyzer name for no analyzer
ANALYZER_SUPER - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
A dependency analyzer name to find ancestor classes

B

BASEJARNAME - Static variable in class org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
Naming scheme where the generated jar is named by the basejarname attribute
BOOTSTRAP_CLASS - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Bootstrap class name.

C

characters(char[], int, int) - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
SAX parser call-back method invoked whenever characters are located within an element.
checkAndAddDependants(Hashtable) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Add all available classes, that depend on Remote, Home, Bean, PK
checkConfiguration(String, SAXParser) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
This method is called as the first step in the processDescriptor method to allow vendor-specific subclasses to validate the task configuration prior to processing the descriptor.
checkConfiguration(String, SAXParser) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
CMP1_0 - Static variable in class org.ow2.jonas.antmodular.ejb2.EjbJar.CMPVersion
 
CMP2_0 - Static variable in class org.ow2.jonas.antmodular.ejb2.EjbJar.CMPVersion
 
configure(EjbJar.Config) - Method in interface org.ow2.jonas.antmodular.ejb2.EJBDeploymentTool
Configure this tool for use in the ejbjar task.
configure(EjbJar.Config) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Configure this tool for use in the ejbjar task.
createClasspath() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Adds to the classpath used to locate the super classes and interfaces of the classes that will make up the EJB JAR.
createClasspath() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Add the classpath for the user classes
createClasspath() - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
 
createDTD() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Create a DTD location record.
createFileSet() - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
 
createJonas() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Adds a deployment tool for JOnAS server.
createSupport() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Adds a fileset for support elements.
currentElement - Variable in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
Instance variable used to store the name of the current element being processed by the SAX parser.
currentText - Variable in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
The text of the current element

D

DEFAULT_ANALYZER - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
The default analyzer
DESCRIPTOR - Static variable in class org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
Naming scheme where the generated jar name is based on the name of the deployment descriptor file
DescriptorHandler - Class in org.ow2.jonas.antmodular.ejb2
Inner class used by EjbJar to facilitate the parsing of deployment descriptors and the capture of appropriate information.
DescriptorHandler(Task, File) - Constructor for class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
 
DIRECTORY - Static variable in class org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
Naming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor

E

EJB_DD - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Name for EJB Deployment descriptor within EJB jars
EJB_JAR_1_1_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Name of the standard deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).
EJB_JAR_1_1_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Public Id of the standard deployment descriptor DTD.
EJB_JAR_2_0_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
EJB_JAR_2_0_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
EJB_NAME - Static variable in class org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
Naming scheme where generated jar is determined from the ejb-name in the deployment descripor
EJBDeploymentTool - Interface in org.ow2.jonas.antmodular.ejb2
 
ejbFiles - Variable in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
Instance variable that stores the names of the files as they will be put into the jar file, mapped to File objects Accessed by the SAX parser call-back method characters().
EjbJar - Class in org.ow2.jonas.antmodular.ejb2
Provides automated EJB JAR file creation.
EjbJar() - Constructor for class org.ow2.jonas.antmodular.ejb2.EjbJar
 
EjbJar.CMPVersion - Class in org.ow2.jonas.antmodular.ejb2
CMP versions supported valid CMP versions are 1.0 and 2.0
EjbJar.CMPVersion() - Constructor for class org.ow2.jonas.antmodular.ejb2.EjbJar.CMPVersion
 
EjbJar.DTDLocation - Class in org.ow2.jonas.antmodular.ejb2
Inner class used to record information about the location of a local DTD
EjbJar.DTDLocation() - Constructor for class org.ow2.jonas.antmodular.ejb2.EjbJar.DTDLocation
 
EjbJar.NamingScheme - Class in org.ow2.jonas.antmodular.ejb2
An EnumeratedAttribute class for handling different EJB jar naming schemes
EjbJar.NamingScheme() - Constructor for class org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
 
ejbName - Variable in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
Instance variable that stores the value found in the <ejb-name> element
endElement(String, String, String) - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
SAX parser call-back method that is invoked when an element is exited.
execute() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Invoked by Ant after the task is prepared, when it is ready to execute this task.
execute() - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Execute the WsGen Ant Task.

G

GenericDeploymentTool - Class in org.ow2.jonas.antmodular.ejb2
 
GenericDeploymentTool() - Constructor for class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
 
GENIC_CLASS - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
GenIC class name.
GenICTask - Class in org.ow2.jonas.antmodular.ejb2
GenIC Task.
GenICTask() - Constructor for class org.ow2.jonas.antmodular.ejb2.GenICTask
 
getClassLoaderForBuild() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Returns a Classloader object which parses the passed in generic EjbJar classpath.
getCmpversion() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Gets the CMP version.
getCombinedClasspath() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the classpath by combining the one from the surrounding task, if any and the one from this tool.
getConfig() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the basename terminator.
getDescriptorHandler(File) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
 
getDestdir() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Gets the destination directory.
getDestDir() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the destination directory.
getEjbName() - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
Getter method that returns the value of the <ejb-name> element.
getFiles() - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
Getter method that returns the set of files to include in the EJB jar.
getJarBaseName(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Using the EJB descriptor file name passed from the ejbjar task, this method returns the "basename" which will be used to name the completed JAR file.
getJarBaseName(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
getLocation() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the build file location associated with this element's task.
getManifestFile(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the manifets file to use for building the generic jar.
getPublicId() - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
Get the publicId of the DTD
getPublicId() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Returns the Public ID of the DTD specified in the EJB descriptor.
getTask() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the task for this tool.
getValues() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar.CMPVersion
 
getValues() - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
Gets the values of the NamingScheme
getVendorDDPrefix(String, String) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Get the prefix for vendor deployment descriptors.
getVendorOutputJarFile(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 

J

JONAS_DD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Default JOnAS deployment descriptor name.
JONAS_EJB_JAR_2_4_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Name of the JOnAS-specific deployment descriptor DTD (these files are stored in the ${JONAS_ROOT}/xml directory).
JONAS_EJB_JAR_2_4_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Public Id of the JOnAS-specific deployment descriptor DTD.
JONAS_EJB_JAR_2_5_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_2_5_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_0_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_0_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_2_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_2_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_3_2_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_3_2_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_3_DTD - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JONAS_EJB_JAR_3_3_PUBLIC_ID - Static variable in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
JonasDeploymentTool - Class in org.ow2.jonas.antmodular.ejb2
The deployment tool to add the jonas specific deployment descriptors to the ejb JAR file.
JonasDeploymentTool() - Constructor for class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 

L

log(String, int) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Log a message to the Ant output.

M

MANIFEST - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
The standard MANIFEST file
mergeManifest(File, File) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Merge Manifest file
META_DIR - Static variable in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
The standard META-INF directory in jar files

N

needToRebuild(Hashtable, File) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
This method checks the timestamp on each file listed in the ejbFiles and compares them to the timestamp on the jarFile .

O

org.ow2.jonas.antmodular.ejb2 - package org.ow2.jonas.antmodular.ejb2
 

P

parseEjbFiles(String, SAXParser) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
This method returns a list of EJB files found when the specified EJB descriptor is parsed and processed.
processDescriptor(String, SAXParser) - Method in interface org.ow2.jonas.antmodular.ejb2.EJBDeploymentTool
Process a deployment descriptor, generating the necessary vendor specific deployment files.
processDescriptor(String, SAXParser) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
 
processDescriptor(String, SAXParser) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
processElement() - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
 

R

registerDTD(String, String) - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
 
registerKnownDTDs(DescriptorHandler) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Register the locations of all known DTDs.
registerKnownDTDs(DescriptorHandler) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
resolveEntity(String, String) - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
 

S

setAdditionalargs(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set additional arguments for GenIC command line.
setAdditionalargs(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.additionalargs.
setBasejarname(String) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the base name of the EJB JAR that is to be created if it is not to be determined from the name of the deployment descriptor files.
setBasenameterminator(String) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
The string which terminates the bean name.
setClasspath(Path) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the classpath to use when resolving classes for inclusion in the jar.
setClasspath(Path) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Set the classpath to be used for this compilation.
setClasspathref(Reference) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the classpath as a Reference on another path
setCmpversion(EjbJar.CMPVersion) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Sets the CMP version.
setDependency(String) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the analyzer to use when adding in dependencies to the JAR.
setDescriptordir(File) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the descriptor directory.
setDestdir(File) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the destination directory.
setDestdir(File) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Set the destination directory; required.
setFlatdestdir(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Controls whether the destination JARs are written out in the destination directory with the same hierarchical structure from which the deployment descriptors have been read.
setGenericjarsuffix(String) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the suffix for the generated jar file.
setGenericJarSuffix(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Set the suffix for the generated jar file.
setInvokecmd(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Use InvokeCmd option on/off.
setInvokecmd(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the #invokecmdflag.
setJarsuffix(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the #jarsuffix.
setJavac(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set the javac command line to be used.
setJavac(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the java compiler JonasDeploymentTool.javacto use.
setJavacopts(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set the options to be given to javac.
setJavacopts(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the options to pass to the java compiler.
setJonasbase(File) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JOnAS base directory.
setJonasroot(File) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JOnAS root directory.
setJvmdebug(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set debug mode on/off.
setJvmopts(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the additional args to pass to the GenIC JVM.
setKeepgenerated(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Keep already generated files.
setKeepgenerated(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.keepgeneratedflag.
setKeepgeneric(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.keepgenericflag.
setManifest(File) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the Manifest file to use when jarring.
setMappernames(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Do nothing because the mappernames attribute is deprecated
setNaming(EjbJar.NamingScheme) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Set the naming scheme used to determine the name of the generated jars from the deployment descriptor
setNocompil(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Do not compile generated java files.
setNocompil(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.nocompilflag.
setNoFastRMIC(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Specifies which RMIC compiler to use: the built-in fast one or the slower external one.
setNoFastRMIC(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 
setNogenic(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.nogenicflag.
setNovalidation(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.novalidationflag.
setProtocols(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set the set of protocols for the generation.
setProtocols(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the protocols list
setRmicopts(String) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set the optios to be passed to the RMI compiler.
setRmicopts(String) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the options to pass to the rmi compiler.
setSrcdir(File) - Method in class org.ow2.jonas.antmodular.ejb2.EjbJar
Sets the source directory, which is the directory that contains the classes that will be added to the EJB jar.
setTask(Task) - Method in interface org.ow2.jonas.antmodular.ejb2.EJBDeploymentTool
Set the task which owns this tool
setTask(Task) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Set the task which owns this tool
setValidation(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Validate XML descriptors.
setVerbose(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenICTask
Set verbose mode on/off.
setVerbose(boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
Set the JonasDeploymentTool.verboseflag.
startDocument() - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
SAX parser call-back method that is used to initialize the values of some instance variables to ensure safe operation.
startElement(String, String, String, Attributes) - Method in class org.ow2.jonas.antmodular.ejb2.DescriptorHandler
SAX parser call-back method that is invoked when a new element is entered into.

U

usingBaseJarName() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Indicate if this build is using the base jar name.

V

validateConfigured() - Method in interface org.ow2.jonas.antmodular.ejb2.EJBDeploymentTool
Called to validate that the tool parameters have been configured.
validateConfigured() - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Called to validate that the tool parameters have been configured.

W

writeJar(String, File, Hashtable, String, boolean) - Method in class org.ow2.jonas.antmodular.ejb2.GenericDeploymentTool
Method used to encapsulate the writing of the JAR file.
writeJar(String, File, Hashtable, String, boolean) - Method in class org.ow2.jonas.antmodular.ejb2.JonasDeploymentTool
 

A B C D E G J L M N O P R S U V W

Copyright © 2012 OW2 Consortium. All Rights Reserved.