tibas_browserType
The tibas_browserType enumerated type specifies the type of browser that can be set up using the TIBCO ActiveSpaces functions.
Declaration
typedef enum _tibas_browserType {
TIBAS_BROWSER_GET = 0,
TIBAS_BROWSER_TAKE = 1,
TIBAS_BROWSER_LOCK = 2
} tibas_browserType;
Values
Value |
Description |
TIBAS_BROWSER_GET |
Specifies that the browser will perform GET operations on browsed tuples. |
TIBAS_BROWSER_TAKE |
Specifies that the browser will perform TAKE operations on browsed tuples. |
TIBAS_BROWSER_LOCK |
Specifies that the browser will perform LOCK operations on browsed tuples. |
Copyright © Cloud Software Group, Inc. All rights reserved.