TIBCO Adapter SDK C++ Reference
MAdapterServiceInfo::Set@MString const &@MString const &@MList<MString> const &
MAdapterServiceInfo
Sets a single schema service to this class.

 

Parameters
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

Examples
MAdapterServiceInfo info = myApp.getAdapterServiceInfo();

 

// 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 );

Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.