WorkAreaPartition

A Work Area Partition supports custom configuration and isolated Work Area functionality.



Attributes Summary
name : StringThe name of the Work Area Partition to create.
description : StringThe description of the given Partition.
enable : booleanSpecifies whether the server will attempt to start the specified partition when the server starts.
bidirectional : booleanEnabling 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 : intThe maximum size of data that can be sent within a single work area.
maxReceiveSize : intThe maximum size of data that can be received within a single work area.
deferredAttributeSerialization : booleanBy 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.

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:  String
     default Value:   unspecified



description    -    The description of the given Partition.
     data type:  String
     default Value:   unspecified



enable    -    Specifies whether the server will attempt to start the specified partition when the server starts.
     data type: boolean
     default Value:   true
     Allowed Values:  true   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: boolean
     default Value:   false
     Allowed Values:  true   false  



maxSendSize    -    The maximum size of data that can be sent within a single work area.(0 = no limit; -1 = default)
     data type:  int
     default Value:   32768



maxReceiveSize    -    The maximum size of data that can be received within a single work area..(0 = no limit; -1 = default)
     data type:  int
     default Value:   32768



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: boolean
     default Value:   false
     Allowed Values:  true   false  



properties    -    Additional custom properties for this partition which may be configurable.
     data type: Property*


Copyright IBM Corp. 1997-2004