Batch Emulator Profile


Added On:  07/19/16 
SQL Table:  BATCH_EMULATOR_PROFILE 
Module:  UniCharge 
Type:  Interface  Status:  Active 
Java Class:  BatchEmulatorProfile 
Configuration settings for batch emulator processing.
Added On:  07/21/16
SQL Column:  MAXIMUM_THREAD_COUNT
Java Field:  maximumThreadCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: ReadOnly
Number of the threads that perform realtime processing of the transactions from the batch file.
Added On:  07/21/16
SQL Column:  MAXIMUM_TRANSACTION_COUNT_PER_THREAD
Java Field:  maximumTransactionCountPerThread
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: ReadOnly
Number of the transactions that are queued to the thread to be processed.
Added On:  07/21/16
SQL Column:  PROCESSING_PRIORITY
Java Field:  processingPriority
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: ReadOnly
Processing priority of the threads. This option is currently not applicable.