#include <TGo4ComLaunchClient.h>
Inheritance diagram for TGo4ComLaunchClient:

Public Methods | |
| TGo4ComLaunchClient () | |
| virtual | ~TGo4ComLaunchClient () |
| void | SetClientName (const char *name) |
| Specify the name of the client to be launched. More... | |
| void | SetClientHost (const char *name) |
| Specify the hostname of the client process. More... | |
| void | SetClientDir (const char *name) |
| Specify the name of the client directory. More... | |
| void | SetClientExecutable (const char *name) |
| Specify name of executable program on client side. More... | |
| void | SetClientMode (Int_t mode) |
| Specify client mode (meaning defined by taskhandler user, i.e. More... | |
| Int_t | ExeCom () |
| Do the command action. More... | |
Private Attributes | |
| TString | fxClientName |
| name of the client to be launched. More... | |
| TString | fxClientHost |
| client machine host name. More... | |
| TString | fxClientDir |
| working directory of the client. More... | |
| TString | fxClientExecutable |
| executable to start on the client side. More... | |
| Int_t | fiMode |
| mode value for execution rights of sending task. More... | |
Definition at line 25 of file TGo4ComLaunchClient.h.
|
|
Definition at line 21 of file TGo4ComLaunchClient.cxx. References TGo4Command::fbIsLocal, fxClientDir, fxClientExecutable, fxClientHost, fxClientName, and TGo4Command::SetReceiverName(). |
|
|
Definition at line 34 of file TGo4ComLaunchClient.cxx. |
|
|
Specify the name of the client to be launched.
Definition at line 38 of file TGo4ComLaunchClient.cxx. References fxClientName. |
|
|
Specify the hostname of the client process.
Definition at line 43 of file TGo4ComLaunchClient.cxx. References fxClientHost. |
|
|
Specify the name of the client directory.
Definition at line 48 of file TGo4ComLaunchClient.cxx. References fxClientDir. |
|
|
Specify name of executable program on client side.
Definition at line 53 of file TGo4ComLaunchClient.cxx. References fxClientExecutable. |
|
|
Specify client mode (meaning defined by taskhandler user, i.e. analysisclient in go4) Definition at line 45 of file TGo4ComLaunchClient.h. References fiMode. |
|
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 58 of file TGo4ComLaunchClient.cxx. References TGo4Log::Debug(), fiMode, fxClientDir, fxClientExecutable, fxClientHost, fxClientName, and TGo4ServerTask::LaunchClient(). |
|
|
name of the client to be launched.
Definition at line 52 of file TGo4ComLaunchClient.h. Referenced by ExeCom(), SetClientName(), and TGo4ComLaunchClient(). |
|
|
client machine host name.
Definition at line 55 of file TGo4ComLaunchClient.h. Referenced by ExeCom(), SetClientHost(), and TGo4ComLaunchClient(). |
|
|
working directory of the client.
Definition at line 58 of file TGo4ComLaunchClient.h. Referenced by ExeCom(), SetClientDir(), and TGo4ComLaunchClient(). |
|
|
executable to start on the client side.
Definition at line 61 of file TGo4ComLaunchClient.h. Referenced by ExeCom(), SetClientExecutable(), and TGo4ComLaunchClient(). |
|
|
mode value for execution rights of sending task.
Reimplemented from TGo4Command. Definition at line 64 of file TGo4ComLaunchClient.h. Referenced by ExeCom(), and SetClientMode(). |
1.2.15