v2.10-0 (21000JUN2005)

Go4GUI
Class TGo4StartClientStatus


class TGo4StartClientStatus
derived from TGo4Status

Author:
Mohammad Al-Turany, J.Adamczewski
Since: 01.07.2001

Field Summary
 private Bool_tfbStartServer
           
 private TStringfcPasswd
          For gui as client only
 private TStringfcSlaveDir
           
 private TStringfcSlaveExec
           
 private TStringfcSlaveName
           
 private TStringfcSlaveNode
           
 private Int_tfiLogin
          For gui as client only
 private Int_tfiSlaveMode
          Slave Mode = 1 rsh
Slave Mode = 2 ssh
 private Int_tfiSlaveShell
          Shell =1 Qt
Shell =2 Xterm
 private UInt_tfuServerPort
           

Fields inherited from class TNamed
fName, fTitle

Constructor Summary
TGo4StartClientStatus(const char * name, const char * title)
          Slave Mode = 1 rsh
Slave Mode = 2 ssh
Shell =1 Qt
Shell =2 Xterm

Destructor Summary
 virtual synchronized ~TGo4StartClientStatus()
           

Method Summary
 const Int_tGetLoginMode()
           
 const const char *GetPasswd()
           
 const UInt_tGetServerPort()
           
 const const char *GetSlaveDir()
           
 const const char *GetSlaveExec()
           
 const Int_tGetSlaveMode()
           
 const const char *GetSlaveName()
           
 const const char *GetSlaveNode()
           
 const Int_tGetSlaveShell()
           
 const Bool_tIsStartServer()
           
 voidSetLoginMode(Int_t mode)
           
 voidSetPasswd(const char * txt)
           
 voidSetServerPort(UInt_t port)
           
 voidSetSlaveDir(const char * Dir)
           
 voidSetSlaveExec(const char * Prog)
           
 voidSetSlaveMode(Int_t Mode)
           
 voidSetSlaveName(const char * Name)
           
 voidSetSlaveNode(const char * node)
           
 voidSetSlaveShell(Int_t Shell)
           
 voidSetStartServer(Bool_t on)
           

Methods inherited from class Go4StatusBase.TGo4Status
Print, PrintBuffer, PrintIndent, PrintStatus

Methods inherited from class TNamed
operator=, Clear, Clone, Compare, Copy, FillBuffer, GetName, GetTitle, Hash, IsSortable, SetName, SetNameTitle, SetTitle, ls, Sizeof, Class, Class_Name, Class_Version, Dictionary, IsA, ShowMembers, Streamer, StreamerNVirtual, DeclFileName, ImplFileLine, ImplFileName, DeclFileLine

Field Detail

fbStartServer

private Bool_t fbStartServer

fcPasswd

private TString fcPasswd
For gui as client only

fcSlaveDir

private TString fcSlaveDir

fcSlaveExec

private TString fcSlaveExec

fcSlaveName

private TString fcSlaveName

fcSlaveNode

private TString fcSlaveNode

fiLogin

private Int_t fiLogin
For gui as client only

fiSlaveMode

private Int_t fiSlaveMode
Slave Mode = 1 rsh
Slave Mode = 2 ssh

fiSlaveShell

private Int_t fiSlaveShell
Shell =1 Qt
Shell =2 Xterm

fuServerPort

private UInt_t fuServerPort
Constructor Detail

TGo4StartClientStatus

public TGo4StartClientStatus(const char * name, const char * title)
Slave Mode = 1 rsh
Slave Mode = 2 ssh
Shell =1 Qt
Shell =2 Xterm
Method Detail

~TGo4StartClientStatus

public virtual synchronized ~TGo4StartClientStatus()
Method Detail

GetLoginMode

public const Int_t GetLoginMode()

GetPasswd

public const const char * GetPasswd()

GetServerPort

public const UInt_t GetServerPort()

GetSlaveDir

public const const char * GetSlaveDir()

GetSlaveExec

public const const char * GetSlaveExec()

GetSlaveMode

public const Int_t GetSlaveMode()

GetSlaveName

public const const char * GetSlaveName()

GetSlaveNode

public const const char * GetSlaveNode()

GetSlaveShell

public const Int_t GetSlaveShell()

IsStartServer

public const Bool_t IsStartServer()

SetLoginMode

public void SetLoginMode(Int_t mode)

SetPasswd

public void SetPasswd(const char * txt)

SetServerPort

public void SetServerPort(UInt_t port)

SetSlaveDir

public void SetSlaveDir(const char * Dir)

SetSlaveExec

public void SetSlaveExec(const char * Prog)

SetSlaveMode

public void SetSlaveMode(Int_t Mode)

SetSlaveName

public void SetSlaveName(const char * Name)

SetSlaveNode

public void SetSlaveNode(const char * node)

SetSlaveShell

public void SetSlaveShell(Int_t Shell)

SetStartServer

public void SetStartServer(Bool_t on)

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

30-06-2005