gSAFE  1.3.8
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
HRefreshAgentNetserver Class Reference

#include <datalib.h>

Inherits QObject.

Public Member Functions

 HRefreshAgentNetserver (void)
 
 ~HRefreshAgentNetserver (void)
 

Static Public Member Functions

static HRefreshAgentNetservergetHRefreshAgentNetserver (void)
 
static bool isRunning (void)
 
static QString serverAddress ()
 

Static Protected Attributes

static bool inNotify = false
 
static HRefreshAgentNetservertheone = NULL
 

Detailed Description

The HRefreshAgentNetclient - The server class of HRefreshAgentNetclient This class is not connected to HRefreshAgent. If the machice running this server object, you have to run a client instance too to use HRefreshAgent on the network. That case the client has to be connected to localhost.

See Also
HRefreshAgentNetclient

Definition at line 232 of file datalib.h.

Constructor & Destructor Documentation

HRefreshAgentNetserver::HRefreshAgentNetserver ( void  )

Creates an instance of HRefreshAgentNetserver. Will be listening on network and allow connect from evrywhere

Definition at line 454 of file datalib.cpp.

HRefreshAgentNetserver::~HRefreshAgentNetserver ( void  )

Destructor

Definition at line 628 of file datalib.cpp.

Member Function Documentation

static HRefreshAgentNetserver* HRefreshAgentNetserver::getHRefreshAgentNetserver ( void  )
inlinestatic

Returns the pointer of the HRefreshAgentNetserver instance

Definition at line 245 of file datalib.h.

bool HRefreshAgentNetserver::isRunning ( void  )
static

Returns true if the server is running, otherwise false

Definition at line 478 of file datalib.cpp.

QString HRefreshAgentNetserver::serverAddress ( )
static

Returns the server's ip address

Definition at line 485 of file datalib.cpp.


The documentation for this class was generated from the following files: