Index
Object HARMONI.HarmoniEngine
engineClosed-
engineOpened-
clone()
- HarmoniEngine objects are not clonable, this method simply
throws an exception.
Close()
- Close the print engine.
getAPI()
- Get the HarmoniAPI object used by this engine.
getClient()
- Get the client instance for this engine.
getJobTable()
- Get the job-table used by this engine.
getStatus()
- Get the current engine status.
GetVersion(int)
- Get the version of this report engine.
LogOffServer(String, HarmoniLogOnInfo)
- Log off a database server.
LogOnServer(String, HarmoniLogOnInfo)
- Log on to a database server.
Open()
- Open a new print engine.
OpenSaffronJob()
- Get an instance of HarmoniSaffronJob
PrintReport(String)
- Print a given report
engineClosed
int engineClosed
engineOpened
int engineOpened
clone
Object clone()
HarmoniEngine objects are not clonable, this method simply
throws an exception.
Close
void Close()
Close the print engine.
getAPI
HarmoniAPI getAPI()
Get the HarmoniAPI object used by this engine.
- Returns:
- An HarmoniAPI object.
getClient
HarmoniClient getClient()
Get the client instance for this engine.
- Returns:
- The HarmoniClient for this engine.
getJobTable
HarmoniJobTable getJobTable()
Get the job-table used by this engine.
- Returns:
- The table holding all currently open HarmoniAPI objects
getStatus
int getStatus()
Get the current engine status.
- Returns:
- The current status code
GetVersion
short GetVersion(int versionRequested)
Get the version of this report engine.
LogOffServer
boolean LogOffServer(String dllName,
HarmoniLogOnInfo logOnInfo)
Log off a database server.
- Parameters:
dllName - The DLL to use for the data source which you wish to log off.
logOnInfo - The login information to use for logging off the database.
LogOnServer
boolean LogOnServer(String dllName,
HarmoniLogOnInfo logOnInfo)
Log on to a database server.
- Parameters:
dllName - The DLL to use for the data source which you wish to log on to.
logOnInfo - The login information to use.
Open
boolean Open()
Open a new print engine.
OpenSaffronJob
HarmoniSaffronJob OpenSaffronJob()
Get an instance of HarmoniSaffronJob
PrintReport
void PrintReport(String reportFile)
Print a given report
- Parameters:
reportFile - The path and filename of the report file which is to be printed.
Index