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


Chapter 15 ListenerDef : ListenerDef Operations : tibasListenerDef_GetDistributionScope()

tibasListenerDef_GetDistributionScope()
Function
Declaration
tibas_status tibasListenerDef_GetDistributionScope
(tibasListenerDef          listenerDef,
tibas_distributionScope*   distributionScope)
Purpose
Returns the distribution scope for a specified listenerDef.
Parameters
 
The distribution for the specified listenerDef. Can be either TIBAS_DISTRIBUTION_SCOPE_ALL or TIBAS_DISTRIBUTION_SCOPE_SEEDED.
Remarks
Use the tibasListenerDef_GetDistributionScope() function to return the distribution scope for a specified listenerDef.
The distribution scope can be:
TIBAS_DISTRIBUTION_SCOPE_ALL (default setting) The listener listens to events related to all tuples in the space.
TIBAS_DISTRIBUTION_SCOPE_SEEDED The listener listens only to events associated with the tuples in the space that are seeded by this member.
See Also
tibasListenerDef_Create(), tibasListenerDef_SetDistributionScope()
 

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