Attributes Summary |
name : String | The name of the Work Area Partition to create.
|
description : String | The description of the given Partition.
|
enable : boolean | Specifies whether the server will attempt to start the specified partition when the server starts.
|
bidirectional : boolean | 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.
|
maxSendSize : int | The maximum size of data that can be sent within a single work area.
|
maxReceiveSize : int | The maximum size of data that can be received within a single work area.
|
deferredAttributeSerialization : boolean | 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.
|
properties : Property
*
| Additional custom properties for this partition which may be configurable.
|