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


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_GetListen()

tibasMetaspace_GetListen()
Function
Declaration
tibas_statustibasMetaspace_GetListen
(tibasMetaspace metaspace,
char**           listen)
Purpose
Returns the listen attribute defined for a specified metaspace connection.
Parameters
 
A string in the format tcp://interface/port
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.
See Also
tibasMetaspace_DefineSpace(), tibasMemberDef_GetListen(), tibasMemberDef_SetListen()

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