DeployedObject


This type is a class for model objects.

* No description is available *

Package: appdeployment

Known subtypes:
    ModuleDeployment
    EJBModuleDeployment
    WebModuleDeployment
    ConnectorModuleDeployment
    ApplicationDeployment

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  Deployment.deployedObject
  DeploymentTargetMapping.DeployedObject



Attributes 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

deploymentId  -  A deployment identifier for this application deployment which is incremented if the application is redeployed into the WebSphere environment.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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: EInt
    Default value:  1
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

targetMappings  -  A set of target mappings which specify deployment targets and target-specific configurations for this deployed object.
    Reference Type: DeploymentTargetMapping *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false
    Opposite: DeploymentTargetMapping.DeployedObject

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).
    Reference Type: DeployedObjectConfig *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

classloader  -  * No description is available *
    Reference Type: Classloader @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006