Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix B Datatypes : Enumerated Types : tibas_eventType

tibas_eventType
Type
Declaration
typedef enum {
  TIBAS_EVENT_PUT ,
  TIBAS_EVENT_TAKE,
  TIBAS_EVENT_EXPIRE,
  TIBAS_EVENT_EVICT
  TIBAS_EVENT_SEED,
  TIBAS_EVENT_UNSEED
} tibas_eventType;
Purpose
This type represents the event types used by TIBCO ActiveSpaces functions.
Values
 
The Put event type is returned when a member puts or updates a tuple into a space.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved