v2.10-0 (21000JUN2005)

Uses of Class
Go4ThreadManager.TGo4ThreadManager

Packages that use TGo4ThreadManager
Go4TaskHandler 
Go4ThreadManager 
Go4ThreadManagerExample 

Uses of TGo4ThreadManager in Go4TaskHandler
 

Subclasses of TGo4ThreadManager in Go4TaskHandler
class TGo4Task
          
 

Fields in Go4TaskHandler declared as TGo4ThreadManager
private TGo4ThreadManager*TGo4TaskHandler.fxThreadManager
          Link to threadmanager that owns the task handler, used for runnable ctors
protected TGo4ThreadManager*TGo4TaskHandlerException.fxThreadManager
          
 

Constructors in Go4TaskHandler with parameters of type TGo4ThreadManager
TGo4CommandRunnable.TGo4CommandRunnable(const char * name, TGo4ThreadManager* man, TGo4TaskHandler* hand, Bool_t receivermode)
          
TGo4DataRunnable.TGo4DataRunnable(const char * name, TGo4ThreadManager* man, TGo4TaskHandler* hand, Bool_t receivermode)
          
TGo4StatusRunnable.TGo4StatusRunnable(const char * name, TGo4ThreadManager* man, TGo4TaskHandler* hand, Bool_t receivermode)
          
TGo4TaskHandler.TGo4TaskHandler(const char * name, TGo4ThreadManager* threadmanager, Bool_t clientmode, Bool_t mastermode, UInt_t negotiationport)
          
TGo4TaskHandlerRunnable.TGo4TaskHandlerRunnable(const char * name, TGo4ThreadManager* man, TGo4TaskHandler* hand, Bool_t receivermode)
          
 

Methods in Go4TaskHandler that return TGo4ThreadManager
const TGo4ThreadManager*TGo4TaskHandler.GetThreadManager()
          
 

Uses of TGo4ThreadManager in Go4ThreadManager
 

Fields in Go4ThreadManager declared as TGo4ThreadManager
protected TGo4ThreadManager*TGo4AppControlTimer.fxManager
          Backlink to threadmanager who owns this timer.
protected TGo4ThreadManager*TGo4Runnable.fxManager
          The threadmanager which is responsible for our thread.
private TGo4ThreadManager*TGo4TerminateException.fxThreadManager
          
protected TGo4ThreadManager*TGo4ThreadHandler.fxManager
          Backlink to threadmanager who owns this thread handler.
 

Constructors in Go4ThreadManager with parameters of type TGo4ThreadManager
TGo4AppControlTimer.TGo4AppControlTimer(TGo4ThreadManager* manager, Long_t msperiod, Bool_t mode)
          
TGo4Runnable.TGo4Runnable(const char * name, TGo4ThreadManager* man)
          
TGo4TerminateException.TGo4TerminateException(TGo4ThreadManager* man)
          
TGo4ThreadHandler.TGo4ThreadHandler(const char * name, TGo4ThreadManager* parent)
          
TGo4ThreadManager.TGo4ThreadManager(const TGo4ThreadManager& right)
          
 

Methods in Go4ThreadManager that return TGo4ThreadManager
TGo4ThreadManager*TGo4Runnable.GetThreadManager()
          
synchronized TGo4ThreadManager&TGo4ThreadManager.operator=(const TGo4ThreadManager& right)
          
 

Methods in Go4ThreadManager with parameters of type TGo4ThreadManager
voidTGo4AppControlTimer.SetManager(TGo4ThreadManager* parent)
          Sets reference to new thread manager
synchronized TGo4ThreadManager&TGo4ThreadManager.operator=(const TGo4ThreadManager& right)
          
 

Uses of TGo4ThreadManager in Go4ThreadManagerExample
 

Subclasses of TGo4ThreadManager in Go4ThreadManagerExample
class TGo4TestThreadManager
          Example of a user subclass of the threadmanager.
 

Constructors in Go4ThreadManagerExample with parameters of type TGo4ThreadManager
TGo4TestRunnable.TGo4TestRunnable(Text_t* name, TGo4ThreadManager* man, Int_t mode)
          
 


J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005