TIBCO Adapter SDK C++ Reference
MOperationImpl Methods
MOperationImpl | Legend
Methods
Method Description
downCast Safe downcast operation for MOperationImpl objects. See MComponent::downCast() for a detailed explanation and example.
downCast Safe downcast operation for MOperationImpl objects. See MComponent::downCast() for a detailed explanation and example.
getClassName When called for an instance of this class, return the char* “MOperationImpl”.
MOperationImpl Constructor for MOperationImpl.
noAutoConfirm Enable explicit confirmation for operations that use persistent messaging.
onInvoke This method executes when the remote operation is invoked on the server implementation. Applications always have to define this method or onOnewayInvoke().
onOnewayInvoke This method executes when the remote operation is invoked on the server implementation. This method is for oneway operations. If applications want a reply, they should use onInvoke().
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.