#include <TGo4ComRemoveClient.h>
Inheritance diagram for TGo4ComRemoveClient:
Public Methods | |
TGo4ComRemoveClient () | |
virtual | ~TGo4ComRemoveClient () |
void | SetClient (const char *name) |
Specify the name of the client to be removed. More... | |
void | SetWaitForClient (Bool_t wait=kTRUE) |
Int_t | ExeCom () |
Do the command action. More... | |
Private Attributes | |
TString | fxClientName |
name of the client to be removed. More... | |
Bool_t | fbWaitForClient |
Definition at line 26 of file TGo4ComRemoveClient.h.
|
Definition at line 25 of file TGo4ComRemoveClient.cxx. References TGo4Command::fbIsLocal, fbWaitForClient, fxClientName, and TGo4Command::SetReceiverName(). |
|
Definition at line 35 of file TGo4ComRemoveClient.cxx. |
|
Specify the name of the client to be removed.
Definition at line 40 of file TGo4ComRemoveClient.cxx. References fxClientName. Referenced by TGo4TaskHandlerAbortException::Handle(). |
|
Definition at line 45 of file TGo4ComRemoveClient.cxx. References fbWaitForClient. Referenced by TGo4TaskHandlerAbortException::Handle(). |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 50 of file TGo4ComRemoveClient.cxx. References TGo4Log::Debug(), fbWaitForClient, fxClientName, and TGo4ServerTask::RemoveClient(). |
|
name of the client to be removed.
Definition at line 43 of file TGo4ComRemoveClient.h. Referenced by ExeCom(), SetClient(), and TGo4ComRemoveClient(). |
|
Definition at line 45 of file TGo4ComRemoveClient.h. Referenced by ExeCom(), SetWaitForClient(), and TGo4ComRemoveClient(). |