Functions of type tibemsConnectionMetaData retrieve information about the EMS application.
tibemsConnectionMetaData_GetEMSMajorVersiontibemsConnectionMetaData_GetEMSMinorVersion tibemsConnectionMetaData_GetProviderMajorVersiontibemsConnectionMetaData_GetProviderMinorVersion tibemsConnectionMetaData_GetEMStibems_status tibemsConnectionMetaData_GetEMSMajorVersion(tibems_int* majorVersion);tibems_status tibemsConnectionMetaData_GetEMSMinorVersion(tibems_int* minorVersion);tibems_status tibemsConnectionMetaData_GetEMSVersion(
metadata has usage pointer.
The tibemsConnectionMetaData object from which the version number will be extracted. tibemsConnectionMetaData_GetEMSMajorVersion uses this location to store the major version number of the JMS specification supported by the EMS application. tibemsConnectionMetaData_GetEMSMinorVersion uses this location to store the minor version number of the JMS specification supported by the EMS application. tibemsConnectionMetaData_GetEMSVersion uses this location to store the version number of the JMS specification supported by the EMS application.EMS applications can retrieve the metaData object from any connection; see tibemsConnection_GetMetaData on page 212.tibemsConnectionMetaData_GetProvidertibems_status tibemsConnectionMetaData_GetProviderMajorVersion(tibems_int* providerMajorVersion);tibems_status tibemsConnectionMetaData_GetProviderMinorVersion(tibems_int* providerMinorVersion);tibems_status tibemsConnectionMetaData_GetProviderVersion(
metadata and version have usage pointers.
The tibemsConnectionMetaData object from which the version number will be extracted. tibemsConnectionMetaData_GetProviderMajorVersion uses this location to store the major version number of the EMS application. tibemsConnectionMetaData_GetProviderMinorVersion uses this location to store the minor version number of the EMS application. tibemsConnectionMetaData_GetProviderVersion uses this location to store the version number of the EMS application.EMS applications can retrieve the metaData object from any connection; see tibemsConnection_GetMetaData on page 212.tibemsConnectionMetaData_GetEMSProviderNametibems_status tibemsConnectionMetaData_GetEMSProviderName(
metadata has usage pointer.
The location where the provider’s vendor name will be stored.tibemsConnectionMetaData_GetEMSProviderName provides the name of the EMS provider, TIBCO Software Inc.EMS applications can retrieve the metaData object from any connection; see tibemsConnection_GetMetaData on page 212.
Copyright © TIBCO Software Inc. All Rights Reserved.