This type is a class for model objects.
A Work Area Partition supports custom configuration and isolated Work Area functionality.
Package: workareaserviceAttributes 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 |