TIBCO Adapter SDK C++ Reference
|
Data Member | Description |
![]() | |
![]() | |
![]() |
Property to set the JMS provider/server fault tolerance reconnect count. Default: 4 times |
![]() |
Property to set the JMS provider/server fault tolerance reconnect delay. Default: 500 msec |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Property name for switching XSD generation on and off for the adapter instance. |
![]() | The value for switching XSD generation off. |
![]() | The value for switching XSD generation on. |
Method | Description |
![]() ![]() | Destructor. |
![]() |
The following are the properties that this method can retrieve: APPNAME USERNAME PASSWORD INSTANCEID REPOURL CONFIGURL APPVERSION APPINFO PROPFILE User specified properties (in tra file) can also be retrieved using this call. |
![]() | Return the count (argc) of the command-line arguments. |
![]() | Return the vector of strings (argv) that was used as command-line argument. |
![]() | Return the MProperties instance in which configuration information is stored. |
![]() ![]() | Retrieve an extended property, for example, a property of an attribute. Extended properties allow applications to expand on the information defined by the SDK. For example, sessions have a number of pre-specified attributes. You can use extended properties to add more information to a session. |
![]() ![]() | Retrieve an extended property, for example, a property of an attribute. Extended properties allow applications to expand on the information defined by the SDK. For example, sessions have a number of pre-specified attributes. You can use extended properties to add more information to a session. |
![]() | Return TRUE if this is a multithreaded application, FALSE otherwise. |
![]() | Constructor. |
![]() ![]() | |
![]() ![]() | Return the number of extended (user-defined) properties associated with this application. |
![]() | This method sets the specified property with the value specified by propValue. |
![]() |
Store the command-line arguments used when this adapter is invoked. Allows applications to access command-line arguments in the MApp::onInitialization() method. |
![]() |
Set the data members of this MAppProperties instance. This method makes this application a multithreaded application. The parameter defaults to TRUE, that is, if you call this method the application becomes multithreaded unless you specify FALSE. |
![]() ![]() | Set the value of an extended property specified in the adapter instance description object. |
![]() |
Set the embedded RV license, if there is one. Specially-licensed third-party developers can use another form of this method. To use this alternate form, a developer must first purchase a special license ticket. This call embeds the special ticket in the program, so that end-users do not need to purchase TIBCO Rendezvous to use the program. |
![]() | Return this MAppProperties instance to a string of name/value pairs. |