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


Chapter 14 Utilities : Utility Functions : tibems_GetAllowCloseInCallback

tibems_GetAllowCloseInCallback
Function
Purpose
Gets whether the client application is allowed to call close or stop functions inside message listener callbacks.
C Declaration
tibems_status tibems_GetAllowCloseInCallback(
    tibems_bool *isAllowed);
COBOL Call
CALL "tibems_GetAllowCloseInCallback"
  USING BY REFERENCE isAllowed,
  RETURNING tibems-status
END-CALL.
Parameters
 
Returns true when the client application does not return with a TIBEMS_ILLEGAL_STATE error status before closing a session or connection or stopping a connection inside a message listener callback. Returns false if the application returns with this error in such a situation.
See Also
tibems_SetAllowCloseInCallback on page 405

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