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
Cycle Processing Mode Classifier
Added On:
07/22/13
SQL Table:
Module:
UniCharge
Type:
Classifier
Status:
Active
Java Class:
CycleProcessingModeClassifier
Enumerates possible modes for processing of realtime transactions.
Certain credit card processors impose processing limitations on realtime transactions. Currently three modes are possible.
Available Values:
M - Multi Threaded
Added On:
07/22/13
Status:
Active
Transactions can be processed in multi-threaded way with no limitations.
S - Single Threaded
Added On:
07/22/13
Status:
Active
Only one transaction per terminal can be processed at any given time. No concurrency is possible.
C - Multi Threaded Capped
Added On:
07/22/13
Status:
Active
Transactions can be processed in multi-threaded way with the restriction on some operations (such as batch total verification) which require single-threaded mode to get processed.