Context Tuple APIs
ActiveSpaces provides APIs in C, Java, and .NET to access context tuples.
C APIs
Refer to the
ActiveSpaces C API Reference for more information on the following context tuple APIs:
tibas_status tibasMember_GetContext
(tibasMember member, tibasTuple* context)
tibas_status tibasMemberDef_GetContext
(tibasMember member, tibasTuple* context)
tibas_status tibasMemberDef_SetContext
(tibasMemberDef memberDef, tibasTuple context)
tibas_status tibasSpaceDef_GetContext
(tibasSpaceDef spaceDef, tibasTuple* context)
tibas_status tibasSpaceDef_SetContext
(tibasSpaceDef spaceDef, tibasTuple context)
Java APIs
Refer to the
Java API Reference for more information on the following context tuple APIs:
com.tibco.as.space.Member
Tuple getContext()
com.tibco.as.space.MemberDef
Tuple getContext()
MemberDef setContext(Tuple context)
com.tibco.as.space.SpaceDef
Tuple getContext()
SpaceDef setContext(Tuple context)
.NET APIs
Refer to the
.NET API Reference for more information on the following context tuple APIs:
Com.Tibco.As.Space.Member
public abstract Tuple Context { get; }
Com.Tibco.As.Space.MemberDef
public abstract Tuple Context { get; set; }
Com.Tibco.As.Space.SpaceDef
public abstract Tuple Context { get; set; }
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.
