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


Chapter 13 EventBrowserDef : EventBrowserDef Operations : tibasEventBrowserDef_Create()

tibasEventBrowserDef_Create()
Function
Declaration
tibas_status tibasEventBrowserDef_Create
(tibasEventBrowserDef*        eventBrowserDef)
Purpose
Creates a new instance of an EventBrowserDef.
Parameters
 
Remarks
Use the tibasEventBrowserDef_Create() function to create an EventBrowserDef object. The browserDef defines the characteristics of an event browser, which allows your application to browse through the tuples in a space based on the browser characteristics defined in the browserDef.
The space browser is created when you pass the eventBrowserDef to the tibasMetaspace_BrowseEvents() function or the tibasSpace_BrowseEvents() function.
If you create the event browser definition by calling tibasEventBrowserDef_Create(), then you must set the attributes of the browser by calling additional tibasEventBrowserDef functions. Call:
tibasEventBrowserDef_SetTimeout() to set the a timeout value for the event browser.
tibasEventBrowserDef_SetTimeScope() to set a time scope for the event browser.
tibasEventBrowserDef_SetDistributionScope() to set a distribution scope.
You can both create the browser and directly set the browser attributes by calling the tibasEventBrowserDef_CreateEx() function.
See Also
tibasEventBrowserDef_SetTimeout(), tibasEventBrowserDef_SetTimeScope(), tibasEventBrowserDef_SetDistributionScope()

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