Base class of RemoteCallContext. More...
#include <RemoteCallContext.hpp>
Public Member Functions | |
| void | commit () |
| Signals that processing of a remote call has completed, and that the remote call response should now be sent back to the client. More... | |
| void | commit (const std::exception &e) |
| Signals that the processing of a remote call has resulted in an exception, and that the remote call response should now be sent back to the client. More... | |
| bool | isCommitted () const |
| Returns true if commit() has been called on this remote call context. More... | |
| RcfSession & | getRcfSession () |
| Returns the RcfSession associated with this remote call context. More... | |
Base class of RemoteCallContext.
| void RCF::RemoteCallContextImpl::commit | ( | ) |
Signals that processing of a remote call has completed, and that the remote call response should now be sent back to the client.
| void RCF::RemoteCallContextImpl::commit | ( | const std::exception & | e | ) |
Signals that the processing of a remote call has resulted in an exception, and that the remote call response should now be sent back to the client.
| bool RCF::RemoteCallContextImpl::isCommitted | ( | ) | const |
Returns true if commit() has been called on this remote call context.
| RcfSession& RCF::RemoteCallContextImpl::getRcfSession | ( | ) |
Returns the RcfSession associated with this remote call context.