WorkAreaService

The Work Area Service manages the scope and implicit propagation of application context.

Inherits from type Service and adds the following.

Attributes Summary
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.

Attribute Details

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


Copyright IBM Corp. 1997-2004