Session_ServerCheck Class Reference

#include <Session_ServerCheck.hxx>

Inheritance diagram for Session_ServerCheck:

Inheritance graph

Public Member Functions

 Session_ServerCheck (QMutex *, QWaitCondition *)
virtual ~Session_ServerCheck ()
virtual void run ()

Private Attributes

QMutex * myMutex
QWaitCondition * myWC
bool myCheckCppContainer
bool myCheckPyContainer
bool myCheckSVContainer
int myAttempts
int myDelay

Detailed Description

Class Session_ServerCheck : check SALOME servers


Constructor & Destructor Documentation

Session_ServerCheck::Session_ServerCheck QMutex *  mutex,
QWaitCondition *  wc
 

Constructor

Session_ServerCheck::~Session_ServerCheck  )  [virtual]
 

Destructor


Member Function Documentation

void Session_ServerCheck::run  )  [virtual]
 

Thread loop. Checnk SALOME servers and shows status message in the splash screen.


Field Documentation

QMutex* Session_ServerCheck.myMutex [private]
 

QWaitCondition* Session_ServerCheck.myWC [private]
 

bool Session_ServerCheck.myCheckCppContainer [private]
 

bool Session_ServerCheck.myCheckPyContainer [private]
 

bool Session_ServerCheck.myCheckSVContainer [private]
 

int Session_ServerCheck.myAttempts [private]
 

int Session_ServerCheck.myDelay [private]