[ROOT] --> C++Client
This class provides an interface to the various PCRE Services.
friend class PCREClient ; | |
friend class PCREAppClient ; |
Connect
Disconnect
getServerHost
getServerName
getServerObject
getServiceClient
getServiceName
isConnected
setConnected
setServerHost
setServerName
setServerObject
setServiceClient
setServiceName
PCREClient * getServiceClient ( ) ;
Return the client instance for the service.
void setServiceClient ( PCREClient * client ) ;
Set the client instance for the service.
| client | The client instance. |
const char * getServiceName ( ) ;
Get the name of the service
void setServiceName ( const char * name ) ;
Set thename of the service.
| The | name of the service. |
const char * getServerHost ( ) ;
Get the host upon which the service runs
void setServerHost ( const char * address ) ;
Set the host address for the server providing the service.
| address | The host IP address. |
const char * getServerName ( ) ;
Get the name of the server upon which the service is running
void setServerName ( const char * name ) ;
Set the name of the server upon which the service is running
| The | name of the server. |
const CORBA :: Object_ptr getServerObject ( ) ;
void setServerObject ( CORBA :: Object_ptr obj ) ;
const BOOL isConnected ( ) ;
Test to see if the service is connected.
void setConnected ( BOOL value ) ;
Connect / Disconnect the service.
| value | True to connect the service, false to disconnect it. |
virtual void Connect ( ) = 0 ;
Connect this client service provide to its server.
virtual void Disconnect ( ) = 0 ;
Disconnect this client service from its server.