DeploymentTargetMapping

The mapping of a deployed object such as an application or module into a server or cluster environment.



Attributes Summary
enable : booleanWhen enabled, this module will not be loaded on the specified deployment target.
target : DeploymentTarget@ The target that this deployed object is deployed onto.
config : DeployedObjectConfig@ A configuration definition for the deployed object on a specific deployment target.

Attribute Details

enable    -    When enabled, this module will not be loaded on the specified deployment target.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



target    -    The target that this deployed object is deployed onto.
     data type: DeploymentTarget@



config    -    A configuration definition for the deployed object on a specific deployment target. This configuration overrides the corresponding default configuration defined in the deployed object. (For example, session management settings defined here override the ones defined in the corresponding server definition).
     data type: DeployedObjectConfig@


Copyright IBM Corp. 1997-2004