![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Using the Sun JDK 1.3, the sample program was compiled and executed with the following assumptions:
• The OS_ROOT environment variable is initialized to the TIBCO Object Service Broker install path
• The .jar file for the SDK (Java) is install_path\bin\cli.jar
• The TIBCO Object Service Broker Data Object Broker and TIBCO Object Service Broker monitor (osMon) are running, with the osMon listening on port 9068
• The SDK (Java) .jar file exists as install_path/bin/cli.jar
• The OS_ROOT environment variable is initialized to the TIBCO Object Service Broker install path
• The TIBCO Object Service Broker Data Object Broker and TIBCO Object Service Broker monitor (osMon) are running, with the osMon listening on port 9068
The sample uses the HURON1 TIBCO Object Service Broker user ID with a password of HURON1.This is a sample of a rule that creates an occurrence of a TDS table, generates an end message, and returns a value. On completion of the rule, the changes are not committed because the transaction is still active. The SDK (Java) program explicitly stops the transaction by issuing stopTrans with a true flag or a false flag to indicate whether the changes are to be committed.
Rule call TC007124RU02 completed; Return value='RETURN VALUE OF RULE "TC007124RU02"'; End message='END MESSAGE GENERATED BY RULE "TC007124RU02"'
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |