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


Chapter 6 MemberDef : MemberDef Operations : tibasMemberDef_SetListen()

tibasMemberDef_SetListen()
Function
Declaration
tibas_status tibasMemberDef_SetListen
(tibasMemberDef* memberDef,
 const char* listen)
Purpose
Sets the listen attribute for a specified memberDef.
Parameters
 
Remarks
Use the tibasMemberDef_SetListen() function to specify the listen attribute for a specified memberDef. Specifically, the listen attribute specifies the interface and port that the member uses to listen for incoming connections from new members in the metaspace.
For information on the format for the listen attribute, see Listen URL format of the TIBCO ActiveSpaces Developer’s Guide.
See Also
tibasMemberDef_Create(), tibasMemberDef_SetMemberName(), tibasMemberDef_SetRemoteDiscovery(), tibasMemberDef_SetDiscovery(), tibasMemberDef_GetListen(), tibasMemberDef_SetDiscovery()

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