#include <TGo4LocalCommandRunnable.h>
Inheritance diagram for TGo4LocalCommandRunnable:
Public Member Functions | |
TGo4LocalCommandRunnable (const char *name, TGo4Task *task) | |
virtual | ~TGo4LocalCommandRunnable () |
virtual Int_t | Run (void *ptr) |
The working function which runs in the thread. | |
Private Member Functions | |
TGo4LocalCommandRunnable () | |
Private Attributes | |
TGo4Task * | fxLocalTask |
1 |
Will listen to a server side command queue and invokes command by server command invoker. Method SubmitCommand will either send all Callback commands to current client (remote command), or put it into the local queue. Note that local commands would also be possible on the client side now, since local command queue and this thread is owned by TGo4Task baseclass thread
Definition at line 34 of file TGo4LocalCommandRunnable.h.
|
Definition at line 33 of file TGo4LocalCommandRunnable.cxx. References fxLocalTask, and TGo4Task::GetLocalCommandQueue(). |
|
Definition at line 42 of file TGo4LocalCommandRunnable.cxx. |
|
Definition at line 27 of file TGo4LocalCommandRunnable.cxx. |
|
The working function which runs in the thread.
Implements TGo4Runnable. Definition at line 46 of file TGo4LocalCommandRunnable.cxx. References fxLocalTask, TGo4Task::Get_fgiTERMID(), TGo4Command::GetCommandID(), TGo4Task::GetLocalCommandQueue(), TGo4Runnable::GetThread(), TGo4CommandInvoker::Instance(), and TGo4ObjectQueue::WaitObject(). |
|
1
Definition at line 51 of file TGo4LocalCommandRunnable.h. Referenced by Run(), and TGo4LocalCommandRunnable(). |