TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
MString& rsSubject | Parameter in which to store the reply subject. |
iValue | Parameter in which to store the verb code. One of: Insert, Update, Delete or Insert_or_Update (update existing record or insert new record if it does not exist). See MAdvisoryDocument::MAdvisorySeverity for details. |
@@MBusinessDocument::getVerbCode@int& Retrieve the verbCode attribute from this business document. This attribute provides suggested actions.
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
virtual Mboolean getReplyAddress(MString& rsSubject) throw(MException);