Remote Call Framework 3.4
RCF::RemoteCallContextImpl Class Reference

Base class of RemoteCallContext. More...

#include <RemoteCallContext.hpp>

Inheritance diagram for RCF::RemoteCallContextImpl:
RCF::RemoteCallContext< R, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15 >

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...
 
RcfSessiongetRcfSession ()
 Returns the RcfSession associated with this remote call context. More...
 

Detailed Description

Base class of RemoteCallContext.

Member Function Documentation

◆ commit() [1/2]

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.

◆ commit() [2/2]

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.

◆ isCommitted()

bool RCF::RemoteCallContextImpl::isCommitted ( ) const

Returns true if commit() has been called on this remote call context.

◆ getRcfSession()

RcfSession& RCF::RemoteCallContextImpl::getRcfSession ( )

Returns the RcfSession associated with this remote call context.


The documentation for this class was generated from the following file: