| 
    Dobby 3.0
    
   Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun 
   | 
 
Helper class to send reply of a method call asynchronously. More...
#include <IpcCommon.h>

Public Member Functions | |
| virtual VariantList | getMethodCallArguments () const =0 | 
| Get method call arguments.   | |
| virtual bool | sendReply (const VariantList &replyArgs)=0 | 
| Send reply.   | |
| 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.   | |
Helper class to send reply of a method call asynchronously.
      
  | 
  pure virtual | 
Get method call arguments.
Implemented in AI_IPC::AsyncReplySender, and SDBusAsyncReplySender.
      
  | 
  pure virtual | 
Gets the unique name of the connection which originated this message.
Implemented in AI_IPC::AsyncReplySender, and SDBusAsyncReplySender.
      
  | 
  pure virtual | 
Get Id of the user (unix user Id) who invoked the method.
Implemented in AI_IPC::AsyncReplySender, and SDBusAsyncReplySender.
      
  | 
  pure virtual | 
Send reply.
@parameter[in] replyArgs This is the return value of the method call
Implemented in SDBusAsyncReplySender, and AI_IPC::AsyncReplySender.