Index

Object PCRE.PCREAppletClient


Method Index

 o Connect()
Connect the client to the Report Server.
 o Disconnect()
Disconnect client from all Report Server services.
 o Quit()
Short-hand for Quit(PCREClient.PCRE_OK).
 o Quit(int)
Disconnect client and release server resources.
 o ResetReportServer(PCREReportServerInfo)
Reset the PCREGateway, PCREServer and PCREConfigServer host name as well as the PCREGateway name with the help of PCREReportServerInfo data.

Method Detail

 o Connect
void Connect()
          Connect the client to the Report Server.
 o Disconnect
void Disconnect()
          Disconnect client from all Report Server services.
 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 ResetReportServer
void ResetReportServer(PCREReportServerInfo info)
          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.

Index