This type is a class for model objects.
Represents a deployment of an enterprise module into a J2EE environment.
Package: appdeploymentAttributes Summary | |
uri : EString | A uri which when resolved relative to the application URL specifies the location of a module's archive contents on a filesystem. This uri must match the uri of a ModuleRef uri in an application's deployment descriptor if the module was packaged as part of a deployed application (ear). |
altDD : EString | uri which when resolved relative to the application URL specifies the location of alternate DD for this module. Used only if the module definition found in application DD for this module contains a reference to alternate DD. |
applicationDeployment : ApplicationDeployment @ | The ApplicationDeployment instance that this ModuleDeployment is contained within. The ApplicationDeployment instance represents deployment of a J2EE application that this module is contained within. |
Attribute Details |