Class Ecrion::DAS::JobParametersons or progress feedback.

Top Previous Topic Next Topic  Print this topic

The JobParameters object encapsulates all customizable parameters that can override the settings specified in the Management Console.

 

Members

 

Name

Description

serverAddress

The server name or IP address used to perform the job.

serverPort

The server port used by Data Aggregation Server to listen for requests.

userName

The user name used to authenticate this request.

password

The password used to authenticate this request.

retryFailedRequests

Retry the request when an error has occurred.

requestTimeout

Specifies the amount of time after which a request will time-out.

inputBytesID

This string identifies the stream of input bytes and is logged into the server log files.

outputBytesID

This string identifies the stream of output bytes and is logged into the server log files.

serverFeedback

This flag tells the server to send log informations or progress feedback.

diagram

The Data Aggregation document diagram.

 

serverAddress

The server name or IP address used to perform the conversion. Data Aggregation Server must be installed and listening on the port specified by the  ServerPort parameter. The default value is "127.0.0.1", that is, the local computer.

 

 

String serverAddress

 

 

serverPort

The server port used by the Data Aggregation Server to listen for requests. The default value is 50000.

 

 

int serverPort

 

 

UserName

The user name used to authenticate this request. This should be left blank if you want to run under the Guest account.

 

 

String userName

 

 

Password

The password used to authenticate this request. This should be left blank if you want to run under the Guest account.

 

 

String password

 

 

retryFailedRequests

Retry the request when an error has occurred. The default is false.

 

 

public bool retryFailedRequests

 

 

 

requestTimeout

Specifies the amount of time after which a request will time-out. The time-out value is measured in seconds and must be greater than 0. The default value is 0, which indicates an infinite time-out period.

 

 

public int requestTimeout

 

 

inputBytesID

This string identifies the stream of input bytes and is logged into the server log files. It is not used by the engine in any way during processing and does not affect the output. By default, it is set to the name of the current input file for troubleshooting purposes and we highly recommend that it be used this way.

 

 

public String inputBytesID

 

 

outputBytesID

This string identifies the stream of output bytes and is logged into the server log files. It is not used by the engine in any way during processing and does not affect the output. By default, it is set to the name of the current output file for troubleshooting purposes and we highly recommend that it be used this way.

 

 

public String outputBytesID

 

 

serverFeedback

This flag tells the server to send log informations or progress feedback. If it is 0, then no feedback will be sent from the server.

 

 

public int serverFeedback

 

 

Diagram

The Data Aggregation document diagram. Can be an instance of either a ServerDiagram or LocalDiagram.

 

 

public DocumentDiagram* diagram