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


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_GetDiscovery()

tibasMetaspace_GetDiscovery()
Function
Declaration
tibas_status tibasMetaspace_GetDiscovery
(tibasMetaspace metaspace,
char**           discovery)
Purpose
Returns the discovery URL for the metaspace connection.
Parameters
 
Remarks
Use the tibasMetaspace_GetDiscovery() function to return the discovery address that is configured for a specified metaspace.
TIBCO ActiveSpaces uses three discovery protocols. Each protocol requires a different discovery URL format:
For detailed information on the discovery formats, see Discovery Attribute on page 51 of the TIBCO ActiveSpaces Developer’s Guide.
The program must not modify or free the string.
See Also
tibasMemberDef_GetDiscovery(), tibasMemberDef_SetDiscovery()

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