Sends business object requests to a business process within the integration broker. This is a synchronous request.
Syntax
public void executeCollaboration(String collabName, CWConnectorBusObj theBusObj, CWConnectorReturnStatusDescriptor rtnStatusDesc);
Parameters
Return values
None.
Exceptions
None.
Notes
The executeCollaboration() method initiates a synchronous execution of an event. Synchronous execution means that the calling code waits for a response from the integration broker's business process.
WebSphere InterChange Server |
---|
If your integration broker is IBM WebSphere InterChange Server, a business process is a collaboration. |
To receive status information about the collaboration execution, pass in an instantiated return-status descriptor, rtnStatusDesc, as the last argument to the method. The collaboration populates this return-status descriptor with its status information. You can use the methods of the CWConnectorReturnStatusDescriptor class to access this status information.
See also
gotApplEvent(), methods of the CWConnectorReturnStatusDescriptor class