#include <TGo4ConnectorRunnable.h>
Public Member Functions | |
TGo4ConnectorRunnable (const char *name, TGo4ServerTask *man) | |
virtual | ~TGo4ConnectorRunnable () |
virtual Int_t | Run (void *ptr) |
The working function which runs in the thread. | |
Private Member Functions | |
TGo4ConnectorRunnable () | |
Private Attributes | |
TGo4TaskManager * | fxTaskManager |
1 |
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... thread
Definition at line 34 of file TGo4ConnectorRunnable.h.
TGo4ConnectorRunnable::TGo4ConnectorRunnable | ( | const char * | name, | |
TGo4ServerTask * | man | |||
) |
Definition at line 21 of file TGo4ConnectorRunnable.cxx.
TGo4ConnectorRunnable::~TGo4ConnectorRunnable | ( | ) | [virtual] |
Definition at line 27 of file TGo4ConnectorRunnable.cxx.
TGo4ConnectorRunnable::TGo4ConnectorRunnable | ( | ) | [private] |
Int_t TGo4ConnectorRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 31 of file TGo4ConnectorRunnable.cxx.