TIBCO Adapter SDK C++ Reference
MOperationReply
Class Hierarchy | C++ Classes and Methods | Members | Methods
This class and MOperationRequest are the two main classes used for operation invocation. This class encapsulates the return value.
Remarks
The server registers an implementation for each operation (based on the metadata information). The implementation receives a request instance object and builds a reply instance object. If a server does not have an implementation for an operation, it does not reply but logs the operation.
Methods Valid on Client and/or Server
One set of methods is valid on the client, another is valid on the server, as listed next:

MOperationReply::getClassName - called by client or server

MOperationReply::getExceptionData() - called by client

MOperationReply::getExceptionName() - called by client

MOperationReply::get() - called by client

MOperationReply::getClosure() - called by client

MOperationReply::hasException() - called by client

MOperationReply::clone() - called by server

MOperationReply::setException() - called by server

MOperationReply::setReturnValue() - called by server

MOperationReply::set() - called by server

MOperationReply::reply() - called by server

Deprecated Methods
MOperationReply::makeUserOwned()

New applications should use MOperationReply::clone().

Declaration
class MOperationReply : public MOperation;
Class Hierarchy
MOperation
    MOperationReply
File
MOperationReply.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.