[ROOT] --> C++Client

class PCREConfigServer
    inherited from public PCREService

This class provides methods to access configuration details for Parallel Crystal that are set during Installation.

Author:
Copyright (C) 2000 Dynalivery Corp., All Rights Reserved.

Version:
2.4.0

Source:
MobileApps\PCRE\CppClient\Include\pcreconfigserver.h

Friends:
 friend class PCREClient ;
 friend class PCREAppClient ;


Methods Index

Connect
Connect the client to the Configuration Server.
Disconnect
Disconnect the client from the Configuration Server.
getPCREConfigInfo
getPCREFileServer
Get the method of serving files.
getPCREGatewayName
Get the Gateway Server name,
getPCREHostAddress
Get the PCRE Report Server Host IP Address.
getPCREHostName
Get the PCRE Report Server Host Name.
getPCREInstallDir
Get the PCRE Installation Directory path.
getPCREOutputDir
Get the PCRE Web Server's output directory.
getPCRESampleOutputDir
Get the PCRE Sample Report output directory path.
getPCRESampleReportDir
Get the PCRE Sample Reports directory path.
getPCREVersion
Get the PCRE Version String.
getPCREWebServerDir
Get the PCRE Web Server's root directory.
StrFree
The strings returned by the 'Get' methods should be freed by by calling this static method.


Methods

Connect

 void Connect ( ) ;

Connect the client to the Configuration Server.

Disconnect

 void Disconnect ( ) ;

Disconnect the client from the Configuration Server.

StrFree

 static void StrFree ( char * str ) ;

The strings returned by the 'Get' methods should be freed by by calling this static method.

Parameters:
str A pointer to a string returned by a 'Get' method.

getPCREVersion

 char * getPCREVersion ( ) ;

Get the PCRE Version String.

getPCREHostName

 char * getPCREHostName ( ) ;

Get the PCRE Report Server Host Name.

getPCREHostAddress

 char * getPCREHostAddress ( ) ;

Get the PCRE Report Server Host IP Address.

getPCREInstallDir

 char * getPCREInstallDir ( ) ;

Get the PCRE Installation Directory path.

getPCRESampleReportDir

 char * getPCRESampleReportDir ( ) ;

Get the PCRE Sample Reports directory path.

getPCRESampleOutputDir

 char * getPCRESampleOutputDir ( ) ;

Get the PCRE Sample Report output directory path.

getPCREWebServerDir

 char * getPCREWebServerDir ( ) ;

Get the PCRE Web Server's root directory.

getPCREOutputDir

 char * getPCREOutputDir ( ) ;

Get the PCRE Web Server's output directory.

getPCREGatewayName

 char * getPCREGatewayName ( ) ;

Get the Gateway Server name,

getPCREFileServer

 char * getPCREFileServer ( ) ;

Get the method of serving files.

getPCREConfigInfo

 void getPCREConfigInfo ( PCREConfigInfo * configInfo ) ;


Copyright (c) 2000 Dynalivery Corp.