WorkAreaPartition
This type is a class for model objects.
A Work Area Partition supports custom configuration and isolated Work Area functionality.
Package: workareaservice
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
WorkAreaPartitionService.partitions
Attributes Summary name : EString The name of the Work Area Partition to create. Name must be unique and will also be used to retrieve the Partition. description : EString The description of the given Partition. enable : EBoolean Specifies whether the server will attempt to start the specified partition when the server starts. bidirectional : EBoolean Enabling the bidirectional attribute permits applications to modify a Work Area's context imported by a J2EE request; modified properties will be propagated back to the requestor's environment. (default is disabled) maxSendSize : EInt The maximum size of data that can be sent within a single work area. (0 = no limit; -1 = default) maxReceiveSize : EInt The maximum size of data that can be received within a single work area.. (0 = no limit; -1 = default) deferredAttributeSerialization : EBoolean By default, the work area partition service serializes attributes when they are set into a work area and deserializes the attributes whenever they are retrieved from a work area. Enabling this option defers attribute serialization until the work area is propagated on a remote invocation. The work area partition service will cache both the serialized and deserialized form of each attribute for optimized performance. Applications should not share attributes of the work area between threads. (default is disabled) enableWebServicePropagation : EBoolean * No description is available * properties : Property * Additional custom properties for this partition which may be configurable.
Attribute Details
name - The name of the Work Area Partition to create. Name must be unique and will also be used to retrieve the Partition.
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
description - The description of the given Partition.
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
enable - Specifies whether the server will attempt to start the specified partition when the server starts.
Data Type: EBoolean
Default value: true
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
bidirectional - Enabling the bidirectional attribute permits applications to modify a Work Area's context imported by a J2EE request; modified properties will be propagated back to the requestor's environment. (default is disabled)
Data Type: EBoolean
Default value: false
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
maxSendSize - The maximum size of data that can be sent within a single work area. (0 = no limit; -1 = default)
Data Type: EInt
Default value: 32768
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
maxReceiveSize - The maximum size of data that can be received within a single work area.. (0 = no limit; -1 = default)
Data Type: EInt
Default value: 32768
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
deferredAttributeSerialization - By default, the work area partition service serializes attributes when they are set into a work area and deserializes the attributes whenever they are retrieved from a work area. Enabling this option defers attribute serialization until the work area is propagated on a remote invocation. The work area partition service will cache both the serialized and deserialized form of each attribute for optimized performance. Applications should not share attributes of the work area between threads. (default is disabled)
Data Type: EBoolean
Default value: false
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
enableWebServicePropagation - * No description is available *
Data Type: EBoolean
Default value: false
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
properties - Additional custom properties for this partition which may be configurable.
Reference Type: Property *
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
(C) COPYRIGHT International Business Machines Corp. 1996-2006