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


Chapter 14 Utilities : Utility Functions : tibems_GetExceptionOnFTSwitch

tibems_GetExceptionOnFTSwitch
Function
Purpose
Detects whether exception listener is called on a fault-tolerant switchover.
C Declaration
tibems_status tibems_GetExceptionOnFTSwitch(
    tibems_bool* isSet);
COBOL Call
CALL "tibems_GetExceptionOnFTSwitch"
  USING BY REFERENCE isSet,
  RETURNING tibems-status
END-CALL.
Parameters
 
Returns true if the exception listener is to be called on a fault-tolerant switchover and false if it is not to be called. Default is false.
See Also
tibems_setExceptionOnFTSwitch on page 412
Setting an Exception Listener in the TIBCO Enterprise Message Service User’s Guide

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