Dobby  3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Public Member Functions | List of all members
AI_IPC::IAsyncReplySender Class Referenceabstract

Helper class to send reply of a method call asynchronously. More...

#include <IpcCommon.h>

Inheritance diagram for AI_IPC::IAsyncReplySender:
Inheritance graph
[legend]

Public Member Functions

virtual VariantList getMethodCallArguments () const =0
 Get method call arguments.
 
virtual bool sendReply (const VariantList &replyArgs)=0
 Send reply. More...
 
virtual uid_t getSenderUid () const =0
 Get Id of the user (unix user Id) who invoked the method.
 
virtual std::string getSenderName () const =0
 Gets the unique name of the connection which originated this message.
 

Detailed Description

Helper class to send reply of a method call asynchronously.

Member Function Documentation

◆ sendReply()

virtual bool AI_IPC::IAsyncReplySender::sendReply ( const VariantList &  replyArgs)
pure virtual

Send reply.

@parameter[in] replyArgs This is the return value of the method call

Returns
On success: TRUE
On failure: FALSE

Implemented in AI_IPC::AsyncReplySender, and SDBusAsyncReplySender.


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