Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
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.
Available Fields:
Maximum Thread Count
Maximum Transaction Count Per Thread
Processing Priority
Maximum Thread Count
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.
Maximum Transaction Count Per Thread
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.
Processing Priority
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.