Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Using TIBCO Object Service Broker to Process CA Datacom Data : Processing the Data

Processing the Data
When you access CA Datacom data from TIBCO Object Service Broker, the following occurs:
1.
2.
You can access the data using either of the following methods:
The following sections describe the mechanisms available to process the data and the procedures for taking advantage of the CA Datacom functionality and for handling handle errors.
The initializer program for the server is passed a number of parameters. One of these parameters instructs the program to attach a number of instances of the server, allowing multiple servers in a single server address space. Each instance of the server uses a CA Datacom thread to connect to CA Datacom. The thread is disconnected only when the server is disconnected.
When CA Datacom data is requested, the server starts a FORALL. Data is sent to the Data Object Broker in variable length buffers up to a maximum of 31 KB, as shown in the following illustration. If a single request requires more than 31 KB of data, multiple 31 KB buffers are sent until the request is complete.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved