This type is a class for model objects.
* No description is available *
Package: appdeploymentAttributes Summary | |
deploymentId : EString | A deployment identifier for this application deployment which is incremented if the application is redeployed into the WebSphere environment. |
startingWeight : EInt | A weighting that can be used to allow this deployed object (Application or Module) to be started by a deployment target prior to other deployed objects. The deployed objects are started by ascending order of their starting weight. Range: 0 to 100 |
targetMappings : DeploymentTargetMapping * | A set of target mappings which specify deployment targets and target-specific configurations for this deployed object. |
configs : DeployedObjectConfig * | A set of configurations defined for this deployed object. These configurations override the corresponding default configurations defined in the deployed object. (For example, session management settings defined here override the ones defined in the corresponding server definition). |
classloader : Classloader @ | * No description is available * |
Attribute Details |