tibasMetaspace_GetListen()

Returns the listen attribute defined for a specified metaspace connection.

Declaration

tibas_statustibasMetaspace_GetListen
(tibasMetaspace metaspace,
char**           listen)

Parameters

Parameter Description
metaspace The TIBCO ActiveSpaces entity on which the function is invoked.
listen A string in the format tcp://interface/port

The program must not modify or free the string.

Remarks

Use the tibasMetaspace_GetDiscovery() function to return the listen attibute currently active for a specified metaspace.

The listen attribute is specified in the MemberDef object that defines the characteristics of the metaspace. You can use the tibasMemberDef_SetListen() function to set the listen attribute and the tibasMetaspace_GetListen() function to return the listen attribute currently set in the MemberDef object.