MIRA
|
RPCHandler implements an AbstractRPCHandler. More...
#include <fw/RPCHandler.h>
Classes | |
class | InvokerRunnable |
Public Types | |
typedef boost::shared_ptr< InvokerRunnable > | InvokerRunnablePtr |
Public Member Functions | |
RPCHandler (DispatcherThread *dispatcher, DiagnosticsModulePtr module=NULL) | |
virtual void | queueRequest (AbstractDeferredInvokerPtr invoker) |
Implemented from AbstractRPCHandler. More... | |
virtual boost::thread::id | getThreadID () const |
Implemented to resolve ambiguity. More... | |
DiagnosticsModulePtr | getDiagnosticsModule () |
RPCHandler implements an AbstractRPCHandler.
It can be added to a DispatcherThread as a signal handler to allow handling of RPC calls within the thread of the dispatcher.
typedef boost::shared_ptr<InvokerRunnable> InvokerRunnablePtr |
|
inline |
|
virtual |
Implemented from AbstractRPCHandler.
Implements AbstractRPCHandler.
|
inlinevirtual |
Implemented to resolve ambiguity.
Implements AbstractRPCHandler.
|
inline |