org.apache.tools.ant.taskdefs.optional.j2ee |
|
Java Source File Name | Type | Comment |
AbstractHotDeploymentTool.java | Class | Abstract class to support vendor-specific hot deployment tools.
This class will validate boilerplate attributes.
Subclassing this class for a vendor specific tool involves the
following.
- Implement the
isActionValid() method to insure the
action supplied as the "action" attribute of ServerDeploy is valid.
- Implement the
validateAttributes() method to insure
all required attributes are supplied, and are in the correct format.
- Add a
add<TOOL> method to the ServerDeploy
class.
|
GenericHotDeploymentTool.java | Class | A generic tool for J2EE server hot deployment. |
HotDeploymentTool.java | Interface | An interface for vendor-specific "hot" deployment tools. |
JonasHotDeploymentTool.java | Class | An Ant wrapper task for the weblogic.deploy tool. |
ServerDeploy.java | Class | Controls hot deployment tools for J2EE servers. |
WebLogicHotDeploymentTool.java | Class | An Ant wrapper task for the weblogic.deploy tool. |