ModuleDeployment
Represents a deployment of an enterprise module into a J2EE environment.
Inherits from type DeployedObject and adds the following.
Attributes Summary uri : String A uri which when resolved relative to the application URL specifies the location of a module's archive contents on a filesystem. altDD : String uri which when resolved relative to the application URL specifies the location of alternate DD for this module. applicationDeployment : The ApplicationDeployment instance that this ModuleDeployment is contained within.
Attribute Details
uri - 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).
data type: String
default Value: unspecified
altDD - 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.
data type: String
default Value: unspecified
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.
data type:
Copyright IBM Corp. 1996-2002