TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
serviceName | name of service to set |
endpointName | name of the endpoint associated with this service |
schemaList |
name of the schema associated with this service
|
// usually, one enumerates all endpoints and sets up one service per
// endpoint. Some adapters wish to do otherwise.
info.Set( serviceName, endpointName, schemaName );
info.Set( serviceName, endpointName, schemaName );
//... whatever, all under the adapter's control
myApp.setAdapterServiceInfo( info );