executeCollaboration()

Sends business object requests to collaborations. This is a synchronous request.

WebSphere InterChange Server

This method is only valid when the integration broker is InterChange Server.

Syntax

public void executeCollaboration(String collabName,
    BusinessObjectInterface theBusObj, ReturnStatusDescriptor rtnStatus);
 

Parameters

collabName
Specifies the name of the collaboration that should execute the business object request.
theBusObj
Is the incoming and returned business object.
rtnStatus
Is the status descriptor containing a message and the execution or return status from the collaboration.

Return values

None.

See also

See also the description of the BusinessObjectInterface.

Copyright IBM Corp. 1997, 2004