conversationContext

Defines the class for the state information of each asynchronous operation.

Information contained by instances of this class is used by the dispatcher to properly route requests in the same asynchronous operation to the appropriate Simple Object Access Protocol (SOAP) node.

References

Used by the following properties:

Properties

This class has the following properties.

affinityStrength

Specifies the amount of time that can be saved by routing a high affinity request to the same process.

Specifies the amount of time, in milliseconds, that can be saved by routing a request back to the process that handled the original request in the sequence. Affinity describes how tightly the request is associated with a process.

The request for the first page of the report output can take much longer than requests for additional output pages. The process handles the subsequent requests more efficiently because it caches information from the first request. Subsequent requests have a high affinity to the process because of the efficiency gained by sending these requests to the same process. If a subsequent request is sent to a different process, that process must perform all the activities performed by the process that received the first request, which takes more time.

This property contains data to be used only by IBM® Cognos®software. The structure of this data is subject to change without notice. Client applications should not attempt to interpret or modify this data.

This property

  • is of type int

    is encoded as type xs:int

id

Identifies the asynchronous operation.

This property contains data to be used only by IBM Cognossoftware. The structure of this data is subject to change without notice. Client applications should not attempt to interpret or modify this data.

This property

  • is of type string

    is encoded as type xs:string

nodeID

Identifies the dispatcher that handled the initial request of the asynchronous operation.

This property contains data to be used only by IBM Cognossoftware. The structure of this data is subject to change without notice. Client applications should not attempt to interpret or modify this data.

This property

  • is of type string

    is encoded as type xs:string

processID

Identifies the process that handled the initial request of the asynchronous operation.

This property contains data to be used only by IBM Cognossoftware. The structure of this data is subject to change without notice. Client applications should not attempt to interpret or modify this data.

This property

  • is of type int

    is encoded as type xs:int

status

Specifies the status of the current asynchronous conversation. The valid values for this property are specified in the bibus » asynchStatusEnum enumeration set.

This property contains data to be used only by IBM Cognossoftware. The structure of this data is subject to change without notice. Client applications should not attempt to interpret or modify this data.

This property

  • is of type string

    is encoded as type xs:string