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


Chapter 14 Utilities : Utility Functions : tibems_GetExceptionOnFTEvents

tibems_GetExceptionOnFTEvents
Function
Purpose
Detects whether exception listener is called on any of the following fault-tolerant events: disconnected, each reconnect attempt, reconnected.
C Declaration
tibems_status tibems_GetExceptionOnFTEvents(
    tibems_bool* isSet);
COBOL Call
CALL "tibems_GetExceptionOnFTEvents"
  USING BY REFERENCE isSet,
  RETURNING tibems-status
END-CALL.
Parameters
 
Returns true if the exception listener is to be called on any of the following fault-tolerant events: disconnected, each reconnect attempt, reconnected. Returns false if it is not to be called. Default is false.
See Also
tibems_SetExceptionOnFTEvents on page 411
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