tibasMemberDef_SetListen()

Sets the listen attribute for a specified memberDef.

Declaration

tibas_status tibasMemberDef_SetListen
(tibasMemberDef* memberDef,
 const char* listen)

Parameters

Parameter Description
memberDef The memberDef for which you want to set the listen attribute.
listen The listen attribute set by the function.

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 the TIBCO ActiveSpaces Developer’s Guide.