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(). |