[ROOT] --> C++Client
This class provides methods to access configuration details for Parallel Crystal that are set during Installation.
friend class PCREClient ; | |
friend class PCREAppClient ; |
Connect
Disconnect
getPCREConfigInfo
getPCREFileServer
getPCREGatewayName
getPCREHostAddress
getPCREHostName
getPCREInstallDir
getPCREOutputDir
getPCRESampleOutputDir
getPCRESampleReportDir
getPCREVersion
getPCREWebServerDir
StrFree
void Connect ( ) ;
Connect the client to the Configuration Server.
void Disconnect ( ) ;
Disconnect the client from the Configuration Server.
static void StrFree ( char * str ) ;
The strings returned by the 'Get' methods should be freed by by calling this static method.
| str | A pointer to a string returned by a 'Get' method. |
char * getPCREVersion ( ) ;
Get the PCRE Version String.
char * getPCREHostName ( ) ;
Get the PCRE Report Server Host Name.
char * getPCREHostAddress ( ) ;
Get the PCRE Report Server Host IP Address.
char * getPCREInstallDir ( ) ;
Get the PCRE Installation Directory path.
char * getPCRESampleReportDir ( ) ;
Get the PCRE Sample Reports directory path.
char * getPCRESampleOutputDir ( ) ;
Get the PCRE Sample Report output directory path.
char * getPCREWebServerDir ( ) ;
Get the PCRE Web Server's root directory.
char * getPCREOutputDir ( ) ;
Get the PCRE Web Server's output directory.
char * getPCREGatewayName ( ) ;
Get the Gateway Server name,
char * getPCREFileServer ( ) ;
Get the method of serving files.
void getPCREConfigInfo ( PCREConfigInfo * configInfo ) ;