DeployedObject
Attributes Summary deploymentId : String A deployment identifier for this application deployment which is incremented if the application is redeployed into the WebSphere environment. startingWeight : Integer 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. 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.
Attribute Details
deploymentId - A deployment identifier for this application deployment which is incremented if the application is redeployed into the WebSphere environment.
data type: String
default Value: unspecified
startingWeight - 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
data type: Integer
default Value: 1
targetMappings - A set of target mappings which specify deployment targets and target-specific configurations for this deployed object.
data type: DeploymentTargetMapping*
configs - 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).
data type: DeployedObjectConfig*
Copyright IBM Corp. 1996-2002