GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Runnable to handle connection request from a new client which connects to a listening Transport channel (socket) on a fixed port number (e.g. More...
#include <TGo4ConnectorRunnable.h>
Public Member Functions | |
TGo4ConnectorRunnable (const char *name, TGo4ServerTask *man) | |
virtual | ~TGo4ConnectorRunnable () |
Int_t | Run (void *ptr) override |
The working function which runs in the thread. | |
![]() | |
TGo4Runnable (const char *name, TGo4ThreadManager *man) | |
TGo4Runnable (const TGo4Runnable &right) | |
virtual | ~TGo4Runnable () |
TGo4Thread * | GetThread () const |
TGo4ThreadManager * | GetThreadManager () const |
void | SetThread (TGo4Thread *gthread) |
Private Member Functions | |
TGo4ConnectorRunnable () | |
Private Attributes | |
TGo4TaskManager * | fxTaskManager {nullptr} |
1 | |
Additional Inherited Members | |
![]() | |
TGo4Runnable () | |
virtual Int_t | PostRun (void *ptr) |
Function which is called once after the Run()method on threadstop. | |
virtual Int_t | PreRun (void *ptr) |
Function which is called once before the Run() method on threadstart. | |
virtual void | ThreadCatch (TGo4Exception &ex) |
catch for exceptions occurring in workfunc | |
virtual void | UnexpectedCatch () |
catch for all unexpected exceptions happening in workfunc | |
![]() | |
TGo4Thread * | fxGo4Thread {nullptr} |
Backlink to thread which runs this. | |
TGo4ThreadManager * | fxManager {nullptr} |
The threadmanager which is responsible for our thread. | |
Runnable to handle connection request from a new client which connects to a listening Transport channel (socket) on a fixed port number (e.g.
5000). When client asks the connector runnable for a new task handler connection (in method Connect of client task handler in client mode), this runnable tells him the first port number and machine name of the server, creates a new task handler in server mode, adds it to the task manager and invokes the server task handler's Connect. Then the three transport channels with the correct port numbers should be established...
Definition at line 34 of file TGo4ConnectorRunnable.h.
TGo4ConnectorRunnable::TGo4ConnectorRunnable | ( | const char * | name, |
TGo4ServerTask * | man ) |
Definition at line 20 of file TGo4ConnectorRunnable.cxx.
References TGo4Runnable::TGo4Runnable(), fxTaskManager, and TGo4ServerTask::GetTaskManager().
|
inlinevirtual |
Definition at line 39 of file TGo4ConnectorRunnable.h.
|
private |
|
overridevirtual |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 26 of file TGo4ConnectorRunnable.cxx.
References TGo4Runnable::fxGo4Thread, and fxTaskManager.
|
private |
1
Definition at line 50 of file TGo4ConnectorRunnable.h.
Referenced by TGo4ConnectorRunnable(), and Run().