rasdaman complete source
Public Member Functions | List of all members
HostManager Class Reference

#include <rasmgr_host.hh>

Public Member Functions

 HostManager ()
 
 ~HostManager ()
 
bool insertInternalHost ()
 
bool checkAcceptAnotherHost ()
 
bool insertNewHost (const char *hostName, const char *netwName, int listenport)
 
bool removeHost (const char *hostName)
 
int countHosts ()
 
int countUpHosts ()
 
ServerHostoperator[] (int)
 
ServerHostoperator[] (const char *hostName)
 
int postSlaveMGR (char *body, char *outBuffer)
 
bool reset ()
 
bool acceptChangeName (const char *oldName, const char *newName)
 

Constructor & Destructor Documentation

HostManager::HostManager ( )
HostManager::~HostManager ( )

Member Function Documentation

bool HostManager::acceptChangeName ( const char *  oldName,
const char *  newName 
)
bool HostManager::checkAcceptAnotherHost ( )
int HostManager::countHosts ( )
int HostManager::countUpHosts ( )
bool HostManager::insertInternalHost ( )
bool HostManager::insertNewHost ( const char *  hostName,
const char *  netwName,
int  listenport 
)
ServerHost& HostManager::operator[] ( int  )
ServerHost& HostManager::operator[] ( const char *  hostName)
int HostManager::postSlaveMGR ( char *  body,
char *  outBuffer 
)
bool HostManager::removeHost ( const char *  hostName)
bool HostManager::reset ( )

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