org.apache.tools.ant.taskdefs.optional.ejb |
|
Java Source File Name | Type | Comment |
BorlandDeploymentTool.java | Class | BorlandDeploymentTool is dedicated to the Borland Application Server 4.5 and 4.5.1
This task generates and compiles the stubs and skeletons for all ejb described into the
Deployment Descriptor, builds the jar file including the support files and verify
whether the produced jar is valid or not. |
BorlandGenerateClient.java | Class | Generates a Borland Application Server 4.5 client JAR using as
input the EJB JAR file.
Two mode are available: java mode (default) and fork mode. |
DDCreator.java | Class | Builds a serialized deployment descriptor given a text file description of the
descriptor in the format supported by WebLogic. |
DDCreatorHelper.java | Class | A helper class which performs the actual work of the ddcreator task. |
DescriptorHandler.java | Class | Inner class used by EjbJar to facilitate the parsing of deployment
descriptors and the capture of appropriate information. |
Ejbc.java | Class | Builds EJB support classes using WebLogic's ejbc tool from a directory containing
a set of deployment descriptors. |
EjbcHelper.java | Class | A helper class which performs the actual work of the ejbc task. |
EJBDeploymentTool.java | Interface | The interface to implement for deployment tools. |
EjbJar.java | Class | Provides automated EJB JAR file creation.
Extends the
MatchingTask class provided in the default ant distribution to provide a
directory scanning EJB jarfile generator.
The task works by taking the deployment descriptors one at a time and
parsing them to locate the names of the classes which should be placed in
the jar. |
GenericDeploymentTool.java | Class | A deployment tool which creates generic EJB jars. |
InnerClassFilenameFilter.java | Class | A filename filter for inner class files of a particular class. |
IPlanetDeploymentTool.java | Class | This class is used to generate iPlanet Application Server (iAS) 6.0 stubs and
skeletons and build an EJB Jar file. |
IPlanetEjbc.java | Class | Compiles EJB stubs and skeletons for the iPlanet Application
Server (iAS). |
IPlanetEjbcTask.java | Class | Compiles EJB stubs and skeletons for the iPlanet Application Server.
The EJBs to be processed are specified by the EJB 1.1 standard XML
descriptor, and additional attributes are obtained from the iPlanet Application
Server-specific XML descriptor. |
JbossDeploymentTool.java | Class | The deployment tool to add the jboss specific deployment descriptor to the ejb jar file. |
JonasDeploymentTool.java | Class | The deployment tool to add the jonas specific deployment descriptors to the
ejb JAR file. |
WeblogicDeploymentTool.java | Class | The weblogic element is used to control the weblogic.ejbc compiler for
generating weblogic EJB jars. |
WeblogicTOPLinkDeploymentTool.java | Class | Deployment tool for Weblogic TOPLink. |
WebsphereDeploymentTool.java | Class | Websphere deployment tool that augments the ejbjar task.
Searches for the websphere specific deployment descriptors and
adds them to the final ejb jar file. |
WLRun.java | Class | Starts a WebLogic server.
A number of parameters are used to control the operation of the weblogic
instance. |
WLStop.java | Class | Shuts down a WebLogic server. |