TIBCO Adapter SDK C++ Reference
MAppProperties Members
MAppProperties | Legend
Members
Data Members
Data Member Description
HAWKUPTIMEDATATYPE  
JMSCLIENTIDPREFIX  
JMSRECONNECTCOUNT Property to set the JMS provider/server fault tolerance reconnect count.

Default: 4 times

JMSRECONNECTDELAY Property to set the JMS provider/server fault tolerance reconnect delay.

Default: 500 msec

MINSTANCEIMPL  
SECOMPONENTNAME  
SERVICEUNITNAME  
XMLAMXMSG  
XSDGENERATION Property name for switching XSD generation on and off for the adapter instance.
XSDGENERATIONOFF The value for switching XSD generation off.
XSDGENERATIONON The value for switching XSD generation on.
Methods
Method Description
~MAppProperties Destructor.
get 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.

getArgc Return the count (argc) of the command-line arguments.
getArgv Return the vector of strings (argv) that was used as command-line argument.
getConfigProperties Return the MProperties instance in which configuration information is stored.
getProperty 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.
getProperty 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.
isMultiThreaded Return TRUE if this is a multithreaded application, FALSE otherwise.
MAppProperties Constructor.
newCommandLinePropertyEnumerator  
numProperties Return the number of extended (user-defined) properties associated with this application.
set This method sets the specified property with the value specified by propValue.
setCommandLine Store the command-line arguments used when this adapter is invoked.

Allows applications to access command-line arguments in the MApp::onInitialization() method.

setMultiThreaded 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.

setProperty Set the value of an extended property specified in the adapter instance description object.
setRvEmbeddedTicket 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.

toString Return this MAppProperties instance to a string of name/value pairs.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.