Index

Object PCRE.PCREApplicationClient


Method Index

 o Connect()
Connect the client to the Report Server.
 o Connect(boolean)
Connect the client to the Report Server.
 o Disconnect()
Disconnect client from all Report Server services.
 o getLoadBalancerServer()
Return the Load Balancer associated with the client.
 o isRetrieveMode()
Getter method for retrieveMode member.
 o Quit()
Short-hand for Quit(PCREClient.PCRE_OK).
 o Quit(int)
Disconnect client and release server resources.
 o RequestReportServerList()
 
 o ResetReportServer(PCREReportServerInfo)
Reset the PCREGateway, PCREServer and PCREConfigServer host name as well as the PCREGateway name with the help of PCREReportServerInfo data.
 o SelectReportServer(String)
Use the Load balancer to select a Gateway by the given method.
 o setRetrieveMode(boolean)
  Deprecated

Method Detail

 o Connect
void Connect()
          Connect the client to the Report Server.
 o Connect
void Connect(boolean useLoadBalancer)
          Connect the client to the Report Server. If useLoadBalancer is true, the the Load Balancer will automatically select the Report Server host.
Parameters:
useLoadBalancer - Boolean value used to connect a report server via a load balancer.
 o Disconnect
void Disconnect()
          Disconnect client from all Report Server services.
 o getLoadBalancerServer
PCRELoadBalancerServer getLoadBalancerServer()
          Return the Load Balancer associated with the client.
Returns:
The current PCRELoadBalancerServer instance.
 o isRetrieveMode
boolean isRetrieveMode()
          Getter method for retrieveMode member.
Returns:
boolean
 o Quit
void Quit()
          Short-hand for Quit(PCREClient.PCRE_OK).
 o Quit
void Quit(int code)
          Disconnect client and release server resources.
Parameters:
code - The termination code.
 o RequestReportServerList
PCREReportServerInfo[] RequestReportServerList()
 o ResetReportServer
void ResetReportServer(PCREReportServerInfo rsinfo)
          Reset the PCREGateway, PCREServer and PCREConfigServer host name as well as the PCREGateway name with the help of PCREReportServerInfo data.
Parameters:
rsinfo - A PCREReportServerInfo containing the new PCREGateway host and name.
 o SelectReportServer
void SelectReportServer(String method)
          Use the Load balancer to select a Gateway by the given method.
 o setRetrieveMode
void setRetrieveMode(boolean newRetrieveMode)
Note: setRetrieveMode() is deprecated.As of Parallel Crystal 2.7, replaced by setRetrieveOutputToClientDisk in the PCREJob class. This method will still work and will cause all PCREJob's associated with this client to retrieve the output to the client disk.

Parameters:
newRetrieveMode - boolean

Index