javaPOSv1 4
javaPOSv1 4
javaPOSv1 4
Programming Guide
Version 1.4 March 2,1999
International Standard
Table of Contents
INTRODUCTION AND ARCHITECTURE
C H A P T E R 3
CASH CHANGER ......................................................................................... 107
SUMMARY .................................................................................................... 107
GENERAL INFORMATION .............................................................................. 110
PROPERTIES .................................................................................................. 113
METHODS ..................................................................................................... 121
EVENTS ........................................................................................................ 124
C H A P T E R 4
CASH DRAWER ............................................................................................ 127
SUMMARY .................................................................................................... 127
GENERAL INFORMATION .............................................................................. 129
PROPERTIES .................................................................................................. 130
METHODS ..................................................................................................... 131
EVENTS ........................................................................................................ 132
C H A P T E R 5
CAT-CREDIT AUTHORIZATION TERMINAL ...................................... 135
SUMMARY .................................................................................................... 135
GENERAL INFORMATION .............................................................................. 138
PROPERTIES .................................................................................................. 144
METHODS ..................................................................................................... 164
EVENTS ........................................................................................................ 172
C H A P T E R 6
COIN DISPENSER ........................................................................................ 177
SUMMARY .................................................................................................... 177
GENERAL INFORMATION .............................................................................. 180
PROPERTIES .................................................................................................. 181
METHODS ..................................................................................................... 183
EVENTS ........................................................................................................ 184
C H A P T E R 7
FISCAL PRINTER ........................................................................................ 187
SUMMARY .................................................................................................... 187
GENERAL INFORMATION .............................................................................. 195
PROPERTIES .................................................................................................... 07
METHODS ..................................................................................................... 232
EVENTS ........................................................................................................ 286
C H A P T E R 8
HARD TOTALS ............................................................................................. 293
SUMMARY .................................................................................................... 293
GENERAL INFORMATION .............................................................................. 297
PROPERTIES .................................................................................................. 301
METHODS ..................................................................................................... 304
EVENTS ........................................................................................................ 315
iv JavaPOS for Retail POS Programming Guide
C H A P T E R 9
KEYLOCK ..................................................................................................... 317
SUMMARY .................................................................................................... 317
GENERAL INFORMATION .............................................................................. 319
PROPERTIES .................................................................................................. 320
METHODS ..................................................................................................... 321
EVENTS ........................................................................................................ 322
C H A P T E R 1 0
LINE DISPLAY .............................................................................................. 325
SUMMARY .................................................................................................... 325
GENERAL INFORMATION .............................................................................. 328
PROPERTIES .................................................................................................. 331
METHODS ..................................................................................................... 348
EVENTS ........................................................................................................ 359
C H A P T E R 1 1
MICR – MAGNETIC INK CHARACTER RECOGNITION
READER ......................................................................................................... 361
SUMMARY .................................................................................................... 361
GENERAL INFORMATION .............................................................................. 364
MICR Character Substitution ................................................................ 367
PROPERTIES .................................................................................................. 368
METHODS ..................................................................................................... 373
EVENTS ........................................................................................................ 377
C H A P T E R 1 2
MSR – MAGNETIC STRIPE READER ..................................................... 381
SUMMARY .................................................................................................... 381
GENERAL INFORMATION .............................................................................. 384
PROPERTIES .................................................................................................. 386
EVENTS ........................................................................................................ 396
C H A P T E R 1 3
PINPAD ........................................................................................................... 401
SUMMARY .................................................................................................... 401
GENERAL INFORMATION .............................................................................. 405
PROPERTIES .................................................................................................. 408
METHODS ..................................................................................................... 421
EVENTS ........................................................................................................ 425
C H A P T E R 1 4
POS KEYBOARD .......................................................................................... 429
SUMMARY .................................................................................................... 429
GENERAL INFORMATION .............................................................................. 431
PROPERTIES .................................................................................................. 432
EVENTS ........................................................................................................ 434
Table of Contents v
C H A P T E R 1 5
POS PRINTER ............................................................................................... 437
SUMMARY .................................................................................................... 437
GENERAL INFORMATION .............................................................................. 442
Data Characters and Escape Sequences ............................................... 445
PROPERTIES .................................................................................................. 449
METHODS ..................................................................................................... 485
EVENTS ........................................................................................................ 510
C H A P T E R 1 6
REMOTE ORDER DISPLAY ...................................................................... 515
SUMMARY .................................................................................................... 515
GENERAL INFORMATION .............................................................................. 519
PROPERTIES .................................................................................................. 525
METHODS ..................................................................................................... 536
EVENTS ........................................................................................................ 557
C H A P T E R 1 7
SCALE ............................................................................................................. 561
SUMMARY .................................................................................................... 561
GENERAL INFORMATION .............................................................................. 564
PROPERTIES .................................................................................................. 566
METHODS ..................................................................................................... 571
EVENTS ........................................................................................................ 574
C H A P T E R 1 8
SCANNER (BAR CODE READER) ............................................................ 577
SUMMARY .................................................................................................... 577
GENERAL INFORMATION .............................................................................. 579
PROPERTIES .................................................................................................. 580
EVENTS ........................................................................................................ 585
C H A P T E R 1 9
SIGNATURE CAPTURE .............................................................................. 589
SUMMARY .................................................................................................... 589
GENERAL INFORMATION .............................................................................. 591
PROPERTIES .................................................................................................. 593
METHODS ..................................................................................................... 597
EVENTS ........................................................................................................ 599
C H A P T E R 2 0
TONE INDICATOR ...................................................................................... 603
SUMMARY .................................................................................................... 603
GENERAL INFORMATION .............................................................................. 606
PROPERTIES .................................................................................................. 608
METHODS ..................................................................................................... 612
EVENTS ........................................................................................................ 614
vi JavaPOS for Retail POS Programming Guide
A P P E N D I X A
CHANGE HISTORY ..................................................................................... A-1
RELEASE 1.3 ................................................................................................ A-1
RELEASE 1.4 ................................................................................................ A-3
A P P E N D I X B
OPOS AND JAVAPOS .................................................................................. B-1
API MAPPING RULES ................................................................................... B-1
Data Types ............................................................................................. B-2
Property & Method Names .................................................................... B-2
Events ..................................................................................................... B-3
Constants ............................................................................................... B-3
API DEVIATIONS .......................................................................................... B-4
FUTURE VERSIONS ....................................................................................... B-5
I N T R O D U C T I O N A N D A R C H I T E C T U R E
Benefits
The benefits of JavaPOS include:
• The opportunity for reduced POS terminal costs, through the use of thinner
clients.
• Platform-independent applications, where the application is separated from
both hardware and operating system specifics.
• Reduced administration costs, because an application and supporting software
may be maintained on a server and loaded on demand by Java.
Java for Retail POS
2 Programming Guide Introduction and Architecture
Dependencies
Deployment of JavaPOS depends upon the following software components:
• Java Communications Port API.
• Java System Database (JSD).
• Java Service Loader (JSL).
• For more information concerning the availability and any other up-to-date
information about these components, see http://www.javapos.com/.
Relationship to OPOS
The OLE for Retail POS (OPOS) standards committee developed device
interfaces for Win32-based terminals using ActiveX technologies. The OPOS
standard was used as the starting point for JavaPOS, due to:
• Similar purposes. Both standards involve developing device interfaces for a
segment of the software community.
• Reuse of device models. The majority of the OPOS documentation specifies
the properties, methods, events, and constants used to model device behavior.
These behaviors are in large part independent of programming language.
• Reduced learning curve. Many application and hardware vendors are
already familiar with using and implementing the OPOS APIs.
• Early deployment. By sharing device models, JavaPOS “wrappers” or
“bridges” may be built to migrate existing OPOS device software to JavaPOS.
Therefore, most of the OPOS APIs were mapped into the Java language. The
general translation rules are given in the Appendix “OPOS and JavaPOS” on
page B-1.
Chapter Overview
This chapter contains the following major sections:
Section Name Developer Audience
What Is “Java for Retail POS?” App and System
Architectural Overview (page 5) App and System
Device Behavior Models (page 9) App and System
Classes and Interfaces (page 33) App and System
Device Controls (page 43) System
Device Services (page 53) System
Java for Retail POS
4 Programming Guide Introduction and Architecture
Architectural Overview: Chapter Overview 5
Architectural Overview
JavaPOS defines a multi-layered architecture in which a POS Application
interacts with the Physical or Logical Device through the JavaPOS Device.
POS
Application
JavaPOS
JavaPOS API
Device
Interface
JavaPOS
Device JavaPOS Device
Control
JavaPOS
Device
Service
Interface
JavaPOS Device
Service
Architectural Components
The POS Application (or Application) is either a Java Application or applet that
uses one or more JavaPOS Devices. An application accesses the JavaPOS Device
through the JavaPOS Device Interface, which is specified by Java interfaces.
JavaPOS Devices are divided into categories called Device Categories, such as
Cash Drawer and POS Printer.
Each JavaPOS Device is a combination of these components:
• JavaPOS Device Control (or Device Control) for a device category. The
Device Control class provides the interface between the Application and the
device category. It contains no graphical component and is therefore invisible
at runtime, and conforms to the JavaBeans API.
The Device Control has been designed so that all implementations of a device
category’s control will be compatible. Therefore, the Device Control can be
developed independently of a Device Service for the same device category
(they can even be developed by different companies).
• JavaPOS Device Service (or Device Service), which is a Java class that is
called by the Device Control through the JavaPOS Device Service Interface
(or Service Interface). The Device Service is used by the Device Control to
implement JavaPOS-prescribed functionality for a Physical Device. It can
also call special event methods provided by the Device Control to deliver
events to the Application.
A set of Device Service classes can be implemented to support Physical
Devices with multiple Device Categories.
The Application manipulates the Physical Device (the hardware unit or
peripheral) by calling the JavaPOS Device APIs. Some Physical Devices support
more than one device category. For example, some POS Printers include a Cash
Drawer kickout, and some Bar Code Scanners include an integrated Scale.
However with JavaPOS, an application treats each of these device categories as if
it were an independent Physical Device. The JavaPOS Device writer is
responsible for presenting the peripheral in this way.
Note: Occasionally, a Device may be implemented in software with no user-
exposed hardware, in which case it is called a Logical Device.
Architectural Overview: Architectural Components 7
POS
Java
Application Device
JavaPOS JavaPOS API
Interface
Device JDK
Interface
JavaPOS
Device JavaPOS Device Service
Control - Loader
JavaPOS
Device
Service
Interface
JavaPOS Device System
Service Database
Serial Parallel
USB Proprietary
Driver Driver
Finalization
After an application finishes using the Physical Device, it should call the close
method. If the DeviceEnabled property is true, close disables the Device. If the
Claimed property is true, close releases the claim.
Before exiting, an application should close all open JavaPOS Devices to free
device resources in a timely manner, rather than relying on the Java garbage
collection mechanism to free resources at some indeterminate time in the future.
Device Behavior Models: Device Initialization and Finalization 11
Summary
In general, an application follows this general sequence to open, use, and close a
Device:
• Obtain a Device Control reference.
• Register for events (add listeners).
• Call the open method to instantiate a Device Service and link it to the Device
Control.
• Call the claim method to gain exclusive access to the Physical Device.
Required for exclusive-use Devices; optional for some sharable Devices. (See
“Device Sharing Model” on page 12 for more information).
• Set the DeviceEnabled property to true to make the Physical Device
operational. (For sharable Devices, the Device may be enabled without first
claiming it.)
• Use the device.
• Set the DeviceEnabled property to false to disable the Physical Device.
• Call the release method to release exclusive access to the Physical Device.
• Call the close method to unlink the Device Service from the Device Control.
• Unregister from events (remove listeners).
Java for Retail POS
12 Programming Guide Introduction and Architecture
Exclusive-Use Devices
The most common device type is called an exclusive-use device. An example is
the POS printer. Due to physical or operational characteristics, an exclusive-use
device can only be used by one Device Control at a time. An application must
call the Device’s claim method to gain exclusive access to the Physical Device
before most methods, properties, or events are legal. Until the Device is claimed
and enabled, calling methods or accessing properties may cause a JposException
with an error code of JPOS_E_NOTCLAIMED, JPOS_E_CLAIMED, or
JPOS_E_DISABLED. No events are delivered until the Device is claimed.
An application may in effect share an exclusive-use device by calling the Device
Control’s claim method before a sequence of operations, and then calling the
release method when the device is no longer needed. While the Physical Device
is released, another Device Control instance can claim it.
When an application calls the claim method again (assuming it did not perform
the sequence of close method followed by open method on the device), some
settable device characteristics are restored to their condition at the release.
Examples of restored characteristics are the line display’s brightness, the MSR’s
tracks to read, and the printer’s characters per line. However, state characteristics
are not restored, such as the printer’s sensor properties. Instead, these are updated
to their current values.
Sharable Devices
Some devices are “sharable devices.” An example is the keylock. A sharable
device allows multiple Device Control instances to call its methods and access its
properties. Also, it may deliver its events to all Device Controls that have
registered listeners. A sharable device may still limit access to some methods or
properties to the Device Control that has claimed it, or it may deliver some events
only to the Device Control that has claimed it.
Java for Retail POS
14 Programming Guide Introduction and Architecture
Data Types
JavaPOS uses the following data types:
Type Usage
boolean Boolean true or false.
boolean[1] Modifiable boolean.
byte[] Array of bytes. May be modified, but size of array cannot be changed.
int 32-bit integer.
int[1] Modifiable 32-bit integer.
long 64-bit integer. Sometimes used for currency values, where 4 decimal
places are implied. For example, if the integer is “1234567”, then the
currency value is “123.4567”.
long[1] Modifiable 64-bit integer.
String Text character string.
String[1] Modifiable text character string.
Point[] Array of points. Used by Signature Capture.
Object An object. This will usually be subclassed to provide a Device Service-
specific parameter.
The convention of type[1] (an array of size 1) is used to pass a modifiable basic
type. This is required since Java’s primitive types, such as int and boolean, are
passed by value, and its primitive wrapper types, such as Integer and Boolean,
do not support modification.
For strings and arrays, do not use a null value to report no information. Instead
use an empty string (“ “) or an empty array (zero length).
In some chapters, an integer may contain a “bit-wise mask”. That is, the integer
data may be interpreted one or more bits at a time. The individual bits are
numbered beginning with Bit 0 as the least significant bit.
Device Behavior Models: Exceptions 15
Exceptions
Every JavaPOS method and property accessor may throw a JposException upon
failure, except for the properties DeviceControlVersion,
DeviceControlDescription, and State. No other types of exceptions will be
thrown.
JposException is in the package jpos, and extends java.lang.Exception. The
constructor variations are:
public JposException(int errorCode);
public JposException(int errorCode, int errorCodeExtended);
public JposException(int errorCode, String description);
public JposException(int errorCode, int errorCodeExtended,
String Description);
public JposException(int errorCode, String description,
Exception origException);
public JposException(int errorCode, int errorCodeExtended,
String description, Exception origException)
ErrorCode
This section lists the general meanings of the error code property of an
ErrorEvent or a JposException. In general, the property and method
descriptions in later chapters list error codes only when specific details or
information are added to these general meanings.
The error code is set to one of the following values:
Value Meaning
JPOS_E_TIMEOUT The Service timed out waiting for a response from the
Physical Device, or the Control timed out waiting for a
response from the Service.
JPOS_E_BUSY The current Device Service state does not allow this
request. For example, if asynchronous output is in
progress, certain methods may not be allowed.
JPOS_E_EXTENDED A device category-specific error condition occurred.
The error condition code is available by calling
getErrorCodeExtended.
ErrorCodeExtended
The extended error code is set as follows:
• When errorCode is JPOS_E_EXTENDED, errorCodeExtended is set to a
device category-specific value, and must match one of the values given in this
document under the appropriate device category chapter.
• When errorCode is any other value, errorCodeExtended may be set by the
Service to any Device Service-specific value. These values are only
meaningful if an application adds Service-specific code to handle them.
Java for Retail POS
18 Programming Guide Introduction and Architecture
Events
Java for Retail POS uses events to inform the application of various activities or
changes with the JavaPOS Device. The five event types follow.
Supported When A
Event Class Description Device Category
Supports...
DataEvent Input data has been placed into device Event-driven input
class-category properties.
ErrorEvent An error has occurred during event- Event-driven input
driven input or asynchronous output. -or-
Asynchronous
output
OutputComplete An asynchronous output has Asynchronous
Event successfully completed. output
StatusUpdateEvent A change in the Physical Device’s Status change
status has occurred. notification
Release 1.3 and later: All
devices may be able to report device
power state. See “Device Power
Reporting Model” on page 27.
DirectIOEvent This event may be defined by a Device Always, for
Service provider for purposes not Service-specific
covered by the specification. use
Chapter 1, “Events” on page 76, provides details about each of these events,
including additional properties.
Device Behavior Models: Events 19
The Device Service must enqueue these events on an internally created and
managed queue. All JavaPOS events are delivered in a first-in, first-out manner.
(The only exception is that a special input error event is delivered early if some
data events are also enqueued. See “Device Input Model” on page 22.) Events
are delivered by an internally created and managed Device Service thread. The
Device Service causes event delivery by calling an event firing callback method
in the Device Control, which then calls each registered listener's event method in
the order in which they were added.
The following conditions cause event delivery to be delayed until the condition is
corrected:
• The application has set the property FreezeEvents to true.
• The event type is a DataEvent or an input ErrorEvent, but the property
DataEventEnabled is false. (See “Device Input Model” on page 22.)
Rules for event queue management are:
• The JavaPOS Device may only enqueue new events while the Device is
enabled.
• The Device delivers enqueued events until the application calls the release
method (for exclusive-use devices) or the close method (for any device), at
which time any remaining events are deleted.
• For input devices, the clearInput method clears data and input error events.
• For output devices, the clearOutput method clears output error events.
Java for Retail POS
20 Programming Guide Introduction and Architecture
Although more than one listener may be registered for an event type, the typical
case is for only one listener, or at least only one primary listener. This listener
takes actions such as processing data events and direct I/O events, and responding
to error events.
Event Delivery
A Device delivers an event by calling the listener method of each registered
listener. The listener processes the event, then returns to the Device Control.
An application must not assume that events are delivered in the context of any
particular thread. The JavaPOS Device delivers events on a privately created and
managed thread. It is an application’s responsibility to synchronize event
processing with its threads as needed.
While an application is processing an event within its listener method, no
additional events will be delivered by the Device.
Device Behavior Models: Events 21
While within a listener method, an application may access properties and call
methods of the Device. However, an application must not call the release or
close methods from an event method, because the release method may shut down
event handling (possibly including a thread on which the event was delivered)
and close must shut down event handling before returning.
Java for Retail POS
22 Programming Guide Introduction and Architecture
Error Handling
If the JavaPOS Device encounters an error while gathering or processing event-
driven input, then the Device:
• Changes its state to JPOS_S_ERROR.
• Enqueues an ErrorEvent with locus JPOS_EL_INPUT to alert an application
of the error condition. This event is added to the end of the queue
• If one or more DataEvents are already enqueued for delivery, an additional
ErrorEvent with locus JPOS_EL_INPUT_DATA is enqueued before the
DataEvents, as a pre-alert.
This event (or events) is not delivered until the DataEventEnabled property is
true, so that orderly application sequencing occurs.
ErrorLocus Description
JPOS_EL_INPUT_ Only delivered if the error occurred when one or more
DATA DataEvents are already enqueued.
This event gives the application the ability to immediately clear
the input, or to optionally alert the user to the error before
processing the buffered input. This error event is enqueued
before the oldest DataEvent, so that an application is alerted of
the error condition quickly.
This locus was created especially for the Scanner: When this
error event is received from a Scanner JavaPOS Device, the
operator can be immediately alerted to the error so that no
further items are scanned until the error is resolved. Then, the
application can process any backlog of previously scanned
items before error recovery is performed.
JPOS_EL_INPUT Delivered when an error has occurred and there is no data
available.
If some input data was buffered when the error occurred, then
an ErrorEvent with the locus JPOS_EL_INPUT_DATA was
delivered first, and then this error event is delivered after all
DataEvents have been delivered.
Note: This JPOS_EL_INPUT event is not delivered if: an
JPOS_EL_INPUT_DATA event was delivered and the
application event handler responded with a JPOS_ER_CLEAR.
Java for Retail POS
24 Programming Guide Introduction and Architecture
The application’s event listener method can set the ErrorResponse property to
one of the following:
ErrorResponse Description
JPOS_ER_CLEAR Clear the buffered DataEvents and ErrorEvents and exit
the error state, changing State to JPOS_S_IDLE.
This is the default response for locus JPOS_EL_INPUT.
JPOS_ER_ This response acknowledges the error and directs the
CONTINUE_INPUT Device to continue processing. The Device remains in the
error state, and will deliver additional data events as
directed by the DataEventEnabled property. When all
input has been delivered and the DataEventEnabled
property is again set to true, another ErrorEvent is
delivered with locus JPOS_EL_INPUT.
This is the default response when the locus is
JPOS_EL_INPUT_DATA, and is legal only with this
locus.
JPOS_ER_RETRY This response directs the Device to retry the input. The
error state is exited, and State is changed to
JPOS_S_IDLE.
This response may only be selected when the device
chapter specifically allows it and when the locus is
JPOS_EL_INPUT. An example is the scale.
The Device exits the Error state when one of the following occurs:
• The application returns from the JPOS_EL_INPUT ErrorEvent.
• The application calls the clearInput method.
Miscellaneous
For some Devices, the Application must call a method to begin event driven
input. After the input is received by the Device, then typically no additional input
will be received until the method is called again to reinitiate input. Examples are
the MICR and Signature Capture devices. This variation of event driven input is
sometimes called “asynchronous input.”
The DataCount property contains the number of DataEvents enqueued by the
JavaPOS Device.
Calling the clearInput method deletes all input enqueued by a JavaPOS Device.
clearInput may be called after open for sharable devices and after claim for
exclusive-use devices.
The general event-driven input model does not specifically rule out the definition
of device categories containing methods or properties that return input data
directly. Some device categories define such methods and properties in order to
operate in a more intuitive or flexible manner. An example is the Keylock
Device. This type of input is sometimes called “synchronous input.”
Device Behavior Models: Device Output Models 25
Synchronous Output
The application calls a category-specific method to perform output. The
JavaPOS Device does not return until the output is completed.
This type of output is preferred when device output can be performed relatively
quickly. Its merit is simplicity.
Asynchronous Output
The application calls a category-specific method to start the output. The JavaPOS
Device validates the method parameters and throws an exception immediately if
necessary. If the validation is successful, the JavaPOS Device does the
following:
1. Buffers the request.
2. Sets the OutputID property to an identifier for this request.
3. Returns as soon as possible.
When the JavaPOS Device successfully completes a request, an
OutputCompleteEvent is enqueued for delivery to the application. A property
of this event contains the output ID of the completed request. If the request is
terminated before completion, due to reasons such as the application calling the
clearOutput method or responding to an ErrorEvent with a JPOS_ER_CLEAR
response, then no OutputCompleteEvent is delivered.
This type of output is preferred when device output requires slow hardware
interactions. Its merit is perceived responsiveness, since the application can
perform other work while the device is performing the output.
Note: Asynchronous output is always performed on a first-in first-out basis.
Java for Retail POS
26 Programming Guide Introduction and Architecture
Error Handling
If an error occurs while performing an asynchronous request, the error state
JPOS_S_ERROR is entered and an ErrorEvent is enqueued with the
ErrorLocus property set to JPOS_EL_OUTPUT. The application is guaranteed
that the request in error is the one following the request whose output ID was
most recently reported by an OutputCompleteEvent. An application’s event
listener method can set the ErrorResponse property to one of the following:
ErrorResponse Description
JPOS_ER_CLEAR Clear the outstanding output and exit the error state (to
JPOS_S_IDLE).
JPOS_ER_RETRY Exit the error state (to JPOS_S_BUSY) and retry the
outstanding output. If the condition that caused the error was
not corrected, then the Device may immediately reenter the
error state and enqueue another ErrorEvent.
This is the default response.
Miscellaneous
Calling the clearOutput method deletes all output buffered by the JavaPOS
Device. This method also stops any output that may be in progress (when
possible).
Note: Currently, only the POS printer uses the complete Asynchronous Output
model described here. Other device categories use portions of the model.
Device Behavior Models: Device Power Reporting Model 27
Model
JavaPOS segments device power into three states:
• ONLINE. The device is powered on and ready for use. This is the
“operational” state.
• OFF. The device is powered off or detached from the terminal. This is a
“non-operational” state.
• OFFLINE. The device is powered on but is either not ready or not able to
respond to requests. It may need to be placed online by pressing a button, or
it may not be responding to terminal requests. This is a “non-operational”
state.
In addition, one combination state is defined:
• OFF_OFFLINE. The device is either off or offline, and the Device Service
cannot distinguish these states.
Power reporting only occurs while the device is open, claimed (if the device is
exclusive-use), and enabled.
Properties
The JavaPOS device power reporting model adds the following common
elements across all device classes:
• CapPowerReporting property. Identifies the reporting capabilities of the
device. This property may be one of:
• JPOS_PR_NONE. The Device Service cannot determine the state of the
device. Therefore, no power reporting is possible.
• JPOS_PR_STANDARD. The Device Service can determine and report
two of the power states - OFF_OFFLINE (that is, off or offline) and
ONLINE.
• JPOS_PR_ADVANCED. The Device Service can determine and report
all three power states - ONLINE, OFFLINE, and OFF.
• PowerState property. Maintained by the Device Service at the current power
condition, if it can be determined. This property may be one of:
• JPOS_PS_UNKNOWN
• JPOS_PS_ONLINE
• JPOS_PS_OFF
• JPOS_PS_OFFLINE
• JPOS_PS_OFF_OFFLINE
• PowerNotify property. The application may set this property to enable power
reporting via StatusUpdateEvents and the PowerState property. This
property may only be set before the device is enabled (that is, before
DeviceEnabled is set to true). This restriction allows simpler implementation
of power notification with no adverse effects on the application. The
application is either prepared to receive notifications or doesn't want them,
and has no need to switch between these cases. This property may be one of:
• JPOS_PN_DISABLED
• JPOS_PN_ENABLED
Device Behavior Models: Device Power Reporting Model 29
• When the Control changes from DeviceEnabled false to true, then begin
monitoring the power state:
• If the Physical Device is ONLINE, then:
PowerState is set to JPOS_PS_ONLINE.
A StatusUpdateEvent is enqueued with its Status property set to
JPOS_SUE_POWER_ONLINE.
• If the Physical Device’s power state is OFF, OFFLINE, or
OFF_OFFLINE, then the Device Service may choose to fail the enable by
throwing a JposException with error code JPOS_E_NOHARDWARE or
JPOS_E_OFFLINE.
However, if there are no other conditions that cause the enable to fail, and
the Device Service chooses to return success for the enable, then:
PowerState is set to JPOS_PS_OFF, JPOS_PS_OFFLINE, or
JPOS_PS_OFF_OFFLINE.
A StatusUpdateEvent is enqueued with its Status property set to
JPOS_SUE_POWER_OFF, JPOS_SUE_POWER_OFFLINE,
or JPOS_SUE_POWER_OFF_OFFLINE.
• When the Device changes from DeviceEnabled true to false, JavaPOS
assumes that the Device is no longer monitoring the power state and sets the
value of PowerState to JPOS_PS_UNKNOWN.
Java for Retail POS
30 Programming Guide Introduction and Architecture
Device States
JavaPOS defines a property State with the following values:
JPOS_S_CLOSED
JPOS_S_IDLE
JPOS_S_BUSY
JPOS_S_ERROR
The State property is set as follows:
• State is initially JPOS_S_CLOSED.
• State is changed to JPOS_S_IDLE when the open method is successfully
called.
• State is set to JPOS_S_BUSY when the Device Service is processing output.
The State is restored to JPOS_S_IDLE when the output has completed.
• The State is changed to JPOS_S_ERROR when an asynchronous output
encounters an error condition, or when an error is encountered during the
gathering or processing of event-driven input.
After the Device Service changes the State property to JPOS_S_ERROR, it
enqueues an ErrorEvent. The properties of this event are the error code and
extended error code, the locus of the error, and a modifiable response to the
error. See Input Model on Error Handling on page 23 and Output Model on Error
Handling on page 26 for further details.
Threads
The Java language directly supports threads, and an application may create
additional threads to perform different jobs. The use of threads can add
complexity, however, often requiring synchronization to arbitrate sharing of
resources. For applications that share a control instance among multiple threads,
actions of one thread may have undesireable effects on the other thread(s). For
example, cancelled I/O (e.g., clearOutput) can result in any pending synchronous
requests of other threads being completed with a JPOS exception with an error
code of JPOS_E_FAILURE. These situations can be avoided by insuring a
control instance is managed by a single thread.
An application must be aware of multiple threads in the following cases:
• Properties and Methods. Calling some JavaPOS methods or setting some
properties can cause other property values to be changed. When an
application needs to access these properties, it must either access the
properties and methods from only one thread, or ensure that its threads
synchronize these sequences as required.
• Events. An application must not assume that events are delivered in the
context of any particular thread. The JavaPOS Device typically will deliver
events on a privately created and managed thread. It is an application’s
responsibility to synchronize event processing with its threads if necessary.
Device Behavior Models: Version Handling 31
Version Handling
As JavaPOS evolves, additional releases will introduce enhanced versions of
some Devices. JavaPOS imposes the following requirements on Device Control
and Service versions:
• Device Control requirements. A Device Control for a device category must
operate with any Device Service for that category, as long as its major version
number matches the Service's major version number. If they match, but the
Control's minor version number is greater than the Service’s minor version
number, the Control may support some new methods or properties that are not
supported by the Service’s release. If an application calls one of these
methods or accesses one of these properties, a JposException with error code
JPOS_E_NOSERVICE will be thrown.
• Device Service requirements. A Device Service for a device category must
operate with any Device Control for that category, as long as its major version
number matches the Control's major version number. If they match, but the
Service's minor version number is greater than the Control's minor version
number, then the Service may support some methods or properties that cannot
be accessed from the Control.
When an application wishes to take advantage of the enhancements of a version,
it must first determine that the Device Control and Device Service are at the
proper major version and at or greater than the proper minor version. The
versions are reported by the properties DeviceControlVersion and
DeviceServiceVersion.
Java for Retail POS
32 Programming Guide Introduction and Architecture
Classes and Interfaces: Synopsis 33
The classes and interfaces defined or used by JavaPOS are summarized in the following tables,
organized by the software entity that implements them.
Application
Class or
Name Description Extends / Implements
Interface
Interface jpos.EventListener Application defines and registers a Extends:
(Ex: DataListener) class that implements this interface. java.util.EventListener
Events are delivered by calling the
eventOccurred (ex: dataOccurred)
method of this interface with an
EventEvent (ex: DataEvent)
instance.
Java for Retail POS
34 Programming Guide Introduction and Architecture
Device Control
Class or
Name Description Extends / Implements
Interface
Class jpos.Devcat Device Control Class. Implements:
(ex: Scanner, One fixed name per device category. jpos.DevcatControlRr
(ex: ScannerControl12,
POSPrinter) POSPrinterControl13)
Implements
(as an Inner Class):
jpos.services.
EventCallbacks
Interface jpos.DevcatControlRr Contains the methods and properties Extends either:
(ex: specific to Device Controls for this jpos.BaseControl
device category and release. (for first release)
ScannerControl12,
POSPrinterControl13 or
) jpos.DevcatControlPp
(for later releases) (ex:
POSPrinterControl13)
Interface jpos.BaseControl Contains the methods and properties --
common to all Device Controls.
Interface jpos.services. Includes one callback method per --
EventCallbacks event type. The Device Service calls
these methods to cause events to be
delivered to the application.
Device Service
Class or
Name Description Extends / Implements
Interface
Class Vendor-defined name Device Service Class. Implements:
jpos.services.
DevcatServiceRr
(ex: ScannerService12,
POSPrinterService13)
Interface jpos.services. Contains the methods and properties Extends either:
DevcatServiceRr specific to Device Services for this jpos.services.
device category and release. BaseService
(ex: (for first release)
ScannerService12, or
POSPrinterService13
) jpos.services.
DevcatServicePp
(for later releases) (ex:
POSPrinterService13)
Interface jpos.services. Contains the methods and properties --
BaseService common to all Device Services.
Classes and Interfaces: Synopsis 35
Helper Classes
Class or Name Description Extends / Implements
Interface
Interface jpos.JposConst Interface containing the JavaPOS --
constants that are common to several
device categories.
Interface jpos.DevcatConst Interface containing the JavaPOS --
(ex: ScannerConst, constants specific to a device
POSPrinterConst) category.
Application
“MyApplication” class hierarchy:
• DataListener. Implement to receive Scanner data events.
• ErrorListener. Implement to receive Scanner and POSPrinter error
events.
• OutputCompleteListener. Implement to receive POSPrinter output
complete events.
• StatusUpdateListener. Implement to receive POSPrinter status update
events.
(Frequently, an application will define additional classes that implement one
or more of the listener interfaces.)
The “MyApplication” Application class also uses the following:
• Scanner and POSPrinter. Instances of the Device Controls.
• JposConst, ScannerConst, and POSPrinterConst. Use constants,
either by fully qualified package names or by adding to the “implements”
clause of an application class.
• DataEvent. Instance of this class received by the DataListener's method
dataOccurred.
• ErrorEvent. Instance of this class received by the ErrorListener's
method errorOccurred.
• OutputCompleteEvent. Instance of this class received by the
OutputCompleteListener's method outputCompleteOccurred.
• StatusUpdateEvent. Instance of this class received by the
StatusUpdateListener's method statusUpdateOccurred.
• JposException. Instance of this class is caught when a Scanner or
POSPrinter method or property access fails.
Device Controls
Scanner
Scanner class hierarchy:
• ScannerControl12. Implement scanner’s methods and properties.
• EventCallbacks. Derive an inner class to pass to Service so that it may
generate events.
Classes and Interfaces: Sample Class and Interface Hierarchies 37
POSPrinter
POSPrinter class hierarchy:
• POSPrinterControl13. Implement printer’s methods and properties and
extends POSPrinterControl12.
• EventCallbacks. Derive an inner class to pass to Service so that it may
generate events.
The POSPrinter Control class also uses the following:
• JposConst and POSPrinterConst. Use constants, either by fully
qualified package names or by adding to the “implements” clause of the
Device Control.
• JposException. Instance of this class is thrown when a method or
property access fails.
Device Service
“MyScannerService”
“MyScannerService” class hierarchy:
• ScannerService12. Implement scanner’s methods and properties.
The “MyScannerService” Service class also uses the following:
• JposConst and ScannerConst. Use constants, either by fully qualified
package names or by adding to the “implements” clause of the Device
Service.
• DataEvent. Instance of this class created as data is received. It is
delivered to an application when the event delivery preconditions are met
by calling the fireDataEvent method of the Control's derived
EventCallbacks class.
• ErrorEvent. Instance of this class created when an error is detected
while reading scanner data. It is delivered to an application when the
event delivery preconditions are met by calling the fireErrorEvent
method of the Control's derived EventCallbacks class.
• JposException. Instance of this class is thrown when a method or
property access fails.
Java for Retail POS
38 Programming Guide Introduction and Architecture
“MyPrinterService”
“MyPrinterService” class hierarchy:
• POSPrinterService13. Implement printer’s methods and properties and
extends POSPrinterService12.
The “MyPrinterService” Service class also uses the following:
• JposConst and POSPrinterConst. Use constants, either by fully
qualified package names or by adding to the “implements” clause of the
Device Service.
• ErrorEvent. Instance of this class created when an error is detected
while printing asynchronous data. It is delivered to an application when
the event delivery preconditions are met by calling the fireErrorEvent
method of the Control's derived EventCallbacks class.
• OutputCompleteEvent. Instance of this class created when an
asynchronous output request completes. It is delivered to an application
when the event delivery preconditions are met by calling the
fireOutputCompleteEvent method of the Control's derived
EventCallbacks class.
• StatusUpdateEvent. Instance of this class created when a printer status
change is detected. It is delivered to an application when the event
delivery preconditions are met by calling the fireStatusUpdateEvent
method of the Control's derived EventCallbacks class.
• JposException. Instance of this class is thrown when a method or
property access fails.
Classes and Interfaces: Sample Application Code 39
Package Structure
The JavaPOS packages and files for Release 1.4 are as follows:
Note: The only difference between Release 1.3 and Release 1.4 of JavaPOS is
the inclusion of the CAT device. No other technical changes were made.
Therefore the JavaPOS packages and files for devices covered under Release
1.3 may be used for Release 1.4.
jpos
BaseControl.java
JposConst.java
JposException.java
CashChanger.java MSR.java
CashChangerBeanInfo.java MSRBeanInfo.java
CashChangerConst.java MSRConst.java
CashChangerControl13.java MSRControl13.java
CashDrawer.java POSKeyboard.java
CashDrawerBeanInfo.java POSKeyboardBeanInfo.java
CashDrawerConst.java POSKeyboardConst.java
CashDrawerControl13.java POSKeyboardControl13.java
CoinDispenser.java POSPrinter.java
CoinDispenserBeanInfo.java POSPrinterBeanInfo.java
CoinDispenserConst.java POSPrinterConst.java
CoinDispenserControl13.java POSPrinterControl13.java
HardTotals.java Scale.java
HardTotalsBeanInfo.java ScaleBeanInfo.java
HardTotalsConst.java ScaleConst.java
HardTotalsControl13.java ScaleControl13.java
Keylock.java Scanner.java
KeylockBeanInfo.java ScannerBeanInfo.java
KeylockConst.java ScannerConst.java
KeylockControl13.java ScannerControl13.java
LineDisplay.java SignatureCapture.java
LineDisplayBeanInfo.java SignatureCaptureBeanInfo.java
LineDisplayConst.java SignatureCaptureConst.java
LineDisplayControl13.java SignatureCaptureControl13.java
MICR.java ToneIndicator.java
MICRBeanInfo.java ToneIndicatorBeanInfo.java
MICRConst.java ToneIndicatorConst.java
MICRControl13.java ToneIndicatorControl13.java
New Peripheral Device Services Added in Release 1.3
BumpBar.java Pinpad.java
BumpBarBeanInfo.java PinpadBeanInfo.java
BumpBarConst.java PinpadConst.java
BumpBarControl13.java PinpadControl13.java
FiscalPrinter.java RemoteOrderDisplay.java
FiscalPrinterBeanInfo.java RemoteOrderDisplayBeanInfo.java
FiscalPrinterConst.java RemoteOrderDisplayConst.java
FiscalPrinterControl13.java RemoteOrderDisplayControl13.java
CAT.java
CATBeanInfo.java
CATConst.java
CATControl14.java
Classes and Interfaces: Package Structure 41
jpos.events
JposEvent.java
DataEvent.java
DataListener.java
DirectIOEvent.java
DirectIOListener.java
ErrorEvent.java
ErrorListener.java
OutputCompleteEvent.java
OutputCompleteListener.java
StatusUpdateEvent.java
StatusUpdateListener.java
jpos.services
BaseService.java
EventCallbacks.java
CashChangerService13.java
CashDrawerService13.java
CoinDispenserService13.java
HardTotalsService13.java
KeylockService13.java
LineDisplayService13.java
MICRService13.java
MSRService13.java
POSKeyboardService13.java
POSPrinterService13.java
ScaleService13.java
ScannerService13.java
SignatureCaptureService13.java
ToneIndicatorService13.java
Device Controls
Note: This section is intended primarily for programmers who are creating
JavaPOS Device Controls and Services.
Connecting to Services
Each thin client POS terminal is assigned a subtree of the server database. This
subtree holds all configuration information for the POS terminal client, including
which services are available to the POS terminal client both during and after
booting. Services are identified by business cards; when the POS terminal client
boots, all business cards for the POS terminal client are downloaded from the
server subtree to the POS terminal client’s Software namespace. The POS
terminal client can only access those services for which a business card entry
exists in its Software namespace.
The JSL connects POS terminal clients with services that meet their interface
requirements. It is up to the POS terminal client to initiate and drive the
connection process. A POS terminal client constructs a service connection object
and calls the methods of this object to instruct the JSL to find a service
implementing a particular interface.
For example, POS terminal clients of the POS interface are connected with
services that implement the POS interface. If more then one of the services
implements the desired interface, the POS terminal client, with the assistance of
the JSL, decides which service to use.
Once the POS terminal client selects a service, it calls the service methods
through the service connection object. Services can themselves be clients of
other services, and in fact this is often the case. For example, a file system
service may call the methods of a disk drive service.
Device Controls: Device Service Management 45
The follow code fragment shows how a POS terminal client can request an
enumeration of services compatible with a named interface. Given the
enumeration, the POS terminal client can then select which service to open.
The findAdvertisements method is part of the ServiceLoader class. It returns
the enumeration of the service advertisements for a given interface name.
public static Enumeration findAdvertisements
(Stringadvertisedinterface) throws ServiceException
{
ServiceAdvertisement a;
String interfaceName = ”/javaos/javax/system/jdi/pos/”;
String serviceName = ”Camera Department POS”;
Enumeration camDeptPOS; //Camera Department example
camDeptPOS = ServiceLoader.findAdvertisements(interfaceName);
while (camDeptPOS.hasMoreElements()
{
a = (ServiceAdvertisement)camDeptPOS.nextElement();
if (a.getLogicalName() = serviceName)
break;
}
}
To retrieve a service connection object for the desired service, the service
advertisement is passed to the findService method. For example, to retrieve an
instance of a particular POS driver:
public static ServiceConnection findService(ServiceAdvertisement
serviceAdvertisement) throws ServiceException
{
ServiceConnection s;
s = ServiceLoader.findService(a);
}
In this last example, the variable a represents the service advertisement which
was identified by the POS terminal client in the preceding example as most
suitable to its requirements.
Once the service connection object is retrieved, the POS terminal client connects
to the service by calling the connect method.
s.connect(parentServiceInstance);
When the last client of the service disconnects, the service is unloaded.
When the JSL first loads a set of service classes, it augments the class path of the
JVM to include the location of the service classes. “Core” service classes are
Java for Retail POS
46 Programming Guide Introduction and Architecture
downloaded immediately to the client and are loaded; less important classes
remain on the server until they are actually called. The division of core and non-
core classes is determined by the business card.
When the JSL loads a service class, it reads the service’s business card for
configuration parameters and passes them to the loaded class.
The JSL works closely with the database, extracting the necessary information to
match clients with interfaces and interfaces with services. When the service is a
device driver, the JSL must also match the service with a device. Matching
services with devices is simply a matter of scanning the Software namespace of
the database for a service business card which refers to the device by name. The
business card will also indentify the driver’s device manager by name.
The general forwarding sequence is to call the Service to process the request, and
return to the application if no exception occurs. If an exception occurs and the
exception is JposException, rethrow it to the application.
Otherwise wrap the exception in a JposException and throw it. This should only
occur if an open has not successfully linked the Service to the Control, that is, if
the service field contains a null reference. (Any exceptions that occur while in
the Service should be caught by it, and the Service should rethrow it as a
JposException.) This allows the Control to set the message text to “Control not
opened” with reasonable certainty.
Java for Retail POS
48 Programming Guide Introduction and Architecture
Event Handling
Event Listeners and Event Delivery
An application must be able to register with the Device Control to receive events
of each type supported by the Device, as well as unregister for these events. To
conform to the JavaBean design pattern for events, the registration methods have
the form:
void addXxxListener(XxxListener l);
void removeXxxListener(XxxListener l);
where Xxx is replaced by one of the event types: Data, Error, OutputComplete,
StatusUpdate, or DirectIO.
An example add listener method is:
protected Vector dataListeners;
public void addDataListener(DataListener l)
{
synchronized(dataListeners)
dataListeners.addElement(l);
}
When the Device Service requests that an event be delivered, the Control calls the
event method of each listener that has registered for that event. (Typically, only
one listener will register for each event type. However, diagnostic or other
software may choose to listen, also.) The event methods have the form:
void xxxOccurred(XxxEvent e)
Event Callbacks
The Device Service requests that an event be delivered by calling a method in a
callback instance. This instance is created by the Control and passed to the
Service in the open method.
The callback instance is typically created as an inner class of the Control. An
example callback inner class is:
protected class ScannerCallbacks implements EventCallbacks
{
public BaseControl getEventSource()
{
return (BaseControl)Scanner.this;
}
Version Handling
The Device Control responsibilities given in the preceding sections “Device
Service Management” and “Property and Method Forwarding” are somewhat
simplified: They do not take into account version handling.
Both the Device Control and the Device Service have version numbers. Each
version number is broken into three parts: Major, minor, and build. The major
and minor portions indicate compliance with a release of the JavaPOS
specifications. For example, release 1.4 compatibility is represented by a major
version of one and a minor version of four. The build portion is set by the
JavaPOS Device writer.
The JavaPOS version requirement is that a Device Control for a device category
must operate and return reasonable results with any Device Service for that class,
as long as its major version number matches the Service’s major version number.
In order to support this requirement, the following steps must be taken by the
Control:
• open method. The Control must validate and determine the version of the
Service, and save this version for later use (the “validated version”). The steps
are as follows:
1. After connecting to the Device Service and obtaining its reference,
determine the level of JavaPOS Service interface supported by the Service
(the “interface version”). This test ensures that the Service complies with
the property and method requirements of the interface.
For example, assume that the Scanner Control is at version 1.3. First
attempt to cast the Service reference to the original release version,
ScannerService12. If this succeeds, the “interface version” is at least 1.2;
otherwise fail the open. Next, attempt to cast to ScannerService13. If
this succeeds, the “interface version” is 1.3.
2. After calling the Service’s open method, get its DeviceServiceVersion
property. If the major version does not match the Control’s major version,
then fail the open.
3. At this point we know that some level of Service interface is supported,
and that the major Control and Service versions match. Now determine
the “validated version”:
if ( service_version <= interface_version )
{
// The Service version may match the interface
// version, or it may be less. The latter case may
// be true for a Service that wraps or bridges to
// OPOS software, because the Service may be able to
// support a higher interface version, but
// downgrades its reported Service version to that of
// the OPOS software.
// Remember the Services real version.
validated_version = service_version;
}
else if ( service_version > interface_version )
Device Controls: Version Handling 51
{
// The Service is newer than the Control.
// Look at two subcases.
if ( control_version == interface_version )
{
// The Service is newer than the Control, and it
// supports all the Controls methods and
// properties (and perhaps more that the Control
// will not call).
// Remember the maximum version that the Control
// supports.
validated_version = interface_version;
}
else if ( service_version > interface_version )
{
//... Fail the open!
// The Service is reporting a version for which it
// does not support all the required methods and
// properties.
}
}
Device Services
Note: This section is intended primarily for programmers creating JavaPOS
Device Controls and Services.
Event Generation
The Device Service has the responsibility of enqueuing events and delivering
them in the proper sequence. The Service must enqueue and deliver them one at
a time, in a first-in, first-out manner. (The only exception is when a
JPOS_EL_INPUT_DATA event must be delivered early on an input error
because some data events are also enqueued.) Events are delivered by an
internally created and managed Service thread. They are delivered by calling an
event firing callback method in the Device Control, which then calls each
registered listener's event method. (See “Event Handling” on page 48.)
The following conditions cause event delivery to be delayed until the condition is
corrected:
• The application has set the property FreezeEvents to true.
• The event type is a DataEvent or an input ErrorEvent, but the property
DataEventEnabled is false. (See “Device Input Model” on page 22.)
Rules on the management of the queue of events are:
• The JavaPOS Device may only enqueue new events while the Device is
enabled.
• The Device may deliver enqueued events until the application calls the release
method (for exclusive-use devices) or the close method (for any device), at
which time any remaining events are deleted.
• For input devices, the clearInput method clears data and input error events.
• For output devices, the clearOutput method clears output error events.
Summary
Properties
Name Usage Notes Ver Type Access
AutoDisable 1 boolean R/W
CapPowerReporting 1.3 int R
CheckHealthText String R
Claimed boolean R
DataCount 1 int R
DataEventEnabled 1 boolean R/W
DeviceEnabled boolean R/W
FreezeEvents boolean R/W
OutputID 2 int R
PowerNotify 1.3 int R/W
PowerState 1.3 int R
State int R
DeviceControlDescription String R
DeviceControlVersion int R
DeviceServiceDescription String R
DeviceServiceVersion int R
PhysicalDeviceDescription String R
PhysicalDeviceName String R
Java for Retail POS Chapter 1
56 Programming Guide Common Properties, Methods and Events
Methods
Name Usage Notes
open
close
claim
release
checkHealth
clearInput
clearOutput
directIO
Events
Name Usage Notes
DataEvent 1
DirectIOEvent
ErrorEvent
OutputCompleteEvent 2
StatusUpdateEvent
Usage Notes:
1. Used only with Devices that have Event Driven Input.
2. Used only with Asynchronous Output Devices.
General Information 57
General Information
This section lists properties, methods, and events that are common to many of the
peripheral devices covered in this standard.
The summary section of each device category marks those common properties,
methods, and events that do not apply to that category as “Not Supported.” Items
identified in this fashion are not present in the device control’s class.
This section relies heavily on the user being familiar with Java programming
techniques covered in JDK version 1.1 and later. In addition, a good
understanding of the features of the JavaPOS architecture model is required.
Please see “Device Behavior Models” on page 9 for additional information.
Java for Retail POS Chapter 1
58 Programming Guide Common Properties, Methods and Events
Properties
AutoDisable Property R/W
Type boolean
Remarks If true, the Device Service will set DeviceEnabled to false after it receives and
enqueues data as a DataEvent. Before any additional input can be received, the
application must set DeviceEnabled to true.
If false, the Device Service does not automatically disable the device when data is
received.
This property provides the application with an additional option for controlling the
receipt of input data. If an application wants to receive and process only one input,
or only one input at a time, then this property should be set to true. This property
applies only to event-driven input devices.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Input Model” on page 22
CheckHealthText Property R
Type String
Remarks Holds the results of the most recent call to the checkHealth method. The
following examples illustrate some possible diagnoses:
• “Internal HCheck: Successful”
• “External HCheck: Not Responding”
• “Interactive HCheck: Complete”
This property is empty (“”) before the first call to the checkHealth method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15
See Also checkHealth Method
Java for Retail POS Chapter 1
60 Programming Guide Common Properties, Methods and Events
Claimed Property R
Type boolean
Remarks If true, the device is claimed for exclusive access. If false, the device is released
for sharing with other applications.
Many devices must be claimed before the Control will allow access to many of its
methods and properties, and before it will deliver events to the application.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Initialization and Finalization” on page 10, “Device Sharing Model” on
page 12, claim Method, release Method
DataCount Property R
Type int
Remarks Holds the number of enqueued DataEvents.
The application may read this property to determine whether additional input is
enqueued from a device, but has not yet been delivered because of other
application processing, freezing of events, or other causes.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Input Model” on page 22, DataEvent
Properties 61
DeviceControlDescription Property R
Type String
Remarks Holds an identifier for the Device Control and the company that produced it.
A sample returned string is:
“POS Printer JavaPOS Control, (C) 1998 Epson”
DeviceControlVersion Property R
Type int
Remarks Holds the Device Control version number.
Three version levels are specified, as follows:
Version Level Description
DeviceServiceDescription Property R
Type String
Remarks Holds an identifier for the Device Service and the company that produced it.
A sample returned string is:
“TM-U950 Printer JPOS Service Driver, (C) 1998 Epson”
DeviceServiceVersion Property R
Type int
Remarks Holds the Device Service version number.
Three version levels are specified, as follows:
Version Level Description
This value may be displayed as version “1.2.38”, and interpreted as major version
1, minor version 2, build 38 of the Device Service.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Version Handling” on page 31, DeviceServiceDescription Property
Properties 65
OutputID Property R
Type int
Remarks Holds the identifier of the most recently started asynchronous output.
When a method successfully initiates an asynchronous output, the Device assigns
an identifier to the request. When the output completes, an
OutputCompleteEvent will be enqueued with this output ID as a parameter.
The output ID numbers are assigned by the Device and are guaranteed to be unique
among the set of outstanding asynchronous outputs. No other facts about the ID
should be assumed.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Output Models” on page 25, OutputCompleteEvent
Java for Retail POS Chapter 1
66 Programming Guide Common Properties, Methods and Events
See Also “Device Power Reporting Model” on page 27; CapPowerReporting Property,
PowerState Property
Properties 67
JPOS_PS_UNKNOWN Cannot determine the device’s power state for one of the
following reasons:
PhysicalDeviceDescription Property R
Type String
Remarks Holds an identifier for the physical device.
A sample returned string is:
“NCR 7192-0184 Printer, Japanese Version”
PhysicalDeviceName Property R
Type String
Remarks Holds a short name identifying the physical device. This is a short version of
PhysicalDeviceDescription and should be limited to 30 characters.
This property will typically be used to identify the device in an application
message box, where the full description is too verbose. A sample returned string
is:
“IBM Model II Printer, Japanese”
State Property R
Type int
Remarks Holds the current state of the Device. It has one of the following values:
Value Meaning
Methods
checkHealth Method
Syntax void checkHealth (int level) throws JposException;
The level parameter indicates the type of health check to be performed on the
device. The following values may be specified:
Value Meaning
JPOS_CH_INTERNAL
Perform a health check that does not physically change
the device. The device is tested by internal tests to the
extent possible.
JPOS_CH_EXTERNAL
Perform a more thorough test that may change the
device. For example, a pattern may be printed on the
printer.
JPOS_CH_INTERACTIVE
Perform an interactive test of the device. The supporting
Device Service will typically display a modal dialog box
to present test options and results.
Remarks Tests the state of a device.
A text description of the results of this method is placed in the
CheckHealthText property. The health of many devices can only be determined
by a visual inspection of these test results.
This method is always synchronous.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
claim Method
Syntax void claim (int timeout) throws JposException;
The timeout parameter gives the maximum number of milliseconds to wait for
exclusive access to be satisfied. If zero, then immediately either returns (if
successful) or throws an appropriate exception. If JPOS_FOREVER (-1), the
method waits as long as needed until exclusive access is satisfied.
Remarks Requests exclusive access to the device. Many devices require an application to
claim them before they can be used.
When successful, the Claimed property is changed to true.
Errors A JposException may be thrown when this method is invoked. For further
information, “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
clearInput Method
Syntax void clearInput () throws JposException;
Remarks Clears all device input that has been buffered.
Any data events or input error events that are enqueued – usually waiting for
DataEventEnabled to be set to true and FreezeEvents to be set to false – are also
cleared.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
See Also “Device Input Model” on page 22
Java for Retail POS Chapter 1
72 Programming Guide Common Properties, Methods and Events
clearOutput Method
Syntax void clearOutput () throws JposException;
Remarks Clears all device output that has been buffered. Also, when possible, halts outputs
that are in progress.
Any output error events that are enqueued – usually waiting for FreezeEvents to
be set to false – are also cleared.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
See Also “Device Output Models” on page 25
close Method
Syntax void close () throws JposException;
Remarks Releases the device and its resources.
If the DeviceEnabled property is true, then the device is disabled.
If the Claimed property is true, then exclusive access to the device is released.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
See Also “Device Initialization and Finalization” on page 10, open Method
Methods 73
directIO Method
Syntax void directIO (int command, int[] data, Object object) throws JposException;
Parameter Description
open Method
Syntax void open(String logicalDeviceName) throws JposException;
The logicalDeviceName parameter specifies the device name to open.
Remarks Opens a device for subsequent I/O.
The device name specifies which of one or more devices supported by this Device
Control should be used. The logicalDeviceName must exist in the Java System
Database (JSD) for this device category so that its relationship to the physical
device can be determined. Entries in the JSD are created by a setup or
configuration utility.
When this method is successful, it initializes the properties Claimed,
DeviceEnabled, DataEventEnabled and FreezeEvents, as well as descriptions
and version numbers of the JavaPOS software layers. Additional category-
specific properties may also be initialized.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
release Method
Syntax void release () throws JposException;
Remarks Releases exclusive access to the device.
If the DeviceEnabled property is true, and the device is an exclusive-use device,
then the device is also disabled (this method does not change the device enabled
state of sharable devices).
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e)
Description Notifies the application that input data is available from the device.
Status int The input status with its value dependent upon the
device category; it may describe the type or qualities of
the input data.
Remarks When this event is delivered to the application, the DataEventEnabled property
is changed to false, so that no further data events will be delivered until the
application sets DataEventEnabled back to true. The actual byte array input data
is placed in one or more device-specific properties.
If DataEventEnabled is false at the time that data is received, then the data is
enqueued in an internal buffer, the device-specific input data properties are not
updated, and the event is not delivered. When DataEventEnabled is
subsequently changed back to true, the event will be delivered immediately if input
data is enqueued and FreezeEvents is false.
See Also “Events” on page 18, “Device Input Model” on page 22, DataEventEnabled
Property, FreezeEvents Property
Events 77
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Device Service to provide events to the
application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and the Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s devices
which may not have any knowledge of the Device Service’s need for this event.
See Also “Events” on page 18, directIO Method
Java for Retail POS Chapter 1
78 Programming Guide Common Properties, Methods and Events
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that an error has been detected and a suitable response is
necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error Code causing the error event. See the list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. These
values are device category specific.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
The application’s error event listener can set the ErrorResponse property to one of
the following values:
Value Meaning
JPOS_ER_CONTINUEINPUT
Acknowledges the error and directs the Device to
continue input processing. The Device remains in the
error state and will deliver additional DataEvents as
directed by the DataEventEnabled property. When all
input has been delivered and DataEventEnabled is
again set to true, then another ErrorEvent is delivered
with locus JPOS_EL_INPUT.
Use only when locus is JPOS_EL_INPUT_DATA.
Default when locus is JPOS_EL_INPUT_DATA.
Remarks This event is enqueued when an error is detected and the Device’s State transitions
into the error state. This event is not delivered until DataEventEnabled is true,
so that proper application sequencing occurs.
See Also “Device Input Model” on page 22, “Device Input Model” on page 22, “Device
States” on page 30
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application when a device has detected an operation status change.
JPOS_SUE_POWER_ONLINE
The device is powered on and ready for use. Can be
returned if CapPowerReporting =
JPOS_PR_STANDARD or JPOS_PR_ADVANCED.
JPOS_SUE_POWER_OFF
The device is off or detached from the terminal. Can
only be returned if CapPowerReporting =
JPOS_PR_ADVANCED.
JPOS_SUE_POWER_OFFLINE
The device is powered on but is either not ready or not
able to respond to requests. Can only be returned if
CapPowerReporting = JPOS_PR_ADVANCED.
POS_SUE_POWER_OFF_OFFLINE
The device is either off or offline. Can only be returned
if CapPowerReporting = JPOS_PR_STANDARD.
Bump Bar
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable 1.3 boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText 1.3 String R open
Claimed 1.3 boolean R open
DataCount 1.3 int R open
DataEventEnabled 1.3 boolean R/W open
DeviceEnabled 1.3 boolean R/W open & claim
FreezeEvents 1.3 boolean R/W open
OutputID 1.3 int R open
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State 1.3 int R --
Properties (Continued)
Specific Ver Type Access Initialized After
AsyncMode 1.3 boolean R/W open, claim, & enable
Timeout 1.3 int R/W open
UnitsOnline 1.3 int R open, claim, & enable
Methods
Common Ver May Use After
open 1.3 --
close 1.3 open
claim 1.3 open
release 1.3 open & claim
checkHealth 1.3 open, claim, & enable
clearInput 1.3 open & claim
clearOutput 1.3 open & claim
directIO 1.3 open
Specific
bumpBarSound 1.3 open, claim, & enable
setKeyTranslation 1.3 open, claim, & enable
Java for Retail POS Chapter 2
84 Programming Guide Bump Bar
Events
Name Ver May Occur After
DataEvent 1.3 open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent 1.3 open, claim, & enable
OutputCompleteEvent 1.3 open, claim, & enable
StatusUpdateEvent 1.3 open, claim, & enable
General Information 85
General Information
The Bump Bar Control’s class name is “jpos.BumpBar”.
The device constants are contained in the class “jpos.BumpBarConst”.
See “Package Structure” on page 40.
This de v i ce w as a dd e d in Ja va PO S Re lea s e 1. 3.
Capabilities
The Bump Bar Control has the following minimal set of capabilities:
• Supports broadcast methods that can communicate with one, a range, or all
bump bar units online.
• Supports bump bar input (keys 0-255).
The Bump Bar Control may also have the following additional capabilities:
• Supports bump bar enunciator output with frequency and duration.
• Supports tactile feedback via an automatic tone when a bump bar key is
pressed.
Java for Retail POS Chapter 2
86 Programming Guide Bump Bar
Model
The general model of a bump bar is:
• The bump bar device class is a subsystem of bump bar units. The initial
targeted environment is food service, to control the display of order
preparation and fulfillment information. Bump bars typically are used in
conjunction with remote order displays.
The subsystem can support up to 32 bump bar units.
One application on one workstation or POS Terminal will typically manage
and control the entire subsystem of bump bars. If applications on the same or
other workstations and POS Terminals will need to access the subsystem, then
this application must act as a subsystem server and expose interfaces to other
applications.
• All specific methods are broadcast methods. This means that the method can
apply to one unit, a selection of units or all online units. The units parameter
is an int, with each bit identifying an individual bump bar unit. (One or more
of the constants BB_UID_1 through BB_UID_32 are bitwise ORed to form
the bitmask.) The Device Service will attempt to satisfy the method for all
unit(s) indicated in the units parameter. If an error is received from one or
more units, the ErrorUnits property is updated with the appropriate units in
error. The ErrorString property is updated with a description of the error or
errors received. The method will then throw the corresponding
JposException. In the case where two or more units encounter different errors,
the Device Service should determine the most severe JposException to throw.
• The common methods checkHealth, clearInput, and clearOutput are not
broadcast methods and use the unit ID indicated in the CurrentUnitID
property. (One of the constants BB_UID_1 through BB_UID_32 are
selected.) See the description of these common methods to understand how
the current unit ID property is used.
• When the current unit ID property is set by the application, all the
corresponding properties are updated to reflect the settings for that unit.
If the CurrentUnitID property is set to a unit ID that is not online, the depen-
dent properties will contain non-initialized values.
The CurrentUnitID uniquely represents a single bump bar unit. The defini-
tions range from BB_UID_1 to BB_UID_32. These definitions are also used
to create the bitwise parameter, units, used in the broadcast methods.
General Information 87
The Bump Bar Device Service provider must supply a mechanism for translating
its internal key scan codes into user-defined codes which are returned by the data
event. Note that this translation must be end-user configurable. The default trans-
lated key value is the scan code value.
Java for Retail POS Chapter 2
88 Programming Guide Bump Bar
Output – Tone
The bump bar follows the general “Device Output Model,” with some enhance-
ments:
• The bumpBarSound method is performed either synchronously or
asynchronously, depending on the value of the AsyncMode property. When
AsyncMode is false, then this method operates synchronously and the Device
returns to the application after completion. When operating synchronously, a
JposException is thrown if the method could not complete successfully.
• When AsyncMode is true, then this method operates as follows:
• The Device buffers the request, sets the OutputID property to an
identifier for this request, and returns as soon as possible. When the
device completes the request successfully, the EventUnits property is
updated and an OutputCompleteEvent is enqueued. A property of this
event contains the output ID of the completed request.
Asynchronous methods will not throw a JposException due to a bump bar prob-
lem, such as communications failure. These errors will only be reported by an Er-
rorEvent. A JposException is thrown only if the bump bar is not claimed and
enabled, a parameter is invalid, or the request cannot be enqueued. The first two
error cases are due to an application error, while the last is a serious system re-
source exception.
• If an error occurs while performing an asynchronous request, an
ErrorEvent is enqueued. The EventUnits property is set to the unit or
units in error. The EventString property is also set.
Note: ErrorEvent updates EventUnits and EventString. If an error is
reported by a broadcast method, then ErrorUnits and ErrorString are set
instead.
The event handler may call synchronous bump bar methods (but not asynchronous
methods), then can either retry the outstanding output or clear it.
• Asynchronous output is performed on a first-in first-out basis.
• All output buffered may be deleted by setting the CurrentUnitID
property and calling the clearOutput method. OutputCompleteEvents
will not be enqueued for cleared output. This method also stops any
output that may be in progress (when possible).
General Information 89
Device Sharing
The bump bar is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before accessing many
bump bar specific properties.
• The application must claim and enable the device before calling methods that
manipulate the device.
• When a claim method is called again, settable device characteristics are
restored to their condition at release.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 2
90 Programming Guide Bump Bar
Properties
AsyncMode Property R/W
Type boolean
Remarks If true, then the bumpBarSound method will be performed asynchronously.
If false, tones are generated synchronously.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also bumpBarSound Method, “Device Output Models” on page 25
Remarks Holds the duration (in milliseconds) of the automatic tone for the bump bar unit
specified by the CurrentUnitID property.
This property is initialized to the default value for each online bump bar unit when
the device is first enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15
See Also CurrentUnitID Property
BumpBarDataCount Property R
Type int
Remarks Holds the number of DataEvents enqueued for the bump bar unit specified by the
CurrentUnitID property.
The application may read this property to determine whether additional input is
enqueued from a bump bar unit, but has not yet been delivered because of other
application processing, freezing of events, or other causes.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, DataEvent
CapTone Property R
Type boolean
Remarks If true, the bump bar unit specified by the CurrentUnitID property supports an
enunciator.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property
Java for Retail POS Chapter 2
92 Programming Guide Bump Bar
ErrorString Property R
Type String
Remarks Holds a description of the error which occurred on the unit(s) specified by the
ErrorUnits property, when an error occurs for any method that acts on a bitwise
set of bump bar units.
If an error occurs during processing of an asynchronous request, the ErrorEvent
updates the property EventString instead.
This property is initialized to an empty string by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also ErrorUnits Property
ErrorUnits Property R
Type int
Remarks Holds a bitwise mask of the unit(s) that encountered an error, when an error occurs
for any method that acts on a bitwise set of bump bar units.
If an error occurs during processing of an asynchronous request, the ErrorEvent
updates the property EventUnits instead.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also ErrorString Property
EventString Property R
Type String
Remarks Holds a description of the error which occurred to the unit(s) specified by the
EventUnits property, when an ErrorEvent is delivered.
This property is initialized to an empty string by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also EventUnits Property, ErrorEvent
Java for Retail POS Chapter 2
94 Programming Guide Bump Bar
EventUnitID Property R
Type int
Remarks Holds the bump bar unit ID causing a DataEvent. This property is set just before
a DataEvent is delivered. The unit ID definitions range from BB_UID_1 to
BB_UID_32.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DataEvent
EventUnits Property R
Type int
Remarks Holds a bitwise mask of the unit(s) when an OutputCompleteEvent,
ErrorEvent, or StatusUpdateEvent is delivered.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also OutputCompleteEvent, ErrorEvent, StatusUpdateEvent
Keys Property R
Type int
Remarks Holds the number of keys on the bump bar unit specified by the CurrentUnitID
property.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property
Properties 95
UnitsOnline Property R
Type int
Remarks Bitwise mask indicating the bump bar units online, where zero or more of the unit
constants BB_UID_1 (bit 0 on) through BB_UID_32 (bit 31 on) are bitwise ORed.
32 units are supported.
This property is initialized when the device is first enabled following the open
method. This property is updated as changes are detected, such as before a
StatusUpdateEvent is enqueued and during the checkHealth method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also checkHealth Method, StatusUpdateEvent
Java for Retail POS Chapter 2
96 Programming Guide Bump Bar
Methods
bumpBarSound Method
Syntax void bumpBarSound (int units, int frequency, int duration,
int numberOfCycles, int interSoundWait)
throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
setKeyTranslation Method
Syntax void setKeyTranslation (int units, int scanCode, int logicalKey)
throws JposException;
Parameter Description
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application when input from the bump bar is available.
Properties This event contains the following property:
Property Type Description
Remarks Enqueued to present input data from a bump bar unit to the application. The low
word contains the Event Type. The high word contains additional data depending
on the Event Type. When the Event Type is BB_DE_KEY, the low byte of the
high word contains the LogicalKeyCode for the key pressed on the bump bar unit.
The LogicalKeyCode value is device independent. It has been translated by the
Device Service from its original hardware specific value. Valid ranges are 0-255.
The EventUnitID property is updated before delivering the event.
See Also “Device Input Model” on page 22, EventUnitID Property, DataEventEnabled
Property, FreezeEvents Property
Java for Retail POS Chapter 2
102 Programming Guide Bump Bar
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Bump Bar Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following property:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Bump Bar
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that a Bump Bar error has been detected and a suitable
response by the application is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Result code causing the error event. See a list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error code causing the error event. If
ErrorCode is JPOS_E_EXTENDED, then see values
below.Otherwise, it may contain a Service-specific
value.
ErrorLocus int Location of the error. See values below.
Events 103
The contents of the ErrorResponse property are preset to a default value, based on
the ErrorLocus. The application’s error event listener may change ErrorResponse
to one of the following values:
Value Meaning
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that the bump bar has had an operation status change.
Properties This event contains the following property:
Property Type Description
Status int Reports a change in the power state of a bump bar unit.
Note that Release 1.3 added Power State Reporting with
additional Power reporting StatusUpdateEvent values.
See “StatusUpdateEvent” description on page 80.
Remarks Enqueued when the bump bar device detects a power state change.
Deviation from the standard StatusUpdateEvent (See “StatusUpdateEvent” on
page 80.)
• Before delivering the event, the EventUnits property is set to the units for
which the new power state applies.
• When the bump bar device is enabled, then a StatusUpdateEvent is enqueued
to specify the bitmask of online units.
• While the bump bar device is enabled, a StatusUpdateEvent is enqueued
when the power state of one or more units change. If more than one unit
changes state at the same time, the Device Service may choose to either en-
queue multiple events or to coalesce the information into a minimal number
of events applying to EventUnits.
See Also EventUnits Property
Java for Retail POS Chapter 2
106 Programming Guide Bump Bar
C H A P T E R 3
Cash Changer
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 3
108 Programming Guide Cash Changer
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput Not Supported
clearOutput Not Supported
directIO open & claim
Specific
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent Not Supported
OutputCompleteEvent Not Supported
StatusUpdateEvent open, claim, & enable
Java for Retail POS Chapter 3
110 Programming Guide Cash Changer
General Information
The Cash Changer Control’s class name is “jpos.CashChanger”.
The device constants are contained in the class “jpos.CashChangerConst”.
See “Package Structure” on page 40.
Capabilities
The Cash Changer has the following capabilities:
• Reports the cash units and corresponding unit counts available in the Cash
Changer.
• Dispenses a specified amount of cash from the device in either bills, coins, or
both into a user-specified exit.
• Dispenses a specified number of cash units from the device in either bills,
coins, or both into a user-specified exit.
• Reports jam conditions within the device.
• Supports more than one currency.
The Cash Changer may also have the following additional capabilities:
• Reports the fullness levels of the Cash Changer’s cash units. Conditions which
may be indicated include empty, near empty, full, and near full states.
• Reports a possible (or probable) cash count discrepancy in the data reported
by the readCashCounts method.
General Information 111
Model
The general model of a Cash Changer is:
• Supports several cash types such as coins, bills, and combinations of coins and
bills. The supported cash type for a particular currency is noted by the list of
cash units in the CurrencyCashList property.
• Consists of any combination of features to aid in the cash processing functions
such as a cash entry holding bin, a number of slots or bins which can hold the
cash, and cash exits.
• Provides programmatic control only for the dispensing of cash. The accepting
of cash by the device (for example, to replenish cash) cannot be controlled by
the APIs provided in this model. The application can call readCashCounts
to retrieve the current unit count for each cash unit, but cannot control when
or how cash is added to the device.
• May have multiple exits. The number of exits is specified in the DeviceExits
property. The application chooses a dispensing exit by setting the
CurrentExit property. The cash units which may be dispensed to the current
exit are indicated by the ExitCashList property. When CurrentExit is 1, the
exit is considered the “primary exit” which is typically used during normal
processing for dispensing cash to a customer following a retail transaction.
When CurrentExit is greater than 1, the exit is considered an “auxiliary exit.”
An “auxiliary exit” typically is used for special purposes such as dispensing
quantities or types of cash not targeted for the “primary exit.”
• Dispenses cash into the exit specified by CurrentExit when either
dispenseChange or dispenseCash is called. With dispenseChange, the
application specifies a total amount to be dispensed, and it is the responsibility
of the Cash Changer device or the Control to dispense the proper amount of
cash from the various slots or bins. With dispenseCash, the application
specifies a count of each cash unit to be dispensed.
• Dispenses cash either synchronously or asynchronously, depending on the
value of the AsyncMode property.
When AsyncMode is false, then the cash dispensing methods are performed
synchronously and the dispense method returns the completion status to the
application.
When AsyncMode is true and no exception is thrown by either dis-
penseChange or dispenseCash, then the method is performed asynchronous-
ly and its completion is indicated by a StatusUpdateEvent with its Data
property set to CHAN_STATUS_ASYNC. The request’s completion status is
set in the AsyncResultCode and AsyncResultCodeExtended properties.
Java for Retail POS Chapter 3
112 Programming Guide Cash Changer
Device Sharing
The Cash Changer is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before accessing some of the
properties, dispensing or collecting, or receiving status update events.
• See the “Summary” table for precise usage prerequisites.
Properties 113
Properties
AsyncMode Property R/W
Type boolean
Remarks If true, the dispenseCash and dispenseChange methods will be performed
asynchronously. If false, these methods will be performed synchronously.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also dispenseCash Method, dispenseChange Method, AsyncResultCode Property;
AsyncResultCodeExtended Property
AsyncResultCode Property R
Type int
Remarks Holds the completion status of the last asynchronous dispense request (i.e., when
dispenseCash or dispenseChange was called with AsyncMode true). This
property is set before a StatusUpdateEvent event is delivered with a Data value
of CHAN_STATUS_ASYNC.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also dispenseCash Method, dispenseChange Method, AsyncMode Property
AsyncResultCodeExtended Property R
Type int
Remarks Holds the extended completion status of the last asynchronous dispense request
(i.e., when dispenseCash or dispenseChange was called with AsyncMode true).
This property is set before a StatusUpdateEvent event is delivered with a Data
value of CHAN_STATUS_ASYNC.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also dispenseCash Method, dispenseChange Method, AsyncMode Property
Java for Retail POS Chapter 3
114 Programming Guide Cash Changer
CapDiscrepancy Property R
Type boolean
Remarks If true, the readCashCounts method can report a valid discrepancy value.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also readCashCounts Method
CapEmptySensor Property R
Type boolean
Remarks If true, the Cash Changer can report the condition that some cash slots are empty.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DeviceStatus Property, StatusUpdateEvent
CapFullSensor Property R
Type boolean
Remarks If true, the Cash Changer can report the condition that some cash slots are full.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also FullStatus Property, StatusUpdateEvent
Properties 115
CapNearEmptySensor Property R
Type boolean
Remarks If true, the Cash Changer can report the condition that some cash slots are nearly
empty.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DeviceStatus Property, StatusUpdateEvent
CapNearFullSensor Property R
Type boolean
Remarks If true, the Cash Changer can report the condition that some cash slots are nearly
full.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also FullStatus Property, StatusUpdateEvent
Java for Retail POS Chapter 3
116 Programming Guide Cash Changer
CurrencyCashList Property R
Type String
Remarks Holds the cash units supported in the Cash Changer for the currency represented
by the CurrencyCode property. It consists of ASCII numeric comma delimited
values which denote the units of coins, then the ASCII semicolon character (“;”)
followed by ASCII numeric comma delimited values for the bills that can be used
with the Cash Changer. If a semicolon (“;”) is absent, then all units represent coins.
Below are sample CurrencyCashList values in Japan.
• “1,5,10,50,100,500” —
1, 5, 10, 50, 100, 500 yen coin.
• “1,5,10,50,100,500;1000,5000,10000” —
1, 5, 10, 50, 100, 500 yen coin and 1000, 5000, 10000 yen bill.
• “;1000,5000,10000” —
1000, 5000, 10000 yen bill.
This property is initialized by the open method, and is updated when
CurrencyCode is set.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrencyCode Property
Properties 117
CurrencyCodeList Property R
Type String
Remarks Holds the currency code indicators. It is a list of ASCII three-character ISO 4217
currency codes separated by commas.
For example, if the string is “JPY,USD,” then the Cash Changer supports both
Japanese and U.S. monetary units.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrencyCode Property
Java for Retail POS Chapter 3
118 Programming Guide Cash Changer
DeviceExits Property R
Type int
Remarks Holds the number of exits for dispensing cash.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentExit Property
DeviceStatus Property R
Type int
Remarks Holds the current status of the Cash Changer. It has of the following values:
Value Meaning
This property is initialized and kept current while the device is enabled. If more
than one condition is present, then the order of precedence starting at the highest
is jam (or mechanical fault), empty, and near empty.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 3
120 Programming Guide Cash Changer
ExitCashList Property R
Type String
Remarks Holds the cash units which may be dispensed to the exit which is denoted by
CurrentExit property. The supported cash units are either the same as
CurrencyCashList, or a subset of it. The string format is identical to that of
CurrencyCashList.
This property is initialized by the open method, and is updated when
CurrencyCode or CurrentExit is set.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrencyCode Property, CurrencyCashList Property, CurrentExit Property
FullStatus Property R
Type int
Remarks Holds the current full status of the cash slots. It may be one of the following:
Value Meaning
CHAN_STATUS_OK All cash slots are neither nearly full nor full.
CHAN_STATUS_FULL
Some cash slots are full.
CHAN_STATUS_NEARFULL
Some cash slots are nearly full.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Methods 121
Methods
dispenseCash Method
Syntax void dispenseCash (String cashCounts) throws JposException;
The cashCounts parameter contains the dispensing cash units and counts,
represented by the format of “cash unit:cash counts,.;., cash unit:cash counts.”
Units before “;” represent coins, and units after “;” represent bills. If “;” is absent,
then all units represent coins.
Remarks Dispenses the cash from the Cash Changer into the exit specified by CurrentExit.
The cash dispensed is specified by pairs of cash units and counts.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
Some cashCounts examples, using Japanese Yen as the currency, are below.
• “10:5,50:1,100:3,500:1”
Dispense 5 ten yen coins, 1 fifty yen coin, 3 one hundred yen coins, 1 five hun-
dred yen coin.
• “10:5,100:3;1000:10”
Dispense 5 ten yen coins, 3 one hundred yen coins, and 10 one thousand yen
bills.
• “;1000:10,10000:5”
Dispense 10 one thousand yen bills and 5 ten thousand yen bills.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
dispenseChange Method
Syntax void dispenseChange (int amount) throws JposException;
The amount parameter contains the amount of change to be dispensed. It is up to
the Cash Changer to determine what combination of bills and coins will satisfy the
tender requirements from its available supply of cash.
Remarks Dispenses the specified amount of cash from the Cash Changer into the exit
represented by CurrentExit.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
readCashCounts Method
Syntax void readCashCounts (String cashCounts, boolean[] discrepancy)
throws JposException;
Parameter Description
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Cash Changer Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Cash
Changer devices which may not have any knowledge of the Device Service’s need
for this event.
See Also “Events” on page 18, directIO Method
Events 125
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred(StatusUpdateEvent e)
Description Notifies the application when the Cash Changer detects a status change.
Properties This event contains the following property:
Property Type Description
CHAN_STATUS_EMPTY
Some cash slots are empty.
CHAN_STATUS_NEAREMPTY
Some cash slots are nearly empty.
CHAN_STATUS_EMPTYOK
No cash slots are either empty or nearly empty.
CHAN_STATUS_FULL
Some cash slots are full.
CHAN_STATUS_NEARFULL
Some cash slots are nearly full.
CHAN_STATUS_FULLOK
No cash slots are either full or nearly full.
CHAN_STATUS_JAM
A mechanical fault has occurred.
CHAN_STATUS_JAMOK
A mechanical fault has recovered.
CHAN_STATUS_ASYNC
Asychronously performed method has completed.
Cash Drawer
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open & enable; Note
clearInput Not Supported
clearOutput Not Supported
directIO open
Specific
openDrawer open & enable; Note
waitForDrawerClose open & enable; Note
Note: Also requires that no other application has claimed the cash drawer.
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent Not Supported
OutputCompleteEvent Not Supported
StatusUpdateEvent open & enable
General Information 129
General Information
The Cash Drawer Control’s class name is “jpos.CashDrawer”.
The device constants are contained in the class “jpos.CashDrawerConst”.
See “Package Structure” on page 40.
Capabilities
The Cash Drawer Control has the following capability:
• Supports a command to “open” the cash drawer.
Device Sharing
The cash drawer is a sharable device. Its device sharing rules are:
• After opening and enabling the device, the application may access all
properties and methods and will receive status update events.
• If more than one application has opened and enabled the device, each of these
applications may access its properties and methods. Status update events are
delivered to all of these applications.
• If one application claims the cash drawer, then only that application may call
openDrawer and waitForDrawerClose. This feature provides a degree of
security, such that these methods may effectively be restricted to the main
application if that application claims the device at startup.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 4
130 Programming Guide Cash Drawer
Properties
CapStatus Property R
Type boolean
Remarks If true, the drawer can report status. If false, the drawer is not able to determine
whether cash drawer is open or closed.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
DrawerOpened Property R
Type boolean
Remarks If true, the drawer is open. If false, the drawer is closed.
If the capability CapStatus is false, then the device does not support status
reporting, and this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Methods 131
Methods
openDrawer Method
Syntax void openDrawer () throws JposException;
Remarks Opens the drawer.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
waitForDrawerClose Method
Syntax void waitForDrawerClose (int beepTimeout, int beepFrequency,
int beepDuration, int beepDelay)
throws JposException;
Parameter Description
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Cash Drawer Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Cash Drawer
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Events 133
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application when the status of the Cash Drawer changes.
Value Meaning
CASH_SUE_DRAWERCLOSED (=0)
The drawer is closed.
CASH_SUE_DRAWEROPEN (=1)
The drawer is open.
Note that Release 1.3 added Power State Reporting with
additional Power reporting StatusUpdateEvent values.
See “StatusUpdateEvent” description on page 80.
Remarks If CapStatus is false, then the device does not support status reporting, and this
event will never be delivered.
See Also “Events” on page 18
Java for Retail POS Chapter 4
134 Programming Guide Cash Drawer
Summary 135
C H A P T E R 5
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable 1.4 boolean R/W Not Supported
CapPowerReporting 1.4 int R open
CheckHealthText 1.4 String R open
Claimed 1.4 boolean R open
DataCount 1.4 int R Not Supported
DataEventEnabled 1.4 boolean R/W Not Supported
DeviceEnabled 1.4 boolean R/W open & claim
FreezeEvents 1.4 boolean R/W open
OutputID 1.4 int R open
PowerNotify 1.4 int R/W open
PowerState 1.4 int R open
State 1.4 int R --
Methods
Common Ver May Use After
open 1.4 --
close 1.4 open
claim 1.4 open & claim
release 1.4 open & claim
checkHealth 1.4 open, claim, & enable
clearInput 1.4 Not Supported
clearOutput 1.4 open & claim
directIO 1.4 open & claim
Specific
accessDailyLog 1.4 open, claim, & enable
authorizeCompletion 1.4 open, claim, & enable
authorizePreSales 1.4 open, claim, & enable
authorizeRefund 1.4 open, claim, & enable
authorizeSales 1.4 open, claim, & enable
authorizeVoid 1.4 open, claim, & enable
authorizeVoidPreSales 1.4 open, claim, & enable
checkCard 1.4 open, claim, & enable
Events
Name Ver May Use After
DataEvent 1.4 Not Supported
DirectIOEvent 1.4 open & claim
ErrorEvent 1.4 open, claim, & enable
OutputCompleteEvent 1.4 open, claim, & enable
StatusUpdateEvent 1.4 open, claim, & enable
Java for Retail POS Chapter 5
138 Programming Guide CAT- Credit Authorization Terminal
General Information
The CAT Control’s class name is “jpos.CAT”.
The device constants are contained in the class “jpos.CATConst”.
See “Package Structure” on page 40.
This device was added in JavaPOS Release 1.4.
The CAT device described in this chapter is currently in use in Japan only.
Description of terms
• Authorization method
Methods defined by this device class that have the authorize prefix in their
name. These methods require communication with an approval agency.
• Authorization operation
The period from the invocation of an authorization method until the
authorization is completed. This period differs depending upon whether
operating in synchronous or asynchronous mode.
• Credit Authorization Terminal (CAT) Device
A CAT device typically consists of a display, keyboard, magnetic stripe card
reader, receipt printing device, and a communications device. CAT devices
are predominantly used in Japan where they are required by law. Essentially
a CAT device can be considered a device that shields the encryption, message
formatting, and communication functions of an electronic funds transfer
(EFT) operation from an application.
• Purchase
The transaction that allows credit card payment at the POS. It is independent
of payment methods (for example, lump-sum payment, payment in
installments, revolving payment, etc.).
• Cancel Purchase
The transaction to request voiding a purchase on the date of purchase.
• Refund Purchase
The transaction to request voiding a purchase after the date of purchase. This
differs from cancel purchase in that a cancel purchase operation can often be
handled by updating the daily log at the CAT device, while the refund
purchase operation typically requires interaction with the approval agency.
• Authorization Completion
The state of a purchase when the response from the approval agency is
“suspended.” The purchase is later completed after a voice approval is
received from the card company.
• Pre-Authorization
The transaction to reserve an estimated amount in advance of the actual
purchase with customer’s credit card presentation and card entry at CAT.
• Cancel Pre-Authorization
The transaction to request canceling pre-authorization.
Summary 139
• Card Check
The transaction to perform a negative card file validation of the card presented
by the customer. Typically negative card files contain card numbers that are
known to fail approval. Therefore the Card Check operation removes the
need for communication to the approval agency in some instances.
• Daily log
The daily log of card transactions that have been approved by the card
companies.
• Payment condition
Condition of payment such as lump-sum payment, payment by bonus,
payment in installments, revolving payment, and the combination of those
payments. See the PaymentCondition and PaymentDetail properties for
details.
• Approval agency
The agency to decide whether or not to approve the purchase based on the card
information, the amount of purchase, and payment type. The approval agency
is generally the card company.
Capabilities
The CAT Control is capable of the following general mode of operation:
• This standard defines the application interface with the CAT Control and does
not depend on the CAT device’s hardware implementation. Therefore, the
hardware implementation of a CAT device may be as follows:
• Separate type (POS interlock)
The dedicated CAT device is externally connected to the POS (for
instance, via an RS-232 connection).
• Built-in type
The hardware structure is the same as the separate type but is installed
within the POS housing.
• The CAT device receives each authorization request containing a purchase
amount and tax from the CAT Control.
• The CAT device generally requests the user to swipe a magnetic card when it
receives an authorization request from the CAT Control.
• Once a magnetic card is swiped at the CAT device, the device sends the
purchase amount and tax to the approval agency using the communications
device.
• The CAT device returns the result from the approval agency to the CAT
Control. The returned data will be stored in the authorization properties by the
CAT Control for access by applications.
Java for Retail POS Chapter 5
140 Programming Guide CAT- Credit Authorization Terminal
Model
The general models for the CAT Control are shown below:
• The CAT Control basically follows the output device model. However,
multiple methods cannot be invoked for asynchronous output; only one
outstanding asynchronous request is allowed.
• The CAT Control issues requests to the CAT device for different types of
authorization by invoking the following methods.
• The CAT Control issues requests to the CAT device for special processing
local to the CAT device by invoking the following methods.
• The CAT Control stores the authorization results in the following properties
when an authorization operation successfully completes:
Sequence numbers are used to validate that the properties set at completion of
a method are indeed associated with the completed method. An incoming
SequenceNumber argument for each method is compared with the resulting
SequenceNumber property after the operation associated with the method
has completed. If the numbers do not match, or if an application fails to
identify the number, there is no guarantee that the values of the properties
listed in the two tables correspond to the completed method.
Java for Retail POS Chapter 5
142 Programming Guide CAT- Credit Authorization Terminal
• Following is the general usage sequence of the CAT Control (below assumes
the device has already been opened, claimed and enabled):
Synchronous Mode:
- Define the argument SequenceNumber
- Call authorizeSales()
- Verify that the SequenceNumber property matches the value
of the authorizeSales() SequenceNumber argument
- Access the properties set by authorizeSales()
Asynchronous Mode:
- Set AsyncMode property to true
- Define the argument SequenceNumber
- Call authorizeSales()
- Wait for OutputCompleteEvent
- Verify that the SequenceNumber property matches the value of
the authorizeSales() SequenceNumber argument
- Access the properties set by authorizeSales()
Summary 143
Device sharing
The CAT is an exclusive-use device, as follows:
• After opening the device, properties are readable.
• The application must claim the device before enabling it.
• The application must claim and enable the device before calling methods that
manipulate the device.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 5
144 Programming Guide CAT- Credit Authorization Terminal
Properties
AccountNumber Property R
Type String
Remarks This property is initialized to an empty string by the open method and is updated
when an authorization operation successfully completes.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ApprovalCode Property R
Type String
Remarks This property is initialized to an empty string by the open method and is updated
when an authorization operation successfully completes.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Summary 145
CapAdditionalSecurityInformation Property R
Type boolean
Remarks If true, the AdditionalSecurityInformation property may be utilized.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also AdditionalSecurityInformation Property
CapAuthorizeCompletion Property R
Type boolean
Remarks If true, the authorizeCompletion method has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also authorizeCompletion Method
Java for Retail POS Chapter 5
146 Programming Guide CAT- Credit Authorization Terminal
CapAuthorizePreSales Property R
Type boolean
Remarks If true, the authorizePreSales method has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also authorizePreSales Method
CapAuthorizeRefund Property R
Type boolean
Remarks If true, the authorizeRefund method has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also authorizeRefund Method
CapAuthorizeVoid Property R
Type boolean
Remarks If true, the authorizeVoid method has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also authorizeVoid Method, CapAuthorizeVoidPreSales Property
Summary 147
CapAuthorizeVoidPreSales Property R
Type boolean
Remarks If true, the authorizeVoidPreSales method has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also authorizeVoidPreSales Method
CapCenterResultCode Property R
Type boolean
Remarks If true, the CenterResultCode property has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CenterResultCode Property
CapCheckCard Property R
Type boolean
Remarks If true, the checkCard method has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also checkCard Method
Java for Retail POS Chapter 5
148 Programming Guide CAT- Credit Authorization Terminal
CapDailyLog Property R
Type int
Remarks Holds the daily log ability of the device.
Value Meaning
CAT_DL_NONE The CAT device does not have the daily log functions.
CAT_DL_REPORTING The CAT device only has an intermediate total function
which reads the daily log but does not erase the log.
CAT_DL_SETTLEMENT
The CAT device only has the “final total” and “erase
daily log” functions.
CAT_DL_REPORTING_SETTLEMENT
The CAT device has both the intermediate total function
and the final total and erase daily log function.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DailyLog Property, accessDailyLog Method
CapInstallments Property R
Type boolean
Remarks If true, the item “Installments” which is stored in the DailyLog property as the
result of accessDailyLog will be provided.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DailyLog Property
Summary 149
CapPaymentDetail Property R
Type boolean
Remarks If true, the PaymentDetail property has been implemented.
This property is initialized by open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also PaymentDetail Property
CapTaxOthers Property R
Type boolean
Remarks If true, the item “TaxOthers” which is stored in the DailyLog property as the result
of accessDailyLog will be provided.
Note that this property is not related to the “TaxOthers” argument used with the
authorization methods.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DailyLog Property
CapTransactionNumber Property R
Type boolean
Remarks If true, the TransactionNumber property has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also TransactionNumber Property
Java for Retail POS Chapter 5
150 Programming Guide CAT- Credit Authorization Terminal
CapTrainingMode Property R
Type boolean
Remarks If true, the TrainingMode property has been implemented.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also TrainingMode Property
CardCompanyID Property R
Type String
Remarks This property is initialized to an empty string by the open method and is updated
when an authorization operation successfully completes.
The length of the ID string varies depending upon the CAT device.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CenterResultCode Property R
Type String
Remarks Holds the code from the approval agency. Check the approval agency for the
actual codes to be stored.
This property is initialized to an empty string by the open method and is updated
when an authorization operation successfully completes.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Summary 151
DailyLog Property R
Type String
Remarks Holds the result of the accessDailyLog method. The data is delimited by
CR(13)+LF(10) for each transaction and is stored in ASCII code. The detailed data
of each transaction is comma separated [i.e. delimited by “,” (44)].
The details of one transaction are shown as follows:
Item Format
Some CAT devices may not support seconds by the internal clock. In that case, the
seconds field of the transaction date is filled with “00”.
2) Additional data:
• The area where the CAT device stores the vendor specific data. This enables
an application to receive data other than that defined in this specification. The
data stored here is vendor specific and should not be used for development
which places an importance on portability.
3) If the corresponding Cap property is false:
• Cap property is set to false if the CAT device provides no corresponding data.
In such instances, the item can’t be displayed so the next comma delimiter
immediately follows. For example, if “Amount” is 1234 yen and “Tax/others”
is missing and “Installments” is 2, the description will be “1234,,2”. This
makes the description independent of Cap property and makes the position of
each data item consistent.
4) Amount:
• Amount always includes “Tax/others” even if item 11 is present.
5) Purchase date:
• The date manually entered for the purchase transaction after approval.
• The authroization center only requires the month and date of the purchase date
be entered.
• This value will not be set (None means nothing entered here); it will be set to
a date only if the actual purchase date is after the pre-authorization date.
Summary 153
Number of payments 2 2
102,10,19980116134530,123456,61,12345,0123456,,12341234123412
34,12345,,2,12345678[CR][LF]
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CapDailyLog Property, accessDailyLog Method
Java for Retail POS Chapter 5
154 Programming Guide CAT- Credit Authorization Terminal
PaymentCondition Property R
Type int
Remarks Holds the payment condition of the most recent successful authorization
operation.
This property will be set to one of the following values. See PaymentDetail for
the detailed payment string that correlates to the following PaymentCondition
values.
Value Meaning
CAT_PAYMENT_LUMP Lump-sum
CAT_PAYMENT_BONUS_1 Bonus 1
CAT_PAYMENT_BONUS_2 Bonus 2
CAT_PAYMENT_BONUS_3 Bonus 3
CAT_PAYMENT_BONUS_4 Bonus 4
CAT_PAYMENT_BONUS_5 Bonus 5
CAT_PAYMENT_INSTALLMENT_1 Installment 1
CAT_PAYMENT_INSTALLMENT_2 Installment 2
CAT_PAYMENT_INSTALLMENT_3 Installment 3
CAT_PAYMENT_BONUS_COMBINATION_1
Bonus combination payments 1
CAT_PAYMENT_BONUS_COMBINATION_2
Bonus combination payments 2
CAT_PAYMENT_BONUS_COMBINATION_3
Bonus combination payments 3
CAT_PAYMENT_BONUS_COMBINATION_4
Bonus combination payments 4
CAT_PAYMENT_ REVOLVING Revolving
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also PaymentDetail Property
Summary 155
PaymentDetail Property R
Type String
Remarks Holds payment condition details as the result of an authorization operation.
Payment details vary depending on the value of PaymentCondition. The data will
be stored as comma separated ASCII code. An empty string means that no data is
stored.
PaymentCondition PaymentDetail
CAT_PAYMENT_BONUS_4* Number of bonus payments, 1st bonus month, 2nd bonus month, 3rd bonus
month, 4th bonus month, 5th bonus month, 6th bonus month
CAT_PAYMENT_BONUS_5* Number of bonus payments, 1st bonus month, 1st bonus amount, 2nd bonus
month, 2nd bonus amount, 3rd bonus month, 3rd bonus amount, 4th bonus
month, 4th bonus amount, 5th bonus month, 5th bonus amount, 6th bonus
month, 6th bonus amount
CAT_PAYMENT_INSTALLMENT_2* 1st billing month, Number of payments, 1st amount, 2nd amount, 3rd amount,
4th amount, 5th amount, 6th amount
CAT_PAYMENT_BONUS_COMBINATION_3* 1st billing month, Number of payments, number of bonus payments, 1st
bonus month, 2nd bonus month, 3rd bonus month, 4th bonus month, 5th
bonus month, 6th bonus month
CAT_PAYMENT_BONUS_COMBINATION_4* 1st billing month, Number of payments, number of bonus payments, 1st
bonus month, 1st bonus amount, 2nd bonus month, 2nd bonus amount, 3rd
bonus month, 3rd bonus amount, 4th bonus month, 4th bonus amount, 5th
bonus month, 5th bonus amount, 6th bonus month, 6th bonus amount
*Maximum 6 entries
Java for Retail POS Chapter 5
156 Programming Guide CAT- Credit Authorization Terminal
The payment types and names vary depending on the CAT device. The following
are the payment types and terms available for CAT devices. Note that there are
some differences between JavaPOS terms and those used by the CAT devices. The
goal of this table is to synchronize these terms.
CAT CAT
General Name (Old
PaymentCondition Value
JavaPOS
CAT CAT
Name (Old CAT)
Entry PaymentCondition Value G-CAT JET-S SG-CAT Master-T
item
Card
JavaPOS
Bonus month
(3)
Bonus month
(4)
Bonus month
(5)
Bonus month
(6)
Java for Retail POS Chapter 5
158 Programming Guide CAT- Credit Authorization Terminal
CAT CAT
Name (Old CAT)
Entry PaymentCondition Value G-CAT JET-S SG-CAT Master-T
item
Card
JavaPOS
Number of 25 Bonus 5 Bonus 5 Does not Does not Does not Bonus 5
bonus pay- exist. exist. exist.
ments
Bonus month
(1)
Bonus amount
(1)
Bonus month
(2)
Bonus amount
(2)
Bonus month
(3)
Bonus amount
(3)
Bonus month
(4)
Bonus amount
(4)
Bonus month
(5)
Bonus amount
(5)
Bonus month
(6)
Bonus amount
(6)
CAT CAT
Name (Old CAT)
Entry PaymentCondition Value G-CAT JET-S SG-CAT Master-T
item
Card
JavaPOS
Payment 62 Installment 2 Installment 2 Does not Does not Does not Does not
start month exist. exist. exist. exist.
Number of
payments
Installment
amount (1)
Installment
amount (2)
Installment
amount (3)
Installment
amount (4)
Installment
amount (5)
Installment
amount (6)
CAT CAT
Name (Old CAT)
Entry PaymentCondition Value G-CAT JET-S SG-CAT Master-T
item
Card
JavaPOS
Bonus month
(2)
Bonus month
(3)
Bonus month
(4)
Bonus month
(5)
Bonus month
(6)
Summary 161
Bonus
amount (1)
Bonus
month (2)
Bonus
amount (2)
Bonus
month (3)
Bonus
amount (3)
Bonus
month (4)
Bonus
amount (4)
Bonus
month (5)
Bonus
amount (5)
Bonus
month (6)
Bonus
amount (6)
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CapPaymentDetail and PaymentCondition Properties
Java for Retail POS Chapter 5
162 Programming Guide CAT- Credit Authorization Terminal
SequenceNumber Property R
Type int
Remarks Holds a “sequence number” as the result of each method call. This number needs
to be checked by an application to see if it matches with the value in the property
SequenceNumber of the originating method.
The “sequence number” received back from the CAT device is expected to be a
numeric value. If other then numeric values are returned from the CAT device, the
value stored in this property will be set to zero (0).
This property is initialized to zero (0) by the open method and is updated when an
authorization operation successfully completes.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
SlipNumber Property R
Type String
Remarks Holds a “slip number” as the result of each authorization operation.
This property is initialized to an empty string by the open method and is updated
when an authorization operation successfully completes.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
TransactionNumber Property R
Type String
Remarks Holds a “transaction number” as the result of each authorization operation.
This property is initialized to the emtpy string by the open method and is updated
when an authorization operation successfully completes.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
TransactionType Property R
Type int
Remarks Holds a “transaction type” as the result of each authorization operation.
This property is initialized to zero (0) by the open method and is updated when an
authorization operation successfully completes.
This property has one of the following values:
Value Meaning
CAT_TRANSACTION_SALES Sales
CAT_TRANSACTION_VOID Cancellation
CAT_TRANSACTION_REFUND Refund purchase
CAT_TRANSACTION_COMPLETION Purchase after approval
CAT_TRANSACTION_PRESALES Pre-authorization
CAT_TRANSACTION_CHECKCARD Card Check
CAT_TRANSACTION_VOIDPRESALES Cancel pre-authorization approval
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 5
164 Programming Guide CAT- Credit Authorization Terminal
Methods
accessDailyLog Method
Syntax void accessDailyLog (int sequenceNumber, int type, int timeout) throws
JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
authorizeCompletion Method
Syntax void authorizeCompletion (int sequenceNumber, long amount, long taxOthers,
int timeout) throws JposException;
Parameter Description
When timeout is JPOS_FOREVER(-1), timeout never occurs and the device waits
until it receives response from the CAT.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
authorizePreSales Method
Syntax void authorizePreSales (int sequenceNumber, long amount, long taxOthers, int
timeout) throws JposException;
Parameter Description
authorizeRefund Method
Syntax void authorizeRefund (int sequenceNumber, long amount, long taxOthers, int
timeout) throws JposException;
Parameter Description
authorizeSales Method
Syntax void authorizeSales (int sequenceNumber, long amount, long taxOthers, int
timeout) throws JposException;
Parameter Description
authorizeVoid Method
Syntax void authorizeVoid (int sequenceNumber, long amount, long taxOthers, int
timeout) throws JposException;
Parameter Description
authorizeVoidPreSales Method
Syntax void authorizeVoidPreSales (int sequenceNumber, long amount, long
taxOthers, int timeout) throws JposException;
Parameter Description
checkCard Method
Syntax void checkCard (int sequenceNumber, int timeout) throws JposException;
Parameter Description
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific CAT Device Service to provide events to
the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose specific values vary by the
EventNumber and Device Service. This property is
settable.
Remarks This to be used only for those types of vendor specific functions that are not
otherwise described as part of the JavaPOS standard. Use of this event may restrict
the application program from being used with other vendor’s CAT devices which
may not have any knowledge of the Device Service’s need for this event.
See Also “Events” on page 18, directIO Method
Summary 173
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that a CAT error has been detected and a suitable response
by the application is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error Code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. If
ErrorCode is JPOS_E_EXTENDED, then see values
below. Otherwise, it may contain a Service-specific
value.
ErrorLocus int Location of the error, and is set to JPOS_EL_OUTPUT
indicating the error occurred while processing
asynchronous output.
ErrorResponse int Error response, whose default value may be overriden
by the application (i.e., this property is settable). See
values below.
The application’s error event listener may change ErrorResponse to one of the
following values:
Value Meaning
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of the CAT
device.
Properties This event contains the following property:
Property Type Description
Status int Reports a change in the power status of the CAT device.
Remarks Enqueued when the CAT device detects a power state change.
See Also “Events” on page 18, “Device Power Reporting Model” on page 27,
CapPowerReporting Property, PowerNotify Property.
Java for Retail POS Chapter 5
176 Programming Guide CAT- Credit Authorization Terminal
C H A P T E R 6
Coin Dispenser
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 6
178 Programming Guide Coin Dispenser
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput Not Supported
clearOutput Not Supported
directIO open
Specific
dispenseChange open, claim, & enable
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent Not Supported
OutputCompleteEvent Not Supported
StatusUpdateEvent open, claim, & enable
Java for Retail POS Chapter 6
180 Programming Guide Coin Dispenser
General Information
The Coin Dispenser Control’s class name is “jpos.CoinDispenser”.
The device constants are contained in the class “jpos.CoinDispenserConst”.
See “Package Structure” on page 40.
Capabilities
The coin dispenser has the following capability:
• Supports a method that allows a specified amount of change to be dispensed
from the device.
Model
The general model of a coin dispenser is:
• Consists of a number of coin slots which hold the coinage to be dispensed. The
application using the Coin Dispenser Control is not concerned with
controlling the individual slots of coinage, but rather calls a method with the
amount of change to be dispensed. It is the responsibility of the coin dispenser
device or the Device Service to dispense the proper amount of change from
the various slots.
Device Sharing
The coin dispenser is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before accessing some of the
properties, dispensing change, or receiving status update events.
• See the “Summary” table for precise usage prerequisites.
Properties 181
Properties
CapEmptySensor Property R
Type boolean
Remarks If true, the coin dispenser can report an out-of-coinage condition.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJamSensor Property R
Type boolean
Remarks If true, the coin dispenser can report a mechanical jam or failure condition.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapNearEmptySensor Property R
Type boolean
Remarks If true, the coin dispenser can report when it is almost out of coinage.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 6
182 Programming Guide Coin Dispenser
DispenserStatus Property R
Type int
Remarks Holds the current status of the dispenser. It has one of the following values:
Value Meaning
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Methods 183
Methods
dispenseChange Method
Syntax void dispenseChange (int amount) throws JposException;
The amount parameter contains the amount of change to be dispensed.
Remarks Dispenses change. The value represented by the amount parameter is a count of
the currency units to dispense (such as cents or yen).
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Coin Dispenser Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Coin
Dispenser devices which may not have any knowledge of the Device Service’s
need for this event.
See Also “Events” on page 18, directIO Method
Events 185
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusEvent e);
Description Notifies the application of a sensor status change.
Properties This event contains the following property:
Property Type Description
Remarks This event applies for status changes of the sensor types supported, as indicated by
the capability properties. It also applies if Power State Reporting is enabled.
Java for Retail POS Chapter 6
186 Programming Guide Coin Dispenser
C H A P T E R 7
Fiscal Printer
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable 1.3 boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText 1.3 String R open
Claimed 1.3 boolean R open
DataCount 1.3 int R Not Supported
DataEventEnabled 1.3 boolean R/W Not Supported
DeviceEnabled 1.3 boolean R/W open & claim
FreezeEvents 1.3 boolean R/W open
OutputID 1.3 int R open
PowerState 1.3 int R open
PowerNotify 1.3 int R/W open
State 1.3 int R --
Specific (continued)
Ver Type Access Initialized After
CapSlpEmptySensor (2) 1.3 boolean R open
CapSlpFiscalDocument 1.3 boolean R open
CapSlpFullSlip (2) 1.3 boolean R open
CapSlpNearEndSensor (2) 1.3 boolean R open
CapSlpPresent (2) 1.3 boolean R open
CapSlpValidation 1.3 boolean R open
CapSubAmountAdjustment 1.3 boolean R open
CapSubPercentAdjustment 1.3 boolean R open
CapSubtotal 1.3 boolean R open
CapTrainingMode 1.3 boolean R open
CapValidateJournal 1.3 boolean R open
CapXReport 1.3 boolean R open
Specific (continued)
Ver Type Access Initialized After
PredefinedPaymentLines 1.3 String R open
PrinterState 1.3 int R open, claim, & enable
QuantityDecimalPlaces 1.3 int R open, claim, & enable
QuantityLength 1.3 int R open, claim, & enable
Methods
Common Ver May Use After
open 1.3 --
close 1.3 open
claim 1.3 open
release 1.3 open & claim
checkHealth 1.3 open, claim, & enable
clearInput 1.3 Not Supported
clearOutput 1.3 open & claim
directIO 1.3 open
Specific (Continued)
Specific - Non-Fiscal
beginFixedOutput (1) 1.3 open, claim, & enable
beginNonFiscal 1.3 open, claim, & enable
beginTraining 1.3 open, claim, & enable
endFixedOutput (1) 1.3 open, claim, & enable
endNonFiscal 1.3 open, claim, & enable
endTraining 1.3 open, claim, & enable
printFixedOutput (1) 1.3 open, claim, & enable
printNormal 1.3 open, claim, & enable
Summary 193
Specific (Continued)
Events
Name Ver May Occur After
DataEvent 1.3 Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent 1.3 open, claim, & enable
OutputCompleteEvent 1.3 open, claim, & enable
StatusUpdateEvent 1.3 open, claim, & enable
Notes:
1. All methods and properties marked with (1) are specific to at least one
particular country and are not required by the fiscal legislation of all countries.
2. Properties and methods marked with (2) are adapted from the POS Printer
device.
General Information 195
General Information
The Fiscal Printer Control’s class name is “jpos.FiscalPrinter”.
The device constants are contained in the class “jpos.FiscalPrinterConst”.
See “Package Structure” on page 40.
This de v i ce w as a dd e d in Ja va PO S Re lea s e 1. 3.
The Fiscal Printer Control does not attempt to encapsulate a generic graphics
printer. Rather, for performance and ease of use considerations, the interfaces are
defined to directly control the normal printer functions.
Since fiscal rules differ between countries, this interface tries to generalize the
common requirements at the maximum extent specifications. This interface is
based upon the fiscal requirements of the following countries, but it may fit the
needs of other countries as well:
• Brazil
• Greece
• Hungary
• Italy
• Poland
• Turkey
The printer model defines three stations with the following general uses:
• Journal Used for simple text to log transaction and activity information. Kept
by the store for audit and other purposes.
• Receipt Used to print transaction information. It is mandatory to give a
printed fiscal receipt to the customer. Also often used for store reports.
Contains either a knife to cut the paper between transactions, or a tear bar to
manually cut the paper.
• Slip Used to print information on a form. Usually given to the customer.
The Slip station is also used to print “validation” information on a form. The
form type is typically a check or credit card slip.
Configuration and initialization of the fiscal memory of the printer are not covered
in this specification. These low-level operations must be performed by authorized
technical assistance personnel.
Java for Retail POS Chapter 7
196 Programming Guide Fiscal Printer
General Requirements
Fiscal printers do not simply print text similar to standard printers. They are used
to monitor and memorize all fiscal information about a sale transaction. A fiscal
printer has to accumulate totals, discounts, number of canceled receipts, taxes, etc.
In order to perform these functions, it is not sufficient to send unformatted strings
of text to the printer; there is a need to separate each individual field in a receipt
line item, thus differentiating between descriptions, prices and discounts.
Moreover, it is necessary to define different printing commands for each different
sale functionality (such as refund, item or void).
Fiscal rules are different among countries. This interface tries to generalize these
requirements by summarizing the common requirements. Fiscal law requires that:
• Fiscal receipts must be printed and given to the customer.
• Fiscal printers must be equipped with memory to store daily totals. Each
receipt line item must increment totals registers and, in most countries
(Greece, Poland, Brazil, Hungary and Turkey) tax registers as well.
• Discounts, canceled items and canceled receipts must increment their
associated registers on the printer.
• Fiscal printer must include a clock to store date and time information relative
to each single receipt.
• Each fiscal receipt line item is printed both on the receipt and on the journal.
(Italy, Greece, Poland)
• After a power failure (or a turn off) the fiscal printer must be in the same state
as it was before this event occurred. This implies that care must be taken in
managing the fiscal printer status and that power failure events must be
managed by the application. In some countries, a power failure must be
logged and a report must be printed.
General Information 197
Printer Modes
According to fiscal rules, it is possible for a fiscal printer to also offer functionality
beyond the required fiscal printing mode. These additional modes are optional and
may or may not be present on any particular fiscal printer.
There are three possible printer modes:
• Fiscal: This is the only required mode for a fiscal printer. In this mode the
application has access to all the methods needed to manage a sale transaction
and to print a fiscal receipt. It is assumed that any lines printed to the receipt
station while in fiscal mode are also printed on the journal station.
• Training: In this mode, the printer is used for training purposes (such as
cashier training). In this mode, the printer will accept fiscal commands but the
printer will indicate on each receipt or document that the transaction is not an
actual fiscal transaction. The printer will not update any of its internal fiscal
registers while in training mode. Such printed receipts are usually marked as
“training” receipts by fiscal printers. CapTrainingMode will be true if the
printer supports training mode.
• Non-Fiscal: In this mode the printer can be used to print simple text on the
receipt station (echoed on the journal station) or the slip station. The printer
will print some additional lines along with the application requested output to
indicate that this output is not of a fiscal nature. Such printed receipts are
usually marked as “non-fiscal” receipts by fiscal printers.
CapNonFiscalMode will be true if the printer supports non-fiscal printing.
Model
The Fiscal Printer follows the output model for devices, with some enhancements:
• Most methods are always performed synchronously. Synchronous methods
will throw a JposException if asynchronous output is outstanding.
• The following methods are performed either synchronously or
asynchronously, depending on the value of the AsyncMode property:
printFiscalDocumentLine
printFixedOutput
printNormal
printRecItem
printRecItemAdjustment
printRecMessage
printRecNotPaid
printRecRefund
printRecSubtotal
printRecSubtotalAdjustment
printRecTotal
printRecVoid
printRecVoidItem
When AsyncMode is false, then these methods print synchronously.
Java for Retail POS Chapter 7
198 Programming Guide Fiscal Printer
JPOS_EFPTR_WRONG_STATE
The requested method could not be executed in the printer’s current state.
JPOS_EFPTR_TECHNICAL_ASSISTANCE
The printer has encountered a severe error condition. Calling for printer
technical assistance is required.
JPOS_EFPTR_CLOCK_ERROR
The printer’s internal clock has failed.
JPOS_EFPTR_FISCAL_MEMORY_FULL
The printer’s fiscal memory has been exhausted.
JPOS_EFPTR_FISCAL_MEMORY_DISCONNECTED
The printer’s fiscal memory has been disconnected.
JPOS_EFPTR_FISCAL_TOTALS_ERROR
The Grand Total in working memory does not match the one in the
EPROM.
JPOS_EFPTR_BAD_ITEM_QUANTITY
The quantity parameter is invalid.
JPOS_EFPTR_BAD_ITEM_AMOUNT
The amount parameter is invalid.
JPOS_EFPTR_BAD_ITEM_DESCRIPTION
The description parameter is either too long, contains illegal characters or
contains a reserved word.
JPOS_EFPTR_RECEIPT_TOTAL_OVERFLOW
The receipt total has overflowed.
JPOS_EFPTR_BAD_VAT
The vat parameter is invalid.
JPOS_EFPTR_BAD_PRICE
The price parameter is invalid.
JPOS_EFPTR_BAD_DATE
The date parameter is invalid.
JPOS_EFPTR_NEGATIVE_TOTAL
The printer’s computed total or subtotal is less than zero.
JPOS_EFPTR_WORD_NOT_ALLOWED
The description contains the reserved word.
• Other printer errors are reported by setting the exception’s (or ErrorEvent’s)
ErrorCode to JPOS_E_FAILURE or another error status. These failures are
typically due to a printer fault or jam, or to a more serious error.
Java for Retail POS Chapter 7
200 Programming Guide Fiscal Printer
Device Sharing
The Fiscal Printer is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before accessing many
printer-specific properties.
• The application must claim and enable the device before calling methods that
manipulate the device.
• See the “Summary” table for precise usage prerequisites.
Printer States
As previously described, a fiscal printer is characterized by different printing
modes. Moreover, the set of commands that can be executed at a particular mo-
ment depends upon the current state of the printer.
The current state of the fiscal printer is kept in the PrinterState property.
The fiscal printer has the following states:
• Monitor:
This is a neutral state. From this state, it is possible to move to most of the
other printer states. After a successful call to the claim method and successful
setting of the DeviceEnabled property to true the printer should be in this state
unless there is a printer error.
• Fiscal Receipt:
The printer is processing a fiscal receipt. All printRec… methods are
available for use while in this state. This state is entered from the Monitor
state using the beginFiscalReceipt method.
• Fiscal Receipt Total:
The printer has already accepted at least one payment method, but the
receipt’s total amount has not yet been tendered. This state is entered from the
Fiscal Receipt state by use of the printRecTotal method. The printer
remains in this state while the total remains unpaid. This state can be left by
using the printRecTotal, printRecNotPaid or printRecVoid methods.
• Fiscal Receipt Ending:
The printer has completed the receipt up to the Total line. In this state, it may
be possible to print general messages using the printRecMessage method if
it is supported by the printer. This state is entered from the Fiscal Receipt
state via the printRecVoid method or from the Fiscal Receipt Total state
using either the printRecTotal, printRecNotPaid or printRecVoid
methods. This state is exited using the endFiscalReceipt method at which
time the printer returns to the Monitor state.
• Fiscal Document:
The printer is processing a fiscal document. The printer will accept the
printFiscalDocumentLine method while in this state. This state is entered
from the Monitor state using the beginFiscalDocument method. This state
is exited using the endFiscalDocument method at which time the printer
returns to the Monitor state.
General Information 201
by calling the endFiscalReceipt method. If header lines have already been printed,
this method will cause also receipt voiding.
Once the first line item has been printed and the printer remains in the Fiscal Re-
ceipt state, the following fiscal print methods are available:
printRecItem
printRecItemAdjustment
printRecNotPaid
printRecRefund
printRecSubtotal
printRecSubtotalAdjustment
printRecTotal
printRecVoid
printRecVoidItem
Receipt Layouts
The following is an example of a typical receipt layout:
• Header Lines:
Header lines contain all of the information about the store, such as telephone
number, address and name of the store. All of these lines are fixed and are
defined before selling the first item (using the setHeaderLine method).
These lines may either be printed when the beginFiscalReceipt method is
called or when the first fiscal receipt method is called.
• Transaction Lines:
All of the lines of a fiscal transaction, such as line items, discounts and
surcharges.
• Total Line:
The line containing the transaction total, tender amounts and possibly change
due.
• Trailer Lines:
These are fixed promotional messages stored on the printer (using the
setTrailerLine method). They are automatically printed when the
endFiscalReceipt method is called. Note that the fiscal logotype, date and
time and serial number lines are not considered part of the trailer lines. In fact,
depending upon fiscal legislation and upon the printer vendor, the relative
position of the trailer and the fiscal logotype lines can vary. Information
which has to be inserted in the receipt due to fiscal legislation is automatically
printed at receipt closure.
General Information 205
VAT Tables
Some fiscal printers support storing VAT (Value Added Tax) tables in the
printer’s memory. Some of these printers will allow the application to set and
modify any of the table entries. Others allow only adding new table entries but do
not allow existing entries to be modified. Some printers allow the VAT table to
bet set only once.
If the printer supports VAT tables, CapHasVatTable is true. If the printer allows
the VAT table entries to be set or modified CapSetVatTable is true. The
maximum number of different vat rate entries in the VAT table is given by the
NumVatRates property. VAT tables are set through a two step process. First the
application uses the setVatValue method to set each table entry to be sent to the
printer.
Next, the setVatTable method is called to send the entire VAT table to the printer
at one time.
Java for Retail POS Chapter 7
206 Programming Guide Fiscal Printer
Receipt Duplication
In some countries, fiscal legislation can allow printing more than one copy of the
same receipt. CapDuplicateReceipt will be true if the printer is capable of
printing duplicate receipts. Then, setting DuplicateReceipt true causes the
buffering of all receipt printing commands. DuplicateReceipt is set false after
receipt closing. In order to print the receipt again the printDuplicateReceipt
method has to be called.
The fractional part used in the calculation unit of a Fiscal Printer may differ
from the long data type. The number of digits in the fractional part is stored in
the AmountDecimalPlaces property and determined by the Fiscal Printer.
The application has to take care that calculations in the application use the
same fractional part for amounts.
• If CapHasVatTable is true, VAT rates are passed using the indexes that were
sent to the setVatValue method.
• If CapHasVatTable is false, VAT rates are passed as amounts with the data
type int. The number of digits in the fractional part is implicitly assumed to be
four.
• Percentage amounts are used in methods which allow also surcharge and/or
discount amounts. If the amounts are specified to be a percentage value the
value is also passed in a parameter of type long.
• The percentage value has (as given by the long data type) four digits in the
fractional part. It is the percentage (0.0001% to 99.9999%) multiplied by
10000.
• Quantity amounts are passed as values with the data type int. The number of
digits in the fractional part is stored in the QuantityDecimalPlaces property
and determined by the Fiscal Printer.
Properties 207
Properties
AmountDecimalPlaces Property R
Type int
Remarks Holds the number of decimal digits that the fiscal device uses for calculations.
This property is initialized when the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapAdditionalLines Property R
Type boolean
Remarks If true, then the printer supports the printing of application defined lines on a fiscal
receipt between the total line and the end of the fiscal receipt.
If true, then after all totals lines are printed it is possible to print application-
defined strings, such as the ones used for fidelity cards. In this case, after the total
lines are printed, the PrinterState property is set to ReceiptEnding and
printRecMessage can be called.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
208 Programming Guide Fiscal Printer
CapAmountAdjustment Property R
Type boolean
Remarks If true, then the printer handles fixed amount discounts or fixed amount surcharges
on items.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapAmountNotPaid Property R
Type boolean
Remarks If true, then the printer allows the recording of not paid amounts.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapCheckTotal Property R
Type boolean
Remarks If true, then automatic comparison of the printer’s total and the application’s total
can be enabled and disabled. If false, then the automatic comparison cannot be
enabled and is always considered disabled.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapCoverSensor Property R
Type boolean
Remarks If true, then the printer has a “cover open” sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 209
CapDoubleWidth Property R
Type boolean
Remarks If true, then the printer can print double width characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapDuplicateReceipt Property R
Type boolean
Remarks If true, then the printer allows printing more than one copy of the same fiscal
receipt.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapFixedOutput Property R
Type boolean
Remarks If true, then the printer supports fixed format text printing through the
beginFixedOutput, printFixedOutput and endFixedOutput methods.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapHasVatTable Property R
Type boolean
Remarks If true, then the printer has a tax table.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
210 Programming Guide Fiscal Printer
CapIndependentHeader Property R
Type boolean
Remarks If true, then the printer supports printing the fiscal receipt header lines before the
first fiscal receipt command is processed.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapItemList Property R
Type boolean
Remarks If true, then the printer can print a report of items of a specified VAT class.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnEmptySensor Property R
Type boolean
Remarks If true, then the journal has an out-of-paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnNearEndSensor Property R
Type boolean
Remarks If true, then the journal has a low paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 211
CapJrnPresent Property R
Type boolean
Remarks If true, then the journal print station is present.
Unlike POS printers, on fiscal printers the application is not able to directly access
the journal. The fiscal printer itself prints on the journal if present.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapNonFiscalMode Property R
Type boolean
Remarks If true, then the printer allows printing in non-fiscal mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapOrderAdjustmentFirst Property R
Type boolean
Remarks If false, the application has to call printRecItem first and then call
printRecItemAdjustment to give a discount or a surcharge for a single article.
If true, the application has to call printRecItemAdjustment first and then call
printRecItem.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapPercentAdjustment Property R
Type boolean
Remarks If true, then the printer handles percentage discounts or percentage surcharges on
items.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
212 Programming Guide Fiscal Printer
CapPositiveAdjustment Property R
Type boolean
Remarks If true, then it is possible to apply surcharges via the printRecItemAdjustment
method.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapPowerLossReport Property R
Type boolean
Remarks If true, then the printer can print a power loss report using the
printPowerLossReport method.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapPredefinedPaymentLines Property R
Type boolean
Remarks If true, the printer can store and print predefined payment descriptions.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapReceiptNotPaid Property R
Type boolean
Remarks If true, then the printer supports using the printRecNotPaid method to specify a
part of the receipt total that is not paid.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 213
CapRecEmptySensor Property R
Type boolean
Remarks If true, then the receipt has an out-of-paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecNearEndSensor Property R
Type boolean
Remarks If true, then the receipt has a low paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecPresent Property R
Type boolean
Remarks If true, then the receipt print station is present.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRemainingFiscalMemory Property R
Type boolean
Remarks If true, then the printer supports using the RemainingFiscalMemory property to
show the amount of Fiscal Memory remaining. If false, the printer does not
support reporting the Fiscal Memory status of the printer.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
214 Programming Guide Fiscal Printer
CapReservedWord Property R
Type boolean
Remarks If true, then the printer prints a reserved word (for example, “TOTALE”) before
printing the total amount.
If true, the reserved word is stored in the ReservedWord property. This reserved
word may not be printed using any fiscal print method.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSetHeader Property R
Type boolean
Remarks If true, then it is possible to use the setHeaderLine method to initialize the
contents of a particular line of the receipt header.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSetPOSID Property R
Type boolean
Remarks If true, then it is possible to use the setPOSID method to initialize the values of
POSID and CashierID. These values are printed on each fiscal receipt.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSetStoreFiscalID Property R
Type boolean
Remarks If true, then it is possible to use the setStoreFiscalID method to set up the Fiscal
ID number which will be printed on each fiscal receipt.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 215
CapSetTrailer Property R
Type boolean
Remarks If true, then it is possible to use the setTrailerLine method to initialize the
contents of a particular line of the receipt trailer.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSetVatTable Property R
Type boolean
Remarks If true, then it is possible to use the setVatValue and setVatTable methods to
modify the contents of the printer’s VAT table. Some printers may not allow
existing VAT table entries to be modified. Only new entries may be set on these
printers.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpEmptySensor Property R
Type boolean
Remarks If true, then the slip has a “slip in” sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpFiscalDocument Property R
Type boolean
Remarks If true, then the printer allows fiscal printing to the slip station.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
216 Programming Guide Fiscal Printer
CapSlpFullSlip Property R
Type boolean
Remarks If true, then the printer supports printing full length forms on the slip station.
It is possible to choose between full slip and validation documents by setting the
SlipSelection property.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpNearEndSensor Property R
Type boolean
Remarks If true, then the slip has a “slip near end” sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpPresent Property R
Type boolean
Remarks If true, then the printer has a slip station.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpValidation Property R
Type boolean
Remarks If true, then the printer supports printing validation information on the slip station.
It is possible to choose between full slip and validation documents by setting the
SlipSelection property. In some countries, when printing non fiscal validations
using the slip station a limited number of lines could be printed.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 217
CapSubAmountAdjustment Property R
Type boolean
Remarks If true, then the printer handles fixed amount discounts on the subtotal.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSubPercentAdjustment Property R
Type boolean
Remarks If true, then the printer handles percentage discounts on the subtotal.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSubtotal Property R
Type boolean
Remarks If true, then it is possible to use the printRecSubtotal method to print the current
subtotal.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapTrainingMode Property R
Type boolean
Remarks If true, then the printer supports a training mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
218 Programming Guide Fiscal Printer
CapValidateJournal Property R
Type boolean
Remarks If true, then it is possible to use the printNormal method to print a validation
string on the journal station.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapXReport Property R
Type boolean
Remarks If true, then it is possible to use the printXReport method to print an X report.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
JPOS_E_ILLEGAL Setting this property is not valid for this Service (see
CapCheckTotal).
Properties 219
CountryCode Property R
Type int
Remarks Holds a value identifying which countries are supported by this Device Service. It
can contain any of the following values logically ORed together:
Value Meaning
CoverOpen Property R
Type boolean
Remarks If true, then the printer’s cover is open.
If CapCoverSensor is false, then the printer does not have a cover open sensor
and this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
DayOpened Property R
Type boolean
Remarks If true, then the fiscal day has been started on the printer.
The Fiscal Day of the printer can be either opened or not opened. The DayOpened
property reflects whether or not the printer considers its Fiscal Day to be opened
or not.
Some methods may only be called while the Fiscal Day is not yet opened
(DayOpened is false). Methods that can be called after the Fiscal Day is opened
change from country to country. Usually all the configuration methods are to be
called only before the Fiscal Day is opened.
Java for Retail POS Chapter 7
220 Programming Guide Fiscal Printer
DescriptionLength Property R
Type int
Remarks Holds the maximum number of characters that may be passed as a description
parameter.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ErrorLevel Property R
Type int
Remarks Holds the severity of the error condition.
This property has one of the following values:
Value Meaning
This property is set just before delivering an ErrorEvent. When the error is
cleared, then the property is changed to FPTR_EL_NONE.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ErrorOutID Property R
Type int
Remarks Holds the identifier of the output in the queue which caused an ErrorEvent, when
using asynchronous printing.
This property is set just before an ErrorEvent is delivered.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ErrorState Property R
Type int
Remarks Holds the current state of the printer when an ErrorEvent is delivered for an
asynchronous output.
This property is set just before an ErrorEvent is delivered.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also PrinterState Property.
Java for Retail POS Chapter 7
222 Programming Guide Fiscal Printer
ErrorStation Property R
Type int
Remarks Holds the station or stations that were printing when an error was detected.
This property will be set to one of the following values: FPTR_S_JOURNAL,
FPTR_S_RECEIPT, FPTR_S_SLIP, FPTR_S_JOURNAL_RECEIPT,
FPTR_S_JOURNAL_SLIP, FPTR_S_RECEIPT_SLIP.
This property is only valid if the ErrorLevel is not equal to PTR_EL_NONE. It is
set just before delivering an ErrorEvent.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ErrorString Property R
Type String
Remarks Holds a vendor-supplied description of the current error.
This property is set just before delivering an ErrorEvent. If no description is
available, the property is set to an empty string. When the error is cleared, then the
property is changed to an empty string.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
JrnEmpty Property R
Type boolean
Remarks If true, the journal is out of paper. If false, journal paper is present.
If CapJrnEmptySensor is false, then the value of this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also JrnNearEnd Property
JrnNearEnd Property R
Type boolean
Remarks If true, the journal paper is low. If false, journal paper is not low.
If CapJrnNearEndSensor is false, then the value of this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also JrnEmpty Property
Java for Retail POS Chapter 7
224 Programming Guide Fiscal Printer
MessageLength Property R
Type int
Remarks Holds the maximum number of characters that may be passed as a message line in
the method printRecMessage. The value may change in different modes of the
fiscal printer. For example in the mode “Fiscal Receipt” the number of characters
may be bigger than in the mode “Fiscal Receipt Total.”
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
NumHeaderLines Property R
Type int
Remarks Holds the maximum number of header lines that can be printed for each fiscal
receipt. Header lines usually contain information like store address, store name,
store Fiscal ID. Each header line is set using the setHeaderLine method and
remains set even after the printer is switched off. Header lines are automatically
printed when a fiscal receipt is initiated using the beginFiscalReceipt method or
when the first line item inside a receipt is sold.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
NumTrailerLines Property R
Type int
Remarks Holds the maximum number of trailer lines that can be printed for each fiscal
receipt. Trailer lines are usually promotional messages. Each trailer line is set
using the setTrailerLine method and remains set even after the printer is switched
off. Trailer lines are automatically printed either after the last printRecTotal or
when a fiscal receipt is closed using the endFiscalReceipt method.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 225
NumVatRates Property R
Type int
Remarks Holds the maximum number of vat rates that can be entered into the printer’s Vat
table.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
PredefinedPaymentLines Property R
Type String
Remarks Holds the list of all possible words to be used as indexes of the predefined payment
lines (for example, “a, b, c, d, z”). Those indexes are used in the printRecTotal
method for the description parameter.
If CapPredefinedPaymentLines is true, only predefined payment lines are
allowed.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
PrinterState Property R
Type int
Remarks Holds the printer’s current operational state. This property controls which methods
are currently legal.
Values are:
Value Meaning
If TrainingModeActive is true:
The printer is currently being used for training purposes
and a fiscal receipt is currently opened.
FPTR_PS_FISCAL_RECEIPT_TOTAL
If TrainingModeActive is false:
The printer has already accepted at least one payment,
but the total has not been completely paid. In this state
the printer will accept either the printRecTotal or
printRecNotPaid methods.
If TrainingModeActive is true:
The printer is currently being used for training purposes
and the printer has already accepted at least one
payment, but the total has not been completely paid.
FPTR_PS_FISCAL_RECEIPT_ENDING
If TrainingModeActive is false:
The printer has completed the receipt up to the total line.
In this state the printer will accept either the
printRecMessage or endFiscalReceipt methods.
If TrainingModeActive is true:
The printer is currently being used for training purposes
and a fiscal receipt is going to be closed.
FPTR_PS_FISCAL_DOCUMENT
The printer is currently processing a fiscal slip. In this
state the printer will accept either the
printFiscalDocumentLine or endFiscalDocument
methods.
FPTR_PS_FIXED_OUTPUT
The printer is currently processing fixed text output to
one or more stations. In this state the printer will accept
either the printFixedOutput or endFixedOutput
methods.
FPTR_PS_ITEM_LIST The printer is currently processing an item list report. In
this state the printer will accept either the verifyItem or
endItemList methods.
FPTR_PS_NONFISCAL The printer is currently processing non-fiscal output to
one or more stations. In this state the printer will accept
either the printNormal or endNonFiscal methods.
FPTR_PS_LOCKED The printer has encountered a non-recoverable hardware
problem. An authorized printer technician must be
contacted to exit this state.
FPTR_PS_REPORT The printer is currently processing a fiscal report. In this
state the printer will not accept any methods until the
report has completed.
Properties 227
There are a few methods that are accepted in any state except
FPTR_PS_LOCKED. These are beginInsertion, endInsertion, beginRemoval,
endRemoval, getDate, getData, getTotalizer, getVatEntry, resetPrinter and
clearOutput.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Printer States” on page 200.
QuantityDecimalPlaces Property R
Type int
Remarks Holds the number of decimal digits in the fractional part that should be assumed
to be in any quantity parameter.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
QuantityLength Property R
Type int
Remarks Holds the maximum number of digits that may be passed as a quantity parameter,
including both the whole and fractional parts.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
RecEmpty Property R
Type boolean
Remarks If true, the receipt is out of paper. If false, receipt paper is present.
If CapRecEmptySensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecNearEnd Property
Java for Retail POS Chapter 7
228 Programming Guide Fiscal Printer
RecNearEnd Property R
Type boolean
Remarks If true, the receipt paper is low. If false, receipt paper is not low.
If CapRecNearEndSensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecEmpty Property
RemainingFiscalMemory Property R
Type int
Remarks Holds the remaining counter of Fiscal Memory.
This property is initialized and kept current while the device is enabled and may
be updated by printZReport method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CapRemainingFiscalMemory Property
Properties 229
ReservedWord Property R
Type String
Remarks Holds the string that is automatically printed with the total when the
printRecTotal method is called. This word may not occur in any string that is
passed into any fiscal output methods.
This property is only valid if CapReservedWord is true.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
SlpEmpty Property R
Type boolean
Remarks If true, a slip form is not present. If false, a slip form is present.
If CapSlpEmptySensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Note:
The “slip empty” sensor should be used primarily to determine whether a form has
been inserted before printing. It can also be monitored to determine whether a
form is still in place. This sensor is usually placed one or more print lines above
the slip print head.
However, the “slip near end” sensor (when present) should be used to determine
when nearing the end of the slip. This sensor is usually placed one or more print
lines below the slip print head.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpNearEnd Property
Java for Retail POS Chapter 7
230 Programming Guide Fiscal Printer
SlpNearEnd Property R
Type boolean
Remarks If true, the slip form is near its end. If false, the slip form is not near its end. The
“near end” sensor is also sometimes called the “trailing edge” sensor, referring to
the bottom edge of the slip.
If CapSlpNearEndSensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Note:
However, the “slip near end” sensor (when present) should be used to determine
when nearing the end of the slip. This sensor is usually placed one or more print
lines below the slip print head.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpEmpty Property
FPTR_SS_FULL_LENGTH
Print full length documents.
FPTR_SS_VALIDATION
Print validation documents.
TrainingModeActive Property R
Type boolean
Remarks Holds the current printer's operational state concerning the training mode.
Training mode allows all fiscal commands, but each receipt is marked as non-
fiscal and no internal printer registers are updated with any data while in training
mode. Some countries' fiscal rules require that all blank characters on a training
mode receipt be printed as some other character. Italy, for example, requires that
all training mode receipts print a "?" instead of a blank.
This property has one of the following values:
Value Meaning
Methods
beginFiscalDocument Method
Syntax void beginFiscalDocument (int documentAmount) throws JposException;
Parameter Description
JPOS_E_ILLEGAL The slip station does not exist (see the CapSlpPresent
property) or the printer does not support fiscal output to
the slip station (see the CapSlpFiscalDocument
property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
ErrorCodeExtended = JPOS_EFPTR_SLP_EMPTY:
There is no paper in the slip station.
ErrorCodeExtended =
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The documentAmount parameter is invalid.
beginFiscalReceipt Method
Syntax void beginFiscalReceipt (boolean printHeader) throws JposException;
Parameter Description
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
beginFixedOutput Method
Syntax void beginFixedOutput (int station, int documentType) throws JposException;
Parameter Description
DocumentType is invalid.
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
JPOS_EFPTR_SLP_EMPTY:
There is no paper in the slip station.
beginInsertion Method
Syntax void beginInsertion (int timeout) throws JposException;
Parameter Description
JPOS_E_ILLEGAL The slip station does not exist (see the CapSlpPresent
property) or an invalid timeout parameter was specified.
JPOS_E_TIMEOUT The specified time has elapsed without the form being
properly inserted.
See Also endInsertion Method, beginRemoval Method, endRemoval Method
Java for Retail POS Chapter 7
236 Programming Guide Fiscal Printer
beginItemList Method
Syntax void beginItemList (int vatID) throws JposException;
Parameter Description
JPOS_E_ILLEGAL The printer does not support an item list report (see the
CapItemList property) or the printer does not support
VAT tables (see the CapHasVatTable property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
JPOS_EFPTR_BAD_VAT:
The vatID parameter is invalid.
beginNonFiscal Method
Syntax void beginNonFiscal () throws JposException;
Remarks Initiates non-fiscal operations on the printer.
This method is only supported if CapNonFiscalMode is true. Output in this mode
is accomplished using the printNormal method. This method can be successfully
called only if the current value of the PrinterState property is
FPTR_PS_MONITOR. If this method is successful, the PrinterState property
will be changed to FPTR_PS_NONFISCAL. In order to stop non fiscal modality
endNonFiscal method should be called.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support non-fiscal output (see the
CapNonFiscalMode property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
beginRemoval Method
Syntax void beginRemoval (int timeout) throws JposException;
Parameter Description
JPOS_E_ILLEGAL The printer does not have a slip station (see the
CapSlpPresent property) or an invalid timeout
parameter was specified.
JPOS_E_TIMEOUT The specified time has elapsed without the form being
properly removed.
See Also beginInsertion Method, endInsertion Method, endRemoval Method
Methods 239
beginTraining Method
Syntax void beginTraining () throws JposException;
JPOS_E_ILLEGAL The printer does not support training mode (see the
CapTrainingMode property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
clearError Method
Syntax void clearError () throws JposException;
Remarks Clears all printer error conditions. This method is always performed
synchronously.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endFiscalDocument Method
Syntax void endFiscalDocument () throws JposException;
Remarks Terminates fiscal printing to the slip station.
This method is only supported if CapSlpFiscalDocument is true. If this method
is successful, the PrinterState property will be changed to
FPTR_PS_MONITOR.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support fiscal output to the slip
station (see the CapSlpFiscalDocument property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Fiscal Document state.
endFiscalReceipt Method
Syntax void endFiscalReceipt (boolean printHeader) throws JposException;
Parameter Description
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Fiscal Receipt Ending
state.
See Also beginFiscalReceipt Method, printRec… Methods
endFixedOutput Method
Syntax void endFixedOutput () throws JposException;
Remarks Terminates non-fiscal fixed text printing on a printer station.
This method is only supported if CapFixedOutput is true. If this method is
successful, the PrinterState property will be changed to FPTR_PS_MONITOR.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorsCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support fixed output (see the
CapFixedOutput property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Fixed Output state.
endInsertion Method
Syntax void endInsertion () throws JposException;
Remarks Ends form insertion processing.
When called, the printer is taken out of form insertion mode. If the slip device has
forms “jaws,” they are closed by this method. If no form is present, a
JposException is thrown with its ErrorCodeExtended property set to
JPOS_EFPTR_SLP_EMPTY.
This method is paired with the beginInsertion method for controlling form
insertion. The application may choose to call this method immediately after a
successful beginInsertion if it wants to use the printer sensors to determine when
a form is positioned within the slip printer. Alternatively, the application may
prompt the user and wait for a key press before calling this method.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_SLP_EMPTY:
The device was taken out of insertion mode without a
form being inserted.
endItemList Method
Syntax void endItemList () throws JposException;
Remarks Terminates a validation report of items belonging to a particular VAT class.
This method is only supported if CapItemList is true and CapHasVatTable is
true.
This method is paired with the beginItemList method.
This method can be successfully called only if current value of PrinterState
property is equal to FPTR_PS_ITEM_LIST.
If this method is successful, the PrinterState property will be changed to
FPTR_PS_MONITOR.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support fixed output (see the
CapItemList property) or the printer does not support
VAT tables (see the CapHasVatTable property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
endNonFiscal Method
Syntax void endNonFiscal () throws JposException;
Remarks Terminates non-fiscal operations on one printer station.
This method is only supported if CapNonFiscalMode is true. If this method is
successful, the PrinterState property will be changed to FPTR_PS_MONITOR.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support non-fiscal output (see the
CapNonFiscalMode property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Non-Fiscal state.
endRemoval Method
Syntax void endRemoval () throws JposException;
Remarks Ends form removal processing.
When called, the printer is taken out of form removal or ejection mode. If a form
is present, a JposException is thrown with the ErrorCodeExtended property set to
JPOS_EFPTR_SLP_FORM.
This method is paired with the beginRemoval method for controlling form
removal. The application may choose to call this method immediately after a
successful beginRemoval if it wants to use the printer sensors to determine when
the form has been removed. Alternatively, the application may prompt the user
and wait for a key press before calling this method.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endTraining Method
Syntax void endTraining () throws JposException;
Remarks Terminates training operations on either the receipt or the slip station.
This method is only supported if CapTrainingMode is true. If this method is
successful, the TrainingModeActive property will be changed to false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support training mode (see the
CapTrainingMode property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Training state.
getData Method
Syntax void getData (int dataItem, int [] optArgs, String[] data) throws JposException;
Parameter Description
FPTR_GD_CURRENT_TOTAL
Get the current receipt total.
FPTR_GD_DAILY_TOTAL
Get the daily total.
FPTR_GD_RECEIPT_NUMBER
Get the number of fiscal receipts printed.
FPTR_GD_REFUND Get the current total of refunds.
FPTR_GD_NOT_PAID Get the current total of not paid receipts.
FPTR_GD_MID_VOID Get the total number of voided receipts.
FPTR_GD_Z_REPORT Get the Z report number.
FPTR_GD_GRAND_TOTAL
Get the printer’s grand total.
FPTR_GD_PRINTER_ID
Get the printer’s fiscal ID.
FPTR_GD_FIRMWARE
Get the printer’s firmware release number.
FPTR_GD_RESTART Get the printer’s restart count
Remarks Retrieves data from the printer’s fiscal module.
The data is returned in a string because some of the fields, such as the grand total,
might overflow a 4-byte integer.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
getDate Method
Syntax void getDate (String[] date) throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL Retrieval of the date and time is not valid at this time.
getTotalizer Method
Syntax void getTotalizer (int vatID, int optArgs, String[] data) throws JposException;
Parameter Description
getVatEntry Method
Syntax void getVatEntry (int vatID, int optArgs, int[] vatRate) throws JposException;
Parameter Description
printDuplicateReceipt Method
Syntax void printDuplicateReceipt () throws JposException;
Remarks Prints a duplicate of a buffered transaction.
This method is only supported if CapDuplicateReceipt is true. This method will
succeed if both the CapDuplicateReceipt and DuplicateReceipt properties are
true. This method resets the DuplicateReceipt property to false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
Methods 251
printFiscalDocumentLine Method
Syntax void printFiscalDocumentLine (String documentLine) throws JposException;
Parameter Description
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_SLP_EMPTY:
The slip station was specified, but a form is not inserted.
(Only applies if AsyncMode is false.)
printFixedOutput Method
Syntax void printFixedOutput (int documentType, int lineNumber, String data)
throws JposException;
Parameter Description
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station was specified but is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_SLP_EMPTY:
The slip station was specified, but a form is not inserted.
(Only applies if AsyncMode is false.)
See Also beginFixedOutput Method, endFixedOutput Method
Methods 253
printNormal Method
Syntax void printNormal (int station, String data) throws JposException;
Parameter Description
Line Feed (\n) Print any data in the line buffer, and feed to the next print
line. (A Carriage Return is not required in order to cause
the line to be printed.)
Carriage Return (\r) If a Carriage Return immediately precedes a Line Feed,
or if the line buffer is empty, then it is ignored.
Otherwise, the line buffer is printed and the printer does
not feed to the next print line. On some printers, print
without feed may be directly supported. On others, a
print may always feed to the next line, in which case the
Device will print the line buffer and perform a reverse
line feed if supported. If the printer does not support
either of these features, then Carriage Return acts like a
Line Feed.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Non-Fiscal state.
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station was specified but is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station was specified but is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_SLP_EMPTY:
The slip station was specified, but a form is not inserted.
(Only applies if AsyncMode is false.)
See Also beginNonFiscal Method, endNonFiscal Method, AsyncMode property
Methods 255
printPeriodicTotalsReport Method
Syntax void printPeriodicTotalsReport (String date1, String date2)
throws JposException;
Parameter Description
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
JPOS_EFPTR_BAD_DATE:
One of the date parameters is invalid.
Java for Retail POS Chapter 7
256 Programming Guide Fiscal Printer
printPowerLossReport Method
Syntax void printPowerLossReport () throws JposException;
Remarks Prints on the receipt a report of a power failure that resulted in a loss of data stored
in the CMOS of the printer.
This method is only supported if CapPowerLossReport is true. This method is
always performed synchronously.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support power loss reports (see the
CapPowerLossReport property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
Methods 257
printRecItem Method
Syntax void printRecItem (String description, long price, int quantity,
int vatInfo, long unitPrice, String unitName)
throws JposException;
Parameter Description
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
Java for Retail POS Chapter 7
258 Programming Guide Fiscal Printer
ErrorCodeExtended =
JPOS_EFPTR_BAD_ITEM_QUANTITY:
The quantity is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_PRICE:
The unit price is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The discount description is too long or contains a
reserved word.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_VAT:
The VAT parameter is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_RECEIPT_TOTAL_OVERFLOW:
The receipt total has overflowed.
(Only applies if AsyncMode is false.)
printRecItemAdjustment Method
Syntax void printRecItemAdjustment (int adjustmentType, String description,
long amount, int vatInfo)
throws JposException;
Parameter Description
FPTR_AT_AMOUNT_DISCOUNT
Fixed amount discount. The amount parameter contains
a currency value.
FPTR_AT_AMOUNT_SURCHARGE
Fixed amount surcharge. The amount parameter
contains a currency value.
FPTR_AT_PERCENTAGE_DISCOUNT
Percentage discount. The amount parameter contains a
percentage value.
FPTR_AT_PERCENTAGE_SURCHARGE
Percentage surcharge. The amount parameter contains a
percentage value.
Remarks Applies and prints a discount or a surcharge to the last receipt item sold. This
discount may be either a fixed currency amount or a percentage amount relating
to the last item.
If CapOrderAdjustmentFirst is true, the method must be called before the
corresponding printRecItem method. If CapOrderAdjustmentFirst is false, the
method must be called after the printRecItem. This method is performed
synchronously if AsyncMode is false, and asynchronously if AsyncMode is true.
This discount/surcharge may be either a fixed currency amount or a percentage
amount relating to the last item. If the discount amount is greater than the receipt
subtotal, an error occurs since the subtotal can never be negative. In many
countries discount operations cause the printing of a fixed line of text expressing
the kind of operation that has been performed. Fixed amount discounts/surcharges
are only supported if CapAmountAdjustment is true. Percentage discounts are
only supported if CapPercentAdjustment is true.
The VatInfo parameter contains a VAT table identifier if CapHasVatTable is
true. Otherwise, it contains a VAT amount.
Java for Retail POS Chapter 7
260 Programming Guide Fiscal Printer
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The discount amount is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The discount description is too long or contains a
reserved word. (Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_VAT:
The VAT parameter is invalid.
(Only applies if AsyncMode is false.)
printRecMessage Method
Syntax void printRecMessage (String message) throws JposException;
Parameter Description
Remarks Prints a message on the fiscal receipt. The length of an individual message is
limited to the number of characters given in the MessageLength property.
This method is only supported if CapAdditionalLines is true. This method is
only supported when the printer is in the Fiscal Receipt Ending state. This method
is performed synchronously if AsyncMode is false, and asynchronously if
AsyncMode is true.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The message is too long or contains a reserved word.
(Only applies if AsyncMode is false.)
See Also beginFiscalReceipt Method, endFiscalReceipt Method, printRec… Methods,
MessageLength property, CapAdditionalLines property
Java for Retail POS Chapter 7
262 Programming Guide Fiscal Printer
printRecNotPaid Method
Syntax void printRecNotPaid (String description, long amount)
throws JposException;
Parameter Description
Remarks Indicates that part of the receipt’s total was not paid.
Some fixed text, along with the description, will be printed on the receipt and
journal to indicate that part of the receipt total has not been paid. This method is
only supported if CapAmountNotPaid is true. This method is performed
synchronously if AsyncMode is false, and asynchronously if AsyncMode is true.
If this method is successful, the PrinterState property will be changed to either
FPTR_PS_FISCAL_RECEIPT_TOTAL or
FPTR_PS_FISCAL_RECEIPT_ENDING depending upon whether the entire
receipt total is now accounted for or not.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The description is too long or contains a reserved word.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The amount is invalid.
Methods 263
printRecRefund Method
Syntax void printRecRefund (String description, long amount, int vatInfo)
throws JposException;
Parameter Description
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
Java for Retail POS Chapter 7
264 Programming Guide Fiscal Printer
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The amount is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_VAT:
The VAT information is invalid.
(Only applies if AsyncMode is false.)
See Also beginFiscalReceipt Method, endFiscalReceipt Method, printRec… Methods,
AmountDecimalPlaces Property
Methods 265
printRecSubtotal Method
Syntax void printRecSubtotal (long amount) throws JposException;
Parameter Description
Remarks Checks and prints the current receipt subtotal. If CapCheckTotal is true, the
Amount is compared to the subtotal calculated by the printer. If the subtotals
match, the subtotal is printed on both the receipt and journal. If the results do not
match, the receipt is automatically canceled. If CapCheckTotal is false, then the
subtotal is printed on the receipt and journal and the parameter is never compared
to the subtotal computed by the printer.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
If this method compares the application’s subtotal with the printer’s subtotal and
they do not match, the PrinterState property will be changed to
FPTR_PS_FISCAL_RECEIPT_ENDING.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The subtotal from the application does not match the
subtotal computed by the printer.
(Only applies if AsyncMode is false.)
Java for Retail POS Chapter 7
266 Programming Guide Fiscal Printer
ErrorCodeExtended =
JPOS_EFPTR_NEGATIVE_TOTAL:
The total computed by the printer is less than zero.
(Only applies if AsyncMode is false.)
printRecSubtotalAdjustment Method
Syntax void printRecSubtotalAdjustment (int adjustmentType, String description,
long amount) throws JposException;
Parameter Description
FPTR_AT_AMOUNT_DISCOUNT
Fixed amount discount. The amount parameter contains
a currency value.
FPTR_AT_AMOUNT_SURCHARGE
Fixed amount surcharge. The amount parameter
contains a currency value.
FPTR_AT_PERCENTAGE_DISCOUNT
Percentage discount. The amount parameter contains a
percentage value.
FPTR_AT_PERCENTAGE_SURCHARGE
Percentage surcharge. The amount parameter contains a
percentage value.
Remarks Applies and prints a discount/surcharge to the current receipt subtotal. This
discount/surcharge may be either a fixed currency amount or a percentage amount
relating to the current receipt subtotal. If the discount/surcharge amount is greater
than the receipt subtotal, an error occurs since the subtotal can never be negative.
In many countries discount/surcharge operations cause the printing of a fixed line
of text expressing the kind of operation that has been performed. Fixed amount
discounts are only supported if CapSubAmountAdjustment is true. Percentage
discounts are only supported if CapSubPercentAdjustment is true.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
Methods 267
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The discount amount is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The discount description is too long or contains a
reserved word.
(Only applies if AsyncMode is false.)
printRecTotal Method
Syntax void printRecTotal (long total, long payment, String description)
throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_AMOUNT:
One of the following errors occurred:
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The description is too long or contains a reserved word.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_NEGATIVE_TOTAL:
The total computed by the printer is less than zero.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_WORD_NOT_ALLOWED:
The description contains the reserved word.
printRecVoid Method
Syntax void printRecVoid (String description) throws JposException;
ParameterDescription
Remarks Cancels the current receipt. The receipt is annulled but it is not physically canceled
from the printer’s fiscal memory since fiscal receipts are printed with an increasing
serial number and totals are accumulated in registers. When a receipt is canceled,
its subtotal is subtracted from the totals registers, but it is added to the canceled
receipt register.
Some fixed text, along with the description, will be printed on the receipt and
journal to indicate that the receipt has been canceled. This method is performed
synchronously if AsyncMode is false, and asynchronously if AsyncMode is true.
If this method is successful, the PrinterState property will be changed to
FPTR_PS_FISCAL_RECEIPT_ENDING.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The description is too long or contains a reserved word.
(Only applies if AsyncMode is false.)
printRecVoidItem Method
Syntax void printRecVoidItem (String description, long amount, int quantity,
int adjustmentType, long adjustment, int vatInfo)
throws JposException;
Parameter Description
FPTR_AT_AMOUNT_DISCOUNT
Fixed amount discount. The adjustment parameter
contains a currency value.
FPTR_AT_AMOUNT_SURCHARGE
Fixed amount surcharge. The adjustment parameter
contains a currency value.
FPTR_AT_PERCENTAGE_DISCOUNT
Percentage discount. The adjustment parameter contains
a percentage value.
FPTR_AT_PERCENTAGE_SURCHARGE
Percentage surcharge. The adjustment parameter
contains a percentage value.
Remarks Cancels an item that has been added to the receipt and print a void description.
Amount is a positive number, it will be printed as a negative and will be
decremented from the totals registers.
The vatInfo parameter contains a VAT table identifier if CapHasVatTable is true.
Otherwise, it contains a VAT amount. Fixed amount discounts/surcharges are only
supported if CapAmountAdjustment is true. Percentage discounts are only
supported if CapPercentAdjustment is true. This method is performed
synchronously if AsyncMode is false, and asynchronously if AsyncMode is true.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Java for Retail POS Chapter 7
272 Programming Guide Fiscal Printer
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_AMOUNT:
The amount is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_QUANTITY:
The quantity is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_VAT:
The VAT information is invalid.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The description is too long or contains a reserved word.
(Only applies if AsyncMode is false.)
ErrorCodeExtended =
JPOS_EFPTR_NEGATIVE_TOTAL:
The total computed by the printer is less than zero.
(Only applies if AsyncMode is false.)
printReport Method
Syntax void printReport (int reportType, String startNum, String endNum)
throws JposException;
Parameter Description
Remarks Prints a report of the fiscal EPROM contents on the receipt that occurred between
two end points.
This method is always performed synchronously.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
Methods 275
printXReport Method
Syntax void printXReport () throws JposException;
Remarks Prints a report of all the daily fiscal activities on the receipt. No data will be
written to the fiscal EPROM as a result of this method invocation.
This method is only supported if CapXReport is true. This method is always
performed synchronously.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
Java for Retail POS Chapter 7
276 Programming Guide Fiscal Printer
printZReport Method
Syntax void printZReport () throws JposException;
Remarks Prints a report of all the daily fiscal activities on the receipt. Data will be written
to the fiscal EPROM as a result of this method invocation.
This method is always performed synchronously.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer’s current state does not allow this state
transition.
JPOS_EFPTR_COVER_OPEN:
The printer cover is open.
JPOS_EFPTR_JRN_EMPTY:
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY:
The receipt station is out of paper.
Methods 277
resetPrinter Method
Syntax void resetPrinter () throws JposException;
Remarks Forces the printer to return to Monitor state. This forces any interrupted operations
to be canceled and closed. This method must be invoked when the printer is not
in a Monitor state after a successful call to the claim method and successful setting
of the DeviceEnabled property to true. This typically happens if a power failures
occurs during a fiscal operation.
Calling this method does not close the printer, i.e. does not force a Z report to be
printed.
The Device will handle this command as follows:
• If the printer was in either Fiscal Receipt, Fiscal Receipt Total or Fiscal Re-
ceipt Ending state, the receipt will be ended without updating any registers.
• If the printer was in a non-fiscal state, the printer will exit that state.
• If the printer was in the training state, the printer will exit the training state.
This method is always performed synchronously.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 7
278 Programming Guide Fiscal Printer
setDate Method
Syntax void setDate (String date) throws JposException;
Parameter Description
JPOS_E_ILLEGAL The printer has already begun the fiscal day (see the
DayOpened property).
JPOS_E_EXTENDED: ErrorCodeExtended = JPOS_EFPTR_BAD_DATE:
One of the date parameters is invalid.
Methods 279
setHeaderLine Method
Syntax void setHeaderLine (int lineNumber, String text, boolean doubleWidth)
throws JposException;
Parameter Description
Remarks Sets one of the fiscal receipt header lines. The text set by this method will be
stored by the printer and retained across power losses.
The lineNumber parameter must be between 1 and the value of the
NumHeaderLines property. If text is an empty string (““), then the header line is
unset and will not be printed. The doubleWidth characters will be printed if the
printer supports them. See the CapDoubleWidth property to determine if they are
supported. This method is only supported if CapSetHeader is true. This method
can only be called while DayOpened is false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer has already begun the fiscal day (see the
DayOpened property) or the lineNumber parameter was
invalid.
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The text parameter is too long or contains a reserved
word.
(Only applies if AsyncMode is false.)
Java for Retail POS Chapter 7
280 Programming Guide Fiscal Printer
setPOSID Method
Syntax void setPOSID (String POSID, String cashierID) throws JposException;
Parameter Description
Remarks Sets the POS and cashier identifiers. These values will be printed when each fiscal
receipt is closed.
This method is only supported if CapSetPOSID is true. This method can only be
called while DayOpened is false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
The printer has already begun the fiscal day (see the
DayOpened property).
setStoreFiscalID Method
Syntax void setStoreFiscalID (String ID) throws JposException;
ParameterDescription
ID Fiscal identifier.
Remarks Sets the store fiscal ID. This value is retained by the printer even after power
failures. This ID is automatically printed by the printer after the fiscal receipt
header lines.
This method is only supported if CapSetStoreFiscalID is true. This method can
only be called while DayOpened is false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
The printer has already begun the fiscal day (see the
DayOpened property).
setTrailerLine Method
Syntax void setTrailerLine (int lineNumber, String text, boolean doubleWidth)
throws JposException;
Parameter Description
JPOS_E_ILLEGAL The printer has already begun the fiscal day (see the
DayOpened property) or the lineNumber parameter was
invalid.
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The text parameter is too long or contains a reserved
word.
(Only applies if AsyncMode is false.)
Methods 283
setVatTable Method
Syntax void setVatTable () throws JposException;
Remarks Sends the VAT table built inside the Service to the printer. The VAT table is built
one entry at a time using the setVatValue method.
This method is only supported if CapHasVatTable is true. This method can only
be called while DayOpened is false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer has already begun the fiscal day (see the
DayOpened property).
setVatValue Method
Syntax void setVatValue (int vatID, String vatValue) throws JposException;
Parameter Description
Remarks Sets the value of a specific VAT class in the VAT table. The VAT table is built
one entry at a time in the Service using this method. The entire table is then sent
to the printer at one time using the setVatTable method.
This method is only supported if CapHasVatTable is true. This method can only
be called while DayOpened is false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
verifyItem Method
Syntax void verifyItem (String itemName, int vatID) throws JposException;
Parameter Description
Remarks Compares itemName and its vatID with the values stored in the printer.
This method is only supported if CapHasVatTable is true. This method can only
be called while the printer is in the Item List state.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not support VAT tables (see the
CapHasVatTable property).
JPOS_E_EXTENDED: ErrorCodeExtended =
JPOS_EFPTR_WRONG_STATE:
The printer is not currently in the Item List state.
JPOS_EFPTR_BAD_ITEM_DESCRIPTION:
The item name is too long or contains a reserved word.
(Only applies if AsyncMode is false.)
JPOS_EFPTR_BAD_VAT:
The VAT parameter is invalid.
(Only applies if AsyncMode is false.)
See Also setVatTable Method
Java for Retail POS Chapter 7
286 Programming Guide Fiscal Printer
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Fiscal Printer Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Fiscal Printer
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Events 287
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccured(ErrorEvent e);
Description Notifies the application that a printer error has been detected and a suitable
response by the application is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCodeExtended
int Extended error code causing the ErrorEvent.
If ErrorCode is JPOS_E_XTENDED, then see values
below. Otherwise, it may contain a Device Service-
specific value.
Value Meaning
JPOS_EFPTR_COVER_OPEN
The printer cover is open.
JPOS_EFPTR_JRN_EMPTY
The journal station is out of paper.
JPOS_EFPTR_REC_EMPTY
The receipt station is out of paper.
JPOS_EFPTR_SLP_EMPTY
A form is not inserted in the slip station.
JPOS_EFPTR_WRONG_STATE
The requested method could not be executed in the
printer’s current state.
JPOS_EFPTR_TECHNICAL_ASSISTANCE
The printer has encountered a severe error condition.
Calling for printer technical assistance is required.
Java for Retail POS Chapter 7
288 Programming Guide Fiscal Printer
JPOS_EFPTR_CLOCK_ERROR
The printer’s internal clock has failed.
JPOS_EFPTR_FISCAL_MEMORY_FULL
The printer’s fiscal memory has been exhausted.
JPOS_EFPTR_FISCAL_MEMORY_DISCONNECTED
The printer’s fiscal memory has been disconnected.
JPOS_EFPTR_FISCAL_TOTALS_ERROR
The Grand Total in working memory does not match the
one in the EPROM.
JPOS_EFPTR_BAD_ITEM_QUANTITY
The Quantity parameter is invalid.
JPOS_EFPTR_BAD_ITEM_AMOUNT
The Amount parameter is invalid.
JPOS_EFPTR_BAD_ITEM_DESCRIPTION
The Description parameters is either to long, contains
illegal characters or contains the reserved word.
JPOS_EFPTR_RECEIPT_TOTAL_OVERFLOW
The receipt total has overflowed.
JPOS_EFPTR_BAD_VAT
The Vat parameter is invalid.
JPOS_EFPTR_BAD_PRICE
The Price parameter is invalid.
JPOS_EFPTR_NEGATIVE_TOTAL
The printer’s computed total or subtotal is less than zero.
JPOS_EFPTR_MISSING_DEVICES
Some of the other devices which according to the local
fiscal legislation are to be connected has been
disconnected. In some countries in order to use a fiscal
printer a full set of peripheral devices are to be
connected to the POS (such as cash drawer and customer
display). In case one of these devices is not present sales
are not allowed.
The application’s ErrorEvent listener may change the value of ErrorResponse to
one of the following:
Value Meaning
Remarks Enqueued when an error is detected and the Device state transitions into the error
state. This event is not delivered until DataEventEnabled is true, so that proper
application sequencing occurs.
See Also “Device Output Models” on page 25 , “Device States” on page 30.
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred(StatusUpdateEvent e);
Description Notifies the application that a printer has had an operation status change.
Properties This event contains the following properties:
Property Type Description
status int Indicates the status change and has one of the following
values:
Value Meaning
FPTR_SUE_COVER_OPEN
Printer cover is open.
FPTR_SUE_COVER_OK
Printer cover is closed.
FPTR_SUE_JRN_EMPTY
No journal paper.
FPTR_SUE_JRN_NEAREMPTY
Journal paper is low.
FPTR_SUE_JRN_PAPEROK
Journal paper is ready.
FPTR_SUE_REC_EMPTY
No receipt paper.
FPTR_SUE_REC_NEAREMPTY
Receipt paper is low.
FPTR_SUE_REC_PAPEROK
Receipt paper is ready.
FPTR_SUE_SLP_EMPTY
No slip form.
FPTR_SUE_SLP_NEAREMPTY
Almost at the bottom of the slip form.
FPTR_SUE_SLP_PAPEROK
Slip form is inserted.
FPTR_SUE_IDLE All asynchronous output has finished, either
successfully or because output has been cleared. The
printer State is now JPOS_S_IDLE. The
FlagWhenIdle property must be true for this event to be
delivered, and the property is set to false just before
delivering the event.
Events 291
Hard Totals
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 8
294 Programming Guide Hard Totals
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open & enable; Note 1
clearInput Not Supported
clearOutput Not Supported
directIO open
Specific
claimFile open & enable; Note 2
releaseFile open & enable
Note 1: Also requires that no other application has claimed the hard totals device.
Note 2: Also requires that no other application has claimed the hard totals device or the file
on which this method acts.
Java for Retail POS Chapter 8
296 Programming Guide Hard Totals
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent Not Supported
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
General Information 297
General Information
The Hard Totals Control’s class name is “jpos.HardTotals”.
The device constants are contained in the class “jpos.HardTotalsConst”.
See “Package Structure” on page 40.
Capabilities
The Hard Totals device has the following minimal set of capabilities:
• Supports at least one totals file with the name “” (the empty string) in an area
of totals memory. Each totals file is read and written as if it were a sequence
of byte data.
• Creates each totals file with a fixed size and may be deleted, initialized, and
claimed for exclusive use.
The Hard Totals device may have the following additional capabilities:
• Supporting additional named totals files. They share some characteristics of a
file system with only a root directory level. In addition to the minimal
capabilities listed above, each totals file may also be renamed.
• Supporting transactions, with begin and commit operations, plus rollback.
• Supporting advanced error detection. This detection may be implemented
through hardware or software.
Model
Totals memory is frequently a limited but secure resource - perhaps of only several
thousand bytes of storage. The following is the general model of the Hard Totals:
• A Hard Totals device is logically treated as a sequence of byte data, which the
application subdivides into “totals files.” This is done by the create method,
which assigns a name, size, and error detection level to the totals file. Totals
files have a fixed-length that is set at create time.
At a minimum, a single totals file with the name “” (the empty string) can be
created and manipulated. Optionally, additional totals files with arbitrary
names may be created.
Totals files model many of the characteristics of a traditional file system. The
intent, however, is not to provide a robust file system. Rather, totals files allow
partitioning and ease of access into what is frequently a limited but secure re-
source. In order to reduce unnecessary overhead usage of this resource, direc-
tory hierarchies are not supported, file attributes are minimized, and files may
not be dynamically resized.
Java for Retail POS Chapter 8
298 Programming Guide Hard Totals
• The FreeData property holds the current number of unassigned data bytes.
• The NumberOfFiles property holds the number of totals files that exist in the
hard totals device.
General Information 299
• validateData may be called to verify that all data within a totals file
passes validation.
• Data writes automatically cause recalculation of validation data for the
validation block or blocks in which the written data resides.
• Since advanced error detection usually imposes a performance penalty,
the application may choose to select this feature when each totals file is
created.
Device Sharing
The hard totals device is sharable. Its device sharing rules are:
• After opening the device, most properties are readable.
• After opening and enabling the device, the application may access all
properties and methods.
• If more than one application has opened and enabled the device, each of these
applications may access its properties and methods.
• One application may claim the hard totals device. This restricts all other
applications from reading, changing, or claiming any files on the device.
• One application may claim a hard totals file. This restricts all other
applications from reading, changing, or claiming the file, and from claiming
the hard totals device.
Properties 301
Properties
CapErrorDetection Property R
Type boolean
Remarks If true, then advanced error detection is supported.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSingleFile Property R
Type boolean
Remarks If true, then only a single file, identified by the empty string (“”), is supported.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapTransactions Property R
Type boolean
Remarks If true, then transactions are supported.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 8
302 Programming Guide Hard Totals
FreeData Property R
Type int
Remarks Holds the number of bytes of unallocated data in the Hard Totals device.
It is initialized to an appropriate value when the device is enabled and is updated
as files are created and deleted. If creating a file requires some overhead to
support the file information, then this overhead is not included in what is reported
by this property. This guarantees that a new file of size FreeData may be created.
Data writes within a transaction may temporarily reduce what’s reported by this
property, since some Hard Totals space may need to be allocated to prepare for the
transaction commit. Therefore, the application should ensure that sufficient
FreeData is maintained to allow its maximally sized transactions to be performed.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also create Method, write Method
NumberOfFiles Property R
Type int
Remarks Holds the number of totals file currently in the Hard Totals device.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also FreeData Property
TotalsSize Property R
Type int
Remarks Holds the size of the Hard Totals area. This size is equal to the largest totals file
that can be created if no other files exist.
This property is initialized when the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also FreeData Property
Properties 303
TransactionInProgress Property R
Type boolean
Remarks If true, then the application is within a transaction.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also beginTrans Method
Java for Retail POS Chapter 8
304 Programming Guide Hard Totals
Methods
beginTrans Method
Syntax void beginTrans () throws JposException;
Remarks Marks the beginning of a series of Hard Totals writes that must either be applied
as a group or not at all.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
claimFile Method
Syntax void claimFile (int hTotalsFile, int timeout) throws JposException;
Parameter Description
commitTrans Method
Syntax void commitTrans () throws JposException;
Remarks Ends the current transaction. All writes between the previous beginTrans method
and this method are saved to the Hard Totals areas.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
create Method
Syntax void create (String fileName, int[] hTotalsFile, int size, boolean errorDetection)
throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
delete Method
Syntax void delete (String fileName) throws JposException;
The fileName parameter specifies the totals file to be deleted.
Remarks Deletes the named file.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_CLAIMED Cannot delete because either the totals file or the entire
totals area is claimed by another application.
JPOS_E_ILLEGAL The fileName is too long or contains invalid characters.
JPOS_E_NOEXIST fileName was not found.
See Also create Method, find Method, rename Method
Java for Retail POS Chapter 8
308 Programming Guide Hard Totals
find Method
Syntax void find (String fileName, int[] hTotalsFile, int[] size) throws JposException;
Parameter Description
JPOS_E_CLAIMED Cannot find because the entire totals file area is claimed
by another application.
JPOS_E_ILLEGAL The fileName contains invalid characters.
JPOS_E_NOEXIST fileName was not found.
See Also create Method, delete Method, rename Method
findByIndex Method
Syntax void findByIndex (int index, String[] fileName) throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_CLAIMED Cannot find because the entire totals file area is claimed
by another application.
JPOS_E_ILLEGAL The index is greater than the largest file index that is
currently defined.
See Also create Method, find Method
read Method
Syntax void read (int hTotalsFile, byte[] data, int offset, int count)
throws JposException;
Parameter Description
JPOS_E_CLAIMED Cannot read because either the totals file or the entire
totals area is claimed by another application.
JPOS_E_ILLEGAL The handle is invalid, part of the data range is outside the
bounds of the totals file, or data array length is less than
count.
JPOS_E_EXTENDED ErrorCodeExtended = JPOS_ETOT_VALIDATION:
A validation error has occurred while reading data.
See Also write Method
Java for Retail POS Chapter 8
310 Programming Guide Hard Totals
recalculateValidationData Method
Syntax void recalculateValidationData (int hTotalsFile) throws JposException;
The hTotalsFile parameter contains the handle of a totals file.
Remarks Recalculates validation data for the specified totals file.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
releaseFile Method
Syntax void releaseFile (int hTotalsFile) throws JposException;
The hTotalsFile parameter contains the handle of the totals file to be released.
Remarks Releases exclusive access to a specific file.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
rename Method
Syntax void rename (int hTotalsFile, String fileName) throws JposException;
Parameter Description
JPOS_E_CLAIMED Cannot rename because either the totals file or the entire
totals area is claimed by another application.
JPOS_E_ILLEGAL The handle is invalid, the fileName contains invalid
characters, or the CapSingleFile property is true.
JPOS_E_EXISTS fileName already exists.
Java for Retail POS Chapter 8
312 Programming Guide Hard Totals
rollback Method
Syntax void rollback () throws JposException;
Remarks Ends the current transaction. All writes between the previous beginTrans and this
method are discarded; they are not saved to the Hard Totals areas.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
setAll Method
Syntax void setAll (int hTotalsFile, byte value) throws JposException;
Parameter Description
JPOS_E_CLAIMED Cannot set because either the totals file or the entire
totals area is claimed by another application.
Methods 313
validateData Method
Syntax void validateData (int hTotalsFile) throws JposException;
The hTotalsFile parameter contains the handle of a totals file.
Remarks Verifies that all data in the specified totals file passes validation checks.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_CLAIMED Cannot validate because either the totals file or the entire
totals area is claimed by another application.
JPOS_E_ILLEGAL The handle is invalid, or advanced error detection is
either not supported by the Device Service or by this
file.
write Method
Syntax void write (int hTotalsFile, byte[] data, int offset, int count)
throws JposException;
Parameter Description
JPOS_E_CLAIMED Cannot write because either the totals file or the entire
totals area is claimed by another application.
JPOS_E_ILLEGAL The handle is invalid, or part of all of the data range is
outside the bounds of the totals file.
Java for Retail POS Chapter 8
314 Programming Guide Hard Totals
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Hard Totals Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Hard Totals
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Java for Retail POS Chapter 8
316 Programming Guide Hard Totals
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a Hard Totals
device.
Properties This event contains the following property:
Property Type Description
Keylock
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Properties
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open & enable
clearInput Not Supported
clearOutput Not Supported
directIO open
Specific
waitForKeylockChange open & enable
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent Not Supported
OutputCompleteEvent Not Supported
StatusUpdateEvent open & enable
General Information 319
General Information
The Key Lock Control’s class name is “jpos.Keylock”.
The device constants are contained in the class “jpos.KeylockConst”.
See “Package Structure” on page 40.
Capabilities
The keylock has the following minimal set of capabilities:
• Supports at least three keylock positions.
• Supports reporting of keylock position changes, either by hardware or
software detection.
Model
The keylock defines three keylock positions as constants. It is assumed that the
keylock supports locked, normal, and supervisor positions. The constants for
these keylock positions and their values are as follows:
• LOCK_KP_LOCK 1
• LOCK_KP_NORM 2
• LOCK_KP_SUPR 3
The KeyPosition property holds the value of the keylock position where the
values range from one (1) to the total number of keylock positions contained in the
PositionCount property.
Device Sharing
The keylock is a sharable device. Its device sharing rules are:
• After opening and enabling the device, the application may access all
properties and methods and will receive status update events.
• If more than one application has opened and enabled the device, each of these
applications may access its properties and methods. Status update events are
fired to all of these applications.
• The keylock may not be claimed for exclusive access. If an application calls
claim, the method always throws a JposException.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 9
320 Programming Guide Keylock
Properties
KeyPosition Property R
Type int
Remarks Holds a value which indicates the keylock position.
This value is set whenever the keylock position is changed. In addition to the
application receiving the StatusUpdateEvent, this value is changed to reflect the
new keylock position.
This property has one of the following values:
Value Meaning
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
PositionCount Property R
Syntax int
Remarks Holds the total number of keylock positions that are present on the keylock device.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Methods 321
Methods
waitForKeylockChange Method
Syntax void waitForKeylockChange (int keyPosition, int timeout)
throws JposException;
Parameter Description
LOCK_KP_ANY Wait for any keylock position change. Value is zero (0).
LOCK_KP_LOCK Wait for keylock position to be set to the “locked”
position. Value is one (1).
LOCK_KP_NORM Wait for keylock position to be set to the “normal”
position. Value is two (2).
LOCK_KP_SUPR Wait for keylock position to be set to the “supervisor”
position. Value is three (3).
Other Values Wait for keylock position to be set to one of the auxiliary
positions. This value may range from four (4) up to the
total number of keylock positions indicated by the
PositionCount property.
Remarks Waits for a specified keylock position to be set.
If the keylock position specified by the keyPosition parameter is the same as the
current keylock position, then the method returns immediately.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Keylock Device Service to provide events
to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Keylock
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Events 323
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application when the keylock position changes.
Line Display
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 10
326 Programming Guide Line Display
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput Not Supported
clearOutput Not Supported
directIO open
Specific
displayText open, claim, & enable
displayTextAt open, claim, & enable
clearText open, claim, & enable
scrollText open, claim, & enable
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent Not Supported
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
Java for Retail POS Chapter 10
328 Programming Guide Line Display
General Information
The Line Display Control’s class name is “jpos.LineDisplay”.
The device constants are contained in the class “jpos.LineDisplayConst”.
See “Package Structure” on page 40.
Capabilities
The Line Display has the following capability:
• Supports text character display. The default mode (or perhaps only mode) of
the display is character display output.
The line display may also have the following additional capabilities:
• Supports windowing with marquee-like scrolling of the window. The display
may support vertical or horizontal marquees, or both.
• Supports a waiting period between displaying characters, for a teletype effect.
• Supports character-level or device-level blinking.
• Supports one or more descriptors. Descriptors are small indicators with a
fixed label, and are typically used to indicate transaction states such as item,
total, and change.
• Supports device brightness control, with one or more levels of device
dimming. All devices support brightness levels of “normal” and “blank” (at
least through software support), but some devices also support one or more
levels of dimming.
Model
The general model of a line display consists of:
• One or more rows containing one or more columns of characters. The rows
and columns are numbered beginning with (0, 0) at the upper-left corner of the
window. The characters in the default character set will include at least one
of the following, with a capability defining the character set:
• The digits ‘0’ through ‘9’ plus space, minus (‘-’), and period (‘.’).
• The above set plus uppercase ‘A’ through ‘Z.’
• All ASCII characters from 0x20 through 0x7F, which includes space,
digits, uppercase, lowercase, and some special characters.
General Information 329
the marquee stops. Changes may be made to the window, then the window
may be returned to Marquee On Mode to restart the marquee with the
new data.
It is illegal to use displayText, displayTextAt, clearText, refreshWindow
and scrollText unless in Marquee Init Mode or Marquee Off Mode.
Device Sharing
The line display is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before accessing some
properties or calling methods that update the device.
• See the “Summary” table for precise usage prerequisites.
Properties 331
Properties
CapBlink Property R
Type int
Remarks Holds the character blink capability of the device. It has one of the following
values:
Value Meaning
CapBrightness Property R
Type boolean
Remarks If true, then the brightness control is supported.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 10
332 Programming Guide Line Display
CapCharacterSet Property R
Type int
Remarks Holds the default character set capability. It has one of the following values:
Value Meaning
The default character set may contain a superset of these ranges. The initial
CharacterSet property may be examined for additional information.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapDescriptors Property R
Type boolean
Remarks If true, then the display supports descriptors.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 333
CapHMarquee Property R
Type boolean
Remarks If true, the display supports horizontal marquee windows.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapICharWait Property R
Type boolean
Remarks If true, the display supports intercharacter wait.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapVMarquee Property R
Type boolean
Remarks If true, the display supports vertical marquee windows.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 10
334 Programming Guide Line Display
Range 101 - 199 A device-specific character set that does not match a
code page, nor the ASCII or ANSI character sets.
Range 400 - 990 Code page; matches one of the standard values.
DISP_CS_ASCII The ASCII character set, supporting the ASCII
characters 0x20 through 0x7F. The value of this
constant is 998.
DISP_CS_ANSI The ANSI character set. The value of this constant is
999.
This property is initialized to an appropriate value when the device is first enabled
following the open method. This value is guaranteed to support at least the set of
characters specified by CapCharacterSet.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CharacterSetList Property, CapCharacterSet Property
CharacterSetList Property R
Type String
Remarks Holds the character set numbers supported. It consists of ASCII numeric set
numbers separated by commas.
For example, if the string is “101,850,999”, then the device supports a device-
specific character set, code page 850, and the ANSI character set.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CharacterSet Property
Properties 335
Columns Property R
Type int
Remarks Holds the number of columns for this window.
For window 0, this property is the same as DeviceColumns.
For other windows, it may be less or greater than DeviceColumns.
This property is initialized to DeviceColumns by the open method, and is updated
when CurrentWindow is set and when createWindow or destroyWindow are
called.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also Rows Property
DeviceColumns Property R
Type int
Remarks Holds the number of columns on this device.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DeviceRows Property
DeviceDescriptors Property R
Type int
Remarks Holds the number of descriptors on this device. If CapDescriptors is true, then
this property is non-zero.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also setDescriptor Method, clearDescriptors Method
DeviceRows Property R
Type int
Remarks Holds the number of rows on this device.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DeviceColumns Property
Properties 339
DeviceWindows Property R
Type int
Remarks Holds the maximum window number supported by this device. A value of zero
indicates that only the device window is supported and that no windows may be
created.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentWindow Property
and the display contains (assuming the other windows are all blank):
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
0 0 1 2
1 5 6 7
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
0 0
1 B
and display contains (assuming the other windows are all blank):
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
0 0 1 2
1 5 6 7
0 1 2 3 4
0 0 1 2 3 A
1 B 6 7 8 9
Java for Retail POS Chapter 10
344 Programming Guide Line Display
From this point to the end of the window, the marquee action is the same as with
marquee walking…
After MarqueeUnitWait milliseconds, the viewport is changed to:
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
0 1 2 3
1 6 7 8
A marquee is typically initialized after entering Marquee Init Mode by setting this
property to DISP_MT_INIT, then calling clearText and displayText(At)
methods. Then, when this property is changed to an “on” value, Marquee On
Mode is entered, and the marquee begins to be displayed in the viewport beginning
at the start of the window (or end if the type is right or down).
When the mode is changed from Marquee On Mode to Marquee Off Mode, the
marquee stops in place. A subsequent transition back to Marquee On Mode
continues from the current position.
When the mode is changed from Marquee On Mode to Marquee Init Mode, the
marquee stops. Changes may be made to the window, then the window may be
returned to Marquee On Mode to restart the marquee with the new data.
This property is always DISP_MT_NONE for window 0 – the device window.
This property is initialized to DISP_MT_NONE by the open and createWindow
methods, and is updated when CurrentWindow is set or destroyWindow is
called.
Properties 347
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Rows Property R
Type int
Remarks Holds the number of rows for this window.
For window 0, this property is the same as DeviceRows.
For other windows, it may be less or greater than DeviceRows.
This property is initialized to DeviceRows by the open method, and is updated
when CurrentWindow is set or createWindow or destroyWindow are called.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also Columns Property
Java for Retail POS Chapter 10
348 Programming Guide Line Display
Methods
clearDescriptors Method
Syntax void clearDescriptors () throws JposException;
Remarks Turns off all descriptors.
This function is illegal if CapDescriptors is false.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
clearText Method
Syntax void clearText () throws JposException;
Remarks Clears the current window to blanks, sets CursorRow and CursorColumn to
zero, and resynchronizes the beginning of the window with the start of the
viewport.
If in Immediate Mode or Teletype Mode, the viewport is also cleared immediately.
If in Marquee Init Mode, the viewport is not changed.
If in Marquee On Mode, this method is illegal.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
createWindow Method
Syntax void createWindow (int viewportRow, int viewportColumn,
int viewportHeight, int viewportWidth,
int windowHeight, int windowWidth)
throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
destroyWindow Method
Syntax void destroyWindow () throws JposException;
Remarks Destroys the current window. The characters displayed in its viewport are not
changed.
CurrentWindow is set to window 0. The device window and the associated
window properties are updated.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
displayText Method
Syntax void displayText (String data, int attribute) throws JposException;
Parameter Description
Note
Scrolling will not occur when the last character of data is placed at the end of a row. In this
case, when CursorUpdate is true, then CursorRow is set to the row containing the last
character, and CursorColumn is set to Columns (that is, to one more than the final
character of the row).
This stipulation ensures that the display does not scroll when a character is written into its
last position. Instead, the Device will wait until another character is written before scrolling
the window.
New Line (\r) Change the next character’s output position to the
beginning of the current row.
Line Feed (\n) Change the next character’s output position to the
beginning of the next row. Scroll the window if the
current row is the last row of the window.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
displayTextAt Method
Syntax void displayTextAt (int row, int column, String data, int attribute)
throws JposException;
Parameter Description
refreshWindow Method
Syntax void refreshWindow (int window) throws JposException;
The window parameter specifies which window must be refreshed.
Remarks Changes the current window to window, then redisplays its viewport. Neither the
mapping of the window to its viewport nor the window’s cursor position is
changed.
This function may be used to restore a window after another window has
overwritten some of its viewport.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
scrollText Method
Syntax void scrollText (int direction, int units) throws JposException;
The direction parameter indicates the scrolling direction, and is one of the
following values:
Value Meaning
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
0 C D E F
1
Java for Retail POS Chapter 10
358 Programming Guide Line Display
setDescriptor Method
Syntax void setDescriptor (int descriptor, int attribute) throws JposException;
The descriptor parameter indicates which descriptor to change. The value may
range between zero and one less than DeviceDescriptors.
The attribute parameter indicates the attribute for the descriptor. It has one of the
following values:
Value Meaning
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Line Display Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Line Display
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Java for Retail POS Chapter 10
360 Programming Guide Line Display
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a Line Display.
Properties This event contains the following property:
Property Type Description
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W open
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R open
DataEventEnabled boolean R/W open
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 11
362 Programming Guide MICR
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput open & claim
clearOutput Not Supported
directIO open
Specific
beginInsertion open, claim, & enable
endInsertion open, claim, & enable
beginRemoval open, claim, & enable
endRemoval open, claim, & enable
Events
Name Ver May Occur After
DataEvent open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent open, claim, & enable
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
Java for Retail POS Chapter 11
364 Programming Guide MICR
General Information
The MICR Control’s class name is “jpos.MICR”.
The device constants are contained in the class “jpos.MICRConst”.
See “Package Structure” on page 40.
Capabilities
The MICR Control has the following minimal set of capabilities:
• Reads magnetic ink characters from a check.
• Provides programmatic control of check insertion, reading and removal. For
some MICR devices, this will require no processing in the Device Service
since the device may automate many of these functions.
• Parses the MICR data into the output properties. This release of JavaPOS
specifies parsing of fields specified in the ANSI MICR standard used in North
America. For other countries, the application may need to parse the MICR
data from the data in RawData.
The MICR device may be physically attached to or incorporated into a check val-
idation print device. If this is the case, once a check is inserted via MICR Control
methods, the check can still be used by the Printer Control prior to check removal.
Some MICR devices support exception tables, which cause non-standard parsing
of the serial number for specific check routing numbers. Exception tables are not
directly supported by this JavaPOS release. However, a Device Service may
choose to support them, and could assign JSD entries under its device name to
define the exception entries.
General Information 365
Model
In general, the MICR Device follows the JavaPOS model for input devices. One
point of difference is that the MICR Device requires the execution of methods to
insert and remove the check for processing. Therefore, this Device requires more
than simply setting the DataEventEnabled property to true in order to receive
data. The basic model is as follows:
• The MICR Control is opened, claimed, and enabled.
• When an application wishes to perform a MICR read, the application calls
beginInsertion, specifying a timeout value. This results in the device being
made ready to have a check inserted. If the check is not inserted before the
timeout limit expires, a JposException is thrown.
In the event of a timeout, the MICR device will remain in a state allowing a
check to be inserted while the application provides any additional prompting
required and then reissues the beginInsertion method.
• Once a check is inserted, the method returns and the application calls
endInsertion, which results in the MICR device being taken out of check
insertion mode and the check, if present, actually being read.
• If the check is successfully read, a DataEvent is enqueued.
• If the AutoDisable property is true, then the Device automatically
disables itself when a DataEvent is enqueued.
• A queued DataEvent can be delivered to the application when
DataEventEnabled is true. Just before delivering this event, data is
copied into properties, and further data events are disabled by setting
DataEventEnabled to false. This causes subsequent input data to be
enqueued while the application processes the current input and associated
properties. When the application has finished the current input and is
ready for more data, it reenables events by setting DataEventEnabled to
true.
• An ErrorEvent (or events) are enqueued if an error occurs while reading
the check, and is delivered to the application when DataEventEnabled is
true.
• The DataCount property may be read to obtain the number of queued
DataEvents.
• All queued input may be deleted by calling clearInput.
• After processing a DataEvent, the application should query the
CapValidationDevice property to determine if validation printing can be
performed on the check prior to check removal. If this property is true, the
application may call the Printer Control’s beginInsertion and endInsertion
methods. This positions the check for validation printing. The POS Printer’s
validation printing methods can then be used to perform validation printing.
When validation printing is complete, the application should call the Printer
Control’s removal methods to remove the check.
Java for Retail POS Chapter 11
366 Programming Guide MICR
• Once the check is no longer needed in the device, the application must call
beginRemoval, also specifying a timeout value. This method will throw a
JposException if the check is not removed in the timeout period. In this case,
the application may perform any additional prompting prior to calling the
method again. Once the check is removed, the application should call
endRemoval to take the MICR device out of removal mode.
Many models of MICR devices do not require any check handling processing from
the application. Such devices may always be capable of receiving a check and re-
quire no commands to actually read and eject the check. For these types of MICR
devices, the beginInsertion, endInsertion, beginRemoval and endRemoval
methods simply return, and input data will be enqueued until the DataEventEna-
bled property is set to true. However, applications should still use these methods
to ensure application portability across different MICR devices.
Device Sharing
The MICR is an exclusive-use device. Its device sharing rules are:
• The application must claim the device before enabling it.
• The application must claim and enable the device before the device begins
reading input, or before calling methods that manipulate the device.
• See the “Summary” table for precise usage prerequisites.
General Information 367
Transit t
Amount a
On-Us o
Dash -
Java for Retail POS Chapter 11
368 Programming Guide MICR
Properties
AccountNumber Property R
Type String
Remarks Holds the account number parsed from the most recently read MICR data.
This account number will not include a check serial number if a check serial
number is able to be separately parsed, even if the check serial number is
embedded in the account number portion of the ‘On Us’ field. If the account
number cannot be identified, the string will be empty (“”).
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property, DataEvent
Amount Property R
Type String
Remarks Holds the amount field parsed from the most recently read MICR data.
The amount field on a check consists of ten digits bordered by Amount symbols.
All non space digits will be represented in the test string including leading 0’s. If
the amount is not present, the string will be empty (“”).
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property, DataEvent
Properties 369
BankNumber Property R
Type String
Remarks Holds the bank number portion of the transit field parsed from the most recently
read MICR data.
The bank number is contained in digits 4 through 8 of the transit field. If the bank
number or transit field is not present or successfully identified, the string will be
empty (“”).
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property, TransitNumber Property, DataEvent
CapValidationDevice Property R
Type boolean
Remarks If true, the device also performs validation printing via the POS Printer’s slip
station, and a check does not have to be removed from the MICR device prior to
performing validation printing.
For devices that are both a MICR device as well as a POS Printer, the device will
automatically position the check for validation printing after successfully
performing a MICR read. Either the MICR’s or the POS Printer’s beginRemoval
and endRemoval methods may be called to remove the check once processing is
complete.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 11
370 Programming Guide MICR
CheckType Property R
Type int
Remarks Holds the type of check parsed from the most recently read MICR data. It has one
of the following values:
Value Meaning
CountryCode Property R
Type int
Remarks Holds the country of origin of the check parsed from the most recently read MICR
data. It has one of the following values:
Value Meaning
EPC Property R
Type String
Remarks Holds the Extended Processing Code (“EPC”) field parsed from the most recently
read MICR data. It will contain a single character 0 though 9 if the field is present.
If not, the string will be empty (“”).
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property, DataEvent
RawData Property R
Type String
Remarks Holds the MICR data from the most recent MICR read. It contains any of the 15
MICR characters with appropriate substitution to represent non-ASCII characters
(see “MICR Character Substitution”, page 367). No parsing or special processing
is done to the data returned in this property. A sample value may look like the
following:
“2t123456789t123 4 567890o 123 a0000001957a”
Note that spaces are used to represent spaces in the MICR data.
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also AccountNumber Property, Amount Property, BankNumber Property,
CheckType Property, CountryCode Property, EPC Property, SerialNumber
Property, TransitNumber Property, DataEvent
Java for Retail POS Chapter 11
372 Programming Guide MICR
SerialNumber Property R
Type String
Remarks Holds the serial number of the check parsed from the most recently read MICR
data.
If the serial number cannot be successfully parsed, the string will be empty (“”).
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property, DataEvent
TransitNumber Property R
Type String
Remarks Holds the transit field of the check parsed from the most recently read MICR data.
It consists of all the characters read between the ‘Transit’ symbols on the check.
It is a nine character string.
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property, DataEvent
Methods 373
Methods
beginInsertion Method
Syntax void beginInsertion (int timeout) throws JposException;
The timeout parameter gives the number of milliseconds before failing the method.
If zero, the method tries to begin insertion mode, then returns the appropriate status
immediately. If JPOS_FOREVER (-1), the method initiates the begin insertion
mode, then waits as long as needed until either the check is inserted or an error
occurs.
Remarks Initiates check insertion processing.
When called, the MICR is made ready to receive a check by opening the MICR’s
check handling “jaws” or activating a MICR’s check insertion mode. This method
is paired with the endInsertion method for controlling check insertion. Although
some MICR devices that do not require this sort of processing, the application
should still use these methods to ensure application portability across different
MICR devices.
If the MICR device cannot be placed into insertion mode, a JposException is
thrown. Otherwise, check insertion is monitored until either:
• The check is successfully inserted.
• The check is not inserted before timeout milliseconds have elapsed, or an error
is reported by the MICR device. In this case, a JposException is thrown. The
MICR device remains in check insertion mode. This allows an application to
perform some user interaction and reissue the beginInsertion method without
altering the MICR check handling mechanism.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
beginRemoval Method
Syntax void beginRemoval (int timeout) throws JposException;
The timeout parameter gives the number of milliseconds before failing the method.
If zero, the method tries to begin removal mode, then returns the appropriate status
immediately. If JPOS_FOREVER (-1), the method initiates the begin removal
mode, then waits as long as needed until either the check is removed or an error
occurs.
Remarks Initiates check removal processing.
When called, the MICR is made ready to remove a check, by opening the MICR’s
check handling “jaws” or activating a MICR’s check ejection mode. This method
is paired with the endRemoval method for controlling check removal. Although
some MICR devices do not require this sort of processing, the application should
still use these methods to ensure application portability across different MICR
devices.
If the MICR device cannot be placed into removal or ejection mode, a
JposException is thrown. Otherwise, check removal is monitored until either:
• The check is successfully removed.
• The check is not removed before timeout milliseconds have elapsed, or an er-
ror is reported by the MICR device. In this case, a JposException is thrown.
The MICR device remains in check removal mode. This allows an application
to perform some user interaction and reissue the beginRemoval method with-
out altering the MICR check handling mechanism.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endInsertion Method
Syntax void endInsertion () throws JposException;
Remarks Ends check insertion processing.
When called, the MICR is taken out of check insertion mode. If a check is not
detected in the device, a JposException is thrown with an extended error code of
JPOS_EMICR_NOCHECK. Upon completion of this method, the check will be
read by the MICR device, and data will be available as soon as the
DataEventEnabled property is set to true. This allows an application to prompt
the user prior to calling this method to ensure that the form is correctly positioned.
This method is paired with the beginInsertion method for controlling check
insertion. Although some MICR devices do not require this sort of processing, the
application should still use these methods to ensure application portability across
different MICR devices.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endRemoval Method
Syntax void endRemoval () throws JposException;
Remarks Ends check removal processing.
When called, the MICR is taken out of check removal or ejection mode. If a check
is detected in the device, a JposException is thrown with an extended error code
of JPOS_EMICR_CHECK.
This method is paired with the beginRemoval method for controlling check
removal. Although some MICR devices do not require this sort of processing, the
application should still use these methods to ensure application portability across
different MICR devices. For further information see “Events” on page 18
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e)
Description Notifies the application when MICR data is read from a check and is available to
be read.
Properties This event contains the following property:
Parameter Type Description
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific MICR Device Service to provide events to
the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s MICR
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Events 379
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that an error has been detected when reading MICR data.
ErrorCode int Error Code causing the error event. See list of
ErrorCodes on “ErrorCode” on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. It may
contain a Service-specific value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
The application’s error event listener may change ErrorResponse to one of the
following values:
Value Meaning
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
JPOS_ER_CONTINUEINPUT
Use only when locus is JPOS_EL_INPUT_DATA.
Acknowledges the error and directs the Device to
continue processing. The Device remains in the error
state and will deliver additional DataEvents as directed
by the DataEventEnabled property. When all input has
been delivered and DataEventEnabled is again set to
true, then another ErrorEvent is delivered with locus
JPOS_EL_INPUT.
Default when locus is JPOS_EL_INPUT_DATA.
Java for Retail POS Chapter 11
380 Programming Guide MICR
Remarks This event is not delivered until DataEventEnabled is true, so that proper
application sequencing occurs.
See Also “Device Input Model” on page 22, “Device States” on page 30
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a MICR
device.
Properties This event contains the following property:
Property Type Description
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W open
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R open
DataEventEnabled boolean R/W open
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 12
382 Programming Guide MSR
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput open & claim
clearOutput Not Supported
directIO open
Events
Name Ver May Occur After
DataEvent open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent open, claim, & enable
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
Java for Retail POS Chapter 12
384 Programming Guide MSR
General Information
The MSR Control’s class name is “jpos.MSR”.
The device constants are contained in the class “jpos.MSRConst”.
See “Package Structure” on page 40.
Capabilities
The MSR Control has the following minimal set of capabilities:
• Reads encoded data from a magnetic stripe. Data is obtainable from any
combination of tracks 1, 2 and 3.
• Supports decoding of the alphanumeric data bytes into their corresponding
alphanumeric codes. Furthermore, this decoded alphanumeric data may be
divided into specific fields accessed as device properties.
Determination of the type of card is based upon the type of content the
card tracks are expected to hold.
The MSR Device follows the JavaPOS model for input devices:
• When input is received by the Device Service a DataEvent is enqueued.
• If the AutoDisable property is true, then the Device automatically disables
itself when a DataEvent is enqueued.
• A queued DataEvent can be delivered to the application when the
DataEventEnabled property is true. Just before delivering this event, data is
copied into properties, and further data events are disabled by setting
DataEventEnabled to false. This causes subsequent input data to be
enqueued while the application processes the current input and associated
properties. When the application has finished the current input and is ready for
more data, it reenables events by setting DataEventEnabled to true.
• An ErrorEvent (or events) is enqueued if an error occurs while gathering or
processing input, and is delivered to the application when DataEventEnabled
is true.
• The DataCount property may be read to obtain the number of queued
DataEvents.
• All queued input may be deleted by calling clearInput.
Device Sharing
The MSR is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before the device begins
reading input, or before calling methods that manipulate the device.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 12
386 Programming Guide MSR
Properties
AccountNumber Property R
Type String
Remarks Holds the account number obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapISO Property R
Type boolean
Remarks If true, the MSR device supports ISO cards.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJISOne Property R
Type boolean
Remarks If true, the MSR device supports JIS Type-I cards.
JIS-I cards are a superset of ISO cards. Therefore, if CapJISOne is true, then it is
implied that CapISO is also true.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 387
CapJISTwo Property R
Type boolean
Remarks If true, the MSR device supports JIS Type-II cards.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
If true, each byte of track data contained within the Track1Data, Track2Data,
and Track3Data properties is mapped from its original encoded bit sequence (as
it exists on the magnetic card) to its corresponding decoded ASCII bit sequence.
This conversion is mainly of relevance for data that is NOT of the 7-bit format,
since 7-bit data needs no decoding to decipher its corresponding alphanumeric
and/or Katakana characters.
The decoding that takes place is as follows for each card type, track, and track data
format:
Card Data Decoded
Track Raw Bytes
Type Format Bytes
ISO Track 1 6-Bit 0x00 - 0x3F 0x20 - 0x5F
Track 2 4-Bit 0x00 - 0x0F 0x30 - 0x3F
Track 3 4-Bit 0x00 - 0x0F 0x30 - 0x3F
JIS-I Track 1 6-Bit 0x00 - 0x3F 0x20 - 0x5F
Track 1 7-Bit 0x00 - 0x7F Data Unchanged
Track 2 4-Bit 0x00 - 0x0F 0x30 - 0x3F
Track 3 4-Bit 0x00 - 0x0F 0x30- 0x3F
Track 3 7-Bit 0x00 - 0x7F Data Unchanged
JIS-II JIS Track 7-Bit 0x00 - 0x7F Data Unchanged
on Front
of Card
Java for Retail POS Chapter 12
388 Programming Guide MSR
ExpirationDate Property R
Type String
Remarks Holds the expiration date obtained from the most recently swiped card, as four
ASCII decimal characters in the form YYMM. For example, February 1998 is
“9802” and August 2018 is “1808”.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
FirstName Property R
Type String
Remarks Holds the first name obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 12
390 Programming Guide MSR
MiddleInitial Property R
Type String
Remarks Holds the middle initial obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ServiceCode Property R
Type String
Remarks Holds the service code obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Suffix Property R
Type String
Remarks Holds the suffix obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Surname Property R
Type String
Remarks Holds the surname obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 12
392 Programming Guide MSR
Title Property R
Type String
Remarks Holds the title obtained from the most recently swiped card.
Set to the empty string if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Track1Data Property R
Type byte[]
Remarks Holds the track 1 data from the most recently swiped card. It contains the track
data between but not including the start data and end data sentinels.
If DecodeData is true, then the data returned by this property has been decoded
from the “raw” format. The data may also be parsed into other properties when
the ParseDecodeData property is set.
A zero-length array indicates that the track was not accessible.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also TracksToRead Property
Properties 393
Track1DiscretionaryData Property R
Type byte[]
Remarks Holds the track 1 discretionary data obtained from the most recently swiped card.
The array will be of zero-length if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
The amount of data contained in this property varies widely depending upon the
format of the track 1 data.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Track2Data Property R
Type byte[]
Remarks Holds the track 2 data from the most recently swiped card. It contains the track
data between but not including the start data and end data sentinels.
If DecodeData is true, then the data returned by this property has been decoded
from the “raw” format. The data may also be parsed into other properties when
the ParseDecodeData property is set.
A zero-length array indicates that the track was not accessible.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also TracksToRead Property
Java for Retail POS Chapter 12
394 Programming Guide MSR
Track2DiscretionaryData Property R
Type byte[]
Remarks Holds the track 2 discretionary data obtained from the most recently swiped card.
The array will be of zero-length if:
• The field was not included in the track data obtained, or,
• The track data format was not one of those listed in the ParseDecodeData
property description, or,
• ParseDecodeData is false.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Track3Data Property R
Type byte[]
Remarks Holds the track 3 data from the most recently swiped card. It contains the track
data between but not including the start data and end data sentinels.
If DecodeData is true, then the data returned by this property has been decoded
from the “raw” format. The data may also be parsed into other properties when
the ParseDecodeData property is set.
A zero-length array indicates that the track was not accessible.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also TracksToRead Property
Properties 395
Decreasing the required number of tracks may provide a greater swipe success rate
and somewhat greater responsiveness by removing the processing for unaccessed
data.
TracksToRead does not indicate a capability of the MSR hardware unit, but
instead is an application configurable property representing which track(s) will
have their data obtained, potentially decoded, and returned if possible. Cases such
as an ISO type card being swiped through a JIS-II read head, cards simply not
having data for particular tracks, and other factors may preclude desired data from
being obtained.
This property is initialized to MSR_TR_1_2_3 by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 12
396 Programming Guide MSR
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application when input data from the MSR device is available.
Properties This event contains the following property:
Property Type Description
A value of zero for a track byte means that no data was obtained from the swipe
for that particular track. This might be due to the hardware device simply not
having a read head for the track, or perhaps the application intentionally precluded
incoming data from the track via the TracksToRead property.
A value greater than zero indicates the length in bytes of the corresponding
TrackxData property.
Remarks Before this event is delivered, the swiped data is placed into Track1Data,
Track2Data and Track3Data. If DecodeData is true, then this track is decoded.
If ParseDecodeData is true, then the data is parsed into several additional
properties.
Events 397
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific MSR Device Service to provide events to
the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s MSR devices
which may not have any knowledge of the Device Service’s need for this event.
See Also “Events” on page 18, directIO Method
Java for Retail POS Chapter 12
398 Programming Guide MSR
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that an error occurred at the MSR device.
Properties This event contains the following properties:
Name Type Description
ErrorCode int Error Code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. If
ErrorCode is JPOS_E_EXTENDED, then see
values below. Otherwise, it may contain a Service-
specific value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be
overridden by the application (i.e., this property is
settable). See values below.
If the ErrorReportingType property is MSR_ERT_CARD and ErrorCode is
JPOS_E_EXTENDED, then ErrorCodeExtended has one of the following values:
Value Meaning
Where Each of the track status bytes has one of the following values:
Value Meaning
JPOS_SUCCESS No error.
JPOS_EMSR_START Start sentinel error.
JPOS_EMSR_END End sentinel error.
Events 399
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
JPOS_ER_CONTINUEINPUT
Use only when locus is JPOS_EL_INPUT_DATA.
Acknowledges the error and directs the Device to
continue processing. The Device remains in the error
state and will deliver additional DataEvents as directed
by the DataEventEnabled property. When all input has
been delivered and DataEventEnabled is again set to
true, then another ErrorEvent is delivered with locus
JPOS_EL_INPUT.
Default when locus is JPOS_EL_INPUT_DATA.
Remarks Enqueued when an error is detected while trying to read MSR data. This event is
not delivered until DataEventEnabled is true, so that proper application
sequencing occurs.
If the ErrorReportingType property is MSR_ERT_CARD, then the track that
caused the fault cannot be determined. The track data properties are not changed.
If the ErrorReportingType property is MSR_ERT_TRACK, then the ErrorCode
and ErrorCodeExtended properties may indicate the track-level status. Also, the
track data properties are updated as with DataEvent, with the properties for the
track or tracks in error set to empty strings.
Unlike DataEvent, individual track lengths are not reported. However, the
application can determine their lengths by getting the length of each of the
TrackData properties.
Java for Retail POS Chapter 12
400 Programming Guide MSR
Also, since this is an ErrorEvent (even though it is reporting partial data), the
DataCount property is not incremented and the Control remains enabled,
regardless of the AutoDisable property value.
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a MSR device.
Properties This event contains the following property:
Property Type Description
Pinpad
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable 1.3 boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText 1.3 String R open
Claimed 1.3 boolean R open
DataCount 1.3 int R open
DataEventEnabled 1.3 boolean R/W open
DeviceEnabled 1.3 boolean R/W open & claim
FreezeEvents 1.3 boolean R/W open
OutputID 1.3 int R open
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State 1.3 int R --
Properties (Continued)
Specific Ver Type Access Initialized After
CapMACCalculation 1.3 boolean R open
CapDisplay 1.3 int R open
CapLanguage 1.3 int R open
CapKeyboard 1.3 boolean R open
CapTone 1.3 boolean R open
Methods
Common Ver May Use After
open 1.3 --
close 1.3 open
claim 1.3 open
release 1.3 open & claim
checkHealth 1.3 open, claim, & enable
clearInput 1.3 open, claim, & enable
clearOutput 1.3 Not Supported
directIO 1.3 open
Specific
beginEFTTransaction 1.3 open, claim, & enable
endEFTTransaction 1.3 beginEFTTransaction
enablePINEntry 1.3 beginEFTTransaction
computeMAC 1.3 beginEFTTransaction
verifyMAC 1.3 beginEFTTransaction
updateKey 1.3 beginEFTTransaction
Java for Retail POS Chapter 13
404 Programming Guide Pinpad
Events
Name Ver May Occur After
DataEvent 1.3 open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent 1.3 open, claim, & enable
OutputCompleteEvent 1.3 Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
General Information 405
General Information
The Pinpad Control’s class name is “jpos.Pinpad”.
The device constants are contained in the class “jpos.PinpadConst”.
See “Package Structure” on page 40.
This de v i ce w as a dd e d in Ja va PO S Re lea s e 1. 3.
A Pinpad
• Provides a mechanism for customers to perform PIN Entry
• Acts as a cryptographic engine for communicating with an EFT Transaction
Host.
A Pinpad will perform these functions by implementing one or more Pinpad
Management Systems. A Pinpad Management System defines the manner in
which the Pinpad will perform functions such as PIN Encryption, Message
Authentication Code calculation, and Key Updating. Examples of Pinpad
Management Systems include: Master-Session, DUKPT, APACS40, HGEPOS,
and AS2805, along with many others.
Capabilities
The Pinpad Control has the following minimal capability:
• Accepts a PIN Entry at its keyboard and provide an Encrypted PIN to the
application.
Note on Terminology
For the Pinpad device, clarification of the terminology used to describe the data
exchange with the device is necessary. “Hex-ASCII” is used to indicate that the
“standard” representation of bytes as hexadecimal ASCII characters is used. For
instance, the byte stream {0x15, 0xC7, 0xF0} would be represented in hex-ASCII
as “15C7F0”.
General Information 407
Model
A Pinpad performs encryption functions under control of a Pinpad Management
System. Some Pinpads will support multiple Pinpad Management Systems. Some
Pinpad Management Systems support multiple keys (sets) for different EFT Trans-
action Hosts. Thus, for each EFT transaction, the application will need to select
the Pinpad Management System and EFT Transaction Host to be used. Depending
on the Pinpad Management System, one or more EFT transaction parameters will
need to be provided to the Pinpad for use in the encryption functions. The appli-
cation should set the value of ALL EFT Transaction parameter properties to en-
able easier migration to EFT Transaction Hosts that require a different Pinpad
Management System.
After opening, claiming, and enabling the Device Control, an application should
use the following general scenario for each EFT Transaction.
• Set the EFT transaction properties (AccountNumber, Amount,
MerchantID, TerminalID, Track1Data, Track2Data, Track3Data and
TransactionType) and then call the beginEFTTransaction method. This
will initialize the Device to perform the encryption functions for the EFT
transaction.
• If PIN Entry is required, call the enablePINEntry method. Then set the
DataEventEnabled property and wait for the DataEvent.
• If Message Authentication Codes are required, call the computeMAC and
verifyMAC methods as needed.
• Call the endEFTTransaction method to notify the Device that all operations
for the EFT transaction have been completed.
This specification supports two models of usage of the Pinpad display. The Cap-
Display property indicates one of the following models:
• an application has complete control of the text that is to be displayed. For this
model, there is an associated Line Display Control that is used by the
application to interact with the display.
• an application cannot supply the text to be displayed. Instead, it can only
select from a list of pre-defined messages to be displayed. For this model,
there is a set of Pinpad properties that are used to control the display.
Device Sharing
The Pinpad is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before the device begins
reading input, or before calling methods that manipulate the device.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 13
408 Programming Guide Pinpad
Properties
AccountNumber Property R/W
Type String
Remarks Holds the account number to be used for the current EFT transaction. The
application must set this property before calling the beginEFTTransaction method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
AdditionalSecurityInformation Property R
Type String
Remarks Holds additional security/encryption information when a DataEvent is delivered.
This property will be formatted as a Hex-ASCII string. The information content
and internal format of this string will vary among Pinpad Management Systems.
For example, if the Pinpad Management System is DUKPT, then this property will
contain the “Pinpad sequence number”. If the PIN Entry was cancelled, this
property will contain the empty string.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 409
AvailableLanguagesList Property R
Type String
Remarks Holds a semi-colon separated list of a set of “language definitions” that are
supported by the pre-defined prompts in the Pinpad. A “language definition”
consists of an ISO-639 language code and an ISO-3166 country code (as also used
in the Java Locale class). The two codes are comma separated.
AvailablePromptsList Property R
Type String
Remarks Holds a comma-separated string representation of the supported values for the
Prompt property.
PPAD_MSG_ENTERPIN (1)
Enter pin number on the Pinpad.
PPAD_MSG_PLEASEWAIT (2)
The system is processing. Wait.
PPAD_MSG_ENTERVALIDPIN (3)
The pin that was entered is not correct. Enter the correct
pin number.
PPAD_MSG_RETRIESEXCEEDED (4)
The user has failed to enter the correct pin number and
the maximum number of attempts has been exceeded.
PPAD_MSG_APPROVED (5)
The request has been approved.
PPAD_MSG_DECLINED (6)
The EFT Transaction Host has declined to perform the
requested function.
PPAD_MSG_CANCELED (7)
The request is cancelled.
PPAD_MSG_AMOUNTOK (8)
Enter Yes/No to approve the amount.
PPAD_MSG_NOTREADY (9)
Pinpad is not ready for use.
PPAD_MSG_IDLE (10)
The System is Idle.
PPAD_MSG_SLIDE_CARD (11)
Slide card through the integrated MSR.
PPAD_MSG_INSERTCARD (12)
Insert (smart)card.
PPAD_MSG_SELECTCARDTYPE (13)
Select the card type (typically credit or debit).
Values 1000 and above are reserved for Device Service defined values.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 411
CapDisplay Property R
Type int
Remarks Defines the operations that the application may perform on the Pinpad display.
Value Meaning
PPAD_DISP_UNRESTRICTED
The application can use the Pinpad display in an
unrestricted manner to display messages. In this case,
an associated Line Display Device Control is the
interface to the Pinpad display. The application must
call Line Display methods to manipulate the display.
PPAD_DISP_PINRESTRICTED
The application can use the Pinpad display in an
unrestricted manner except during PIN Entry. The
Pinpad will display a pre-defined message during PIN
Entry. If an attempt is made to use the associated Line
Display Device Control while PIN Entry is enabled, the
Line Display Control will throw a JposException with
an associated ErrorCode of JPOS_E_BUSY.
PPAD_DISP_RESTRICTED_LIST
The application cannot specify the text of messages to
display. It can only select from a list of pre-defined
messages. There is no associated Line Display Device
Control.
PPAD_DISP_RESTRICTED_ORDER
The application cannot specify the text of messages to
display. It can only select from a list of pre-defined
messages. The selections must occur in a pre-defined
acceptable order. There is no associated Line Display
Device Control.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 13
412 Programming Guide Pinpad
CapLanguage Property R
Type int
Remarks Defines the capabilities that the application has to select the language of pre-
defined messages (e.g. English, French, Arabic etc.).
This property has one of the following values:
Value Meaning
CapMACCalculation Property R
Type boolean
Remarks If true, the Pinpad supports MAC calculation.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapKeyboard Property R
Type boolean
Remarks If true, the application can use the Pinpad to obtain input. The application will use
an associated POS Keyboard Device Control as the interface to the Pinpad
keyboard. Note that the associated POS Keyboard Control is effectively disabled
while PINEntryEnabled is true.
If false, the application cannot obtain input directly from the Pinpad keyboard.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapTone Property R
Type boolean
Remarks If true, the Pinpad has a Tone Indicator. The Tone Indicator may be accessed by
use of an associated Tone Indicator Control. If false, there is no Tone Indicator.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 13
414 Programming Guide Pinpad
EncryptedPIN Property R
Type String
Remarks Holds the value of the Encrypted PIN after a DataEvent. This property will be
formatted as a 16 byte Hex-ASCII string. If the PIN Entry was cancelled, this
property will contain the empty string.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
PINEntryEnabled Property R
Type boolean
Remarks If true, the PIN entry operation is enabled. It is set when the enablePINEntry
method is called. It will be set to false when the user has completed the PIN Entry
operation or when the endEFTTransaction method has completed.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 13
416 Programming Guide Pinpad
PPAD_TRANS_DEBIT
Debit (decrease) the specified account
PPAD_TRANS_CREDIT
Credit (increase) the specified account.
PPAD_TRANS_INQ (Balance) Inquiry
PPAD_TRANS_RECONCILE
Reconciliation/Settlement
PPAD_TRANS_ADMIN
Administrative Transaction
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Methods
beginEFTTransaction Method
Syntax void beginEFTTransaction (String PINPadSystem, int transactionHost)
throws JposException;
Parameter Description
Remarks Initiates the beginning of an EFT Transaction. The Device will perform
initialization functions (such as computing session keys). No other Pinpad
functions can be performed until this method is called.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
computeMAC Method
Syntax void computeMAC (String inMsg, String[] outMsg) throws JposException;
Parameter Description
into the message. Note that this method cannot be used while Pinpad input (PIN
Entry) is enabled.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
enablePINEntry Method
Syntax void enablePINEntry () throws JposException;
Remarks Enables PIN Entry at the Pinpad device. When this method is called, the
PINEntryEnabled property will be changed to true. If the Pinpad uses pre-
defined prompts for PIN Entry, then the Prompt property will be changed to
PPAD_MSG_ENTERPIN.
When the user has completed the PIN entry operation (either by entering their PIN
or by hitting Cancel), the PINEntryEnabled property will be changed to false. A
DataEvent will be delivered to provide the encrypted PIN to the application when
DataEventEnabled is set to true. Note that any data entered at the Pinpad while
PINEntryEnabled is true will be supplied in encrypted form and will NOT be
provided to any associated Keyboard Device Control.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endEFTTransaction Method
Syntax void endEFTTransaction (int completionCode) throws JposException;
completionCode has one of the following values:
Value Meaning
updateKey Method
Syntax void updateKey (int keyNum, String key) throws JposException;
Parameter Description
verifyMAC Method
Syntax void verifyMAC (String message) throws JposException;
The message contains a message received from an EFT Transaction Host.
Remarks Verifies the MAC value in a message received from an EFT Transaction Host.
This method throws a JposException if it cannot verify the message. Note that this
method cannot be used while PIN Entry is enabled.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application when a PIN Entry operation has completed.
Value Meaning
PPAD_SUCCESS PIN Entry has occurred and values have been stored into
the EncryptedPIN and
AdditionalSecurityInformation properties.
PPAD_CANCEL The user hit the cancel button on the Pinpad.
PPAD_TIMEOUT A timeout condition occurred in the Pinpad. (Not all
Pinpads will report this condition)
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Pinpad Device Service to provide events to
the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service event.
Data int Additional numberic data. Specific alues vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Java for Retail POS Chapter 13
426 Programming Guide Pinpad
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Pinpad
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that an error was detected while trying to perform a PIN
encryption function.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. If
ErrorCode is JPOS_E_EXTENDED, then see valuse
below. Otherwise it may contain a Service-specific
value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default values may be overridden
by the application (i.e. this property is settable). See
values below.
The ErrorCodeExtended property has the following value:
Value Meaning
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
Remarks More detailed diagnostic information may optionally be obtained using the
checkHealth or directIO methods.
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a Pinpad.
Properties This event contains the following property:
Property Type Description
POS Keyboard
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W open
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R open
DataEventEnabled boolean R/W open
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 14
430 Programming Guide POS Keyboard
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput open & claim
clearOutput Not Supported
directIO open
Events
Name Ver May Occur After
DataEvent open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent open, claim, & enable
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
General Information 431
General Information
The POS Keyboard Control’s class name is “jpos.POSKeyboard”.
The device constants are contained in the class “jpos.POSKeyboardConst”.
See “Package Structure” on page 40.
Capabilities
The POS Keyboard Control has the following capability:
• Reads keys from a POS keyboard. A POS keyboard may be an auxiliary
keyboard, or it may be a virtual keyboard consisting of some or all of the keys
on the system keyboard.
Model
The POS Keyboard Control follows the JavaPOS model for input devices:
• When input is received by the Device Service a DataEvent is enqueued.
• If the AutoDisable property is true, then the Device automatically disables
itself when a DataEvent is enqueued.
• A queued DataEvent can be delivered to the application when the
DataEventEnabled property is true. Just before firing this event, data is
copied into the properties, and further data events are disabled by setting
DataEventEnabled to false. This causes subsequent input data to be
enqueued while the application processes the current input and associated
properties. When the application has finished the current input and is ready for
more data, it reenables events by setting DataEventEnabled to true.
• An ErrorEvent (or events) are enqueued if an error occurs while gathering or
processing input, and is delivered to the application when DataEventEnabled
is true.
• The DataCount property may be read to obtain the number of queued
DataEvents.
• All queued input may be deleted by calling clearInput.
Keyboard Translation
The POS Keyboard Control must supply a mechanism for translating its internal
key codes into user-defined codes which are returned by the data events. Note that
this translation must be end-user configurable.
Device Sharing
The POS keyboard is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before the device begins
reading input.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 14
432 Programming Guide POS Keyboard
Properties
CapKeyUp Property R
Type boolean
Remarks If true, then the device is able to generate both key down and key up events,
depending upon the setting of the EventTypes. If false, then the device is only
able to generate the key down event.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
POSKeyData Property R
Type int
Remarks Holds the value of the key from the last DataEvent. The application may treat this
value as device independent, assuming that the system installer has configured the
Device Service to translate internal key codes to the codes expected by the
application. Such configuration is inherently Device Service-specific.
This property is set just before delivering the DataEvent.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 433
POSKeyEventType Property R
Type int
Remarks Holds the type of the last keyboard event: Is the key being pressed or released? It
has one of the following values:
Value Meaning
KBD_KET_KEYDOWN
The key in POSKeyData was pressed.
KBD_KET_KEYUP The key in POSKeyData was released.
This property is set just before delivering the DataEvent.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 14
434 Programming Guide POS Keyboard
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application that input data is available from the POS Keyboard device.
Properties This event contains the following property:
Parameter Type Description
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific POS Keyboard Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s POS
Keyboard devices which may not have any knowledge of the Device Service’s
need for this event.
See Also “Events” on page 18, directIO Method
Events 435
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that an error was detected trying to read POS Keyboard
data.
Properties This event contains the following properties:
Parameter Type Description
ErrorCode int Error Code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. It may
contain a Service-specific value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
JPOS_ER_CONTINUEINPUT
Use only when locus is JPOS_EL_INPUT_DATA.
Acknowledges the error and directs the Device to
continue processing. The Device remains in the error
state, and will deliver additional DataEvents as directed
by the DataEventEnabled property. When all input has
been delivered and DataEventEnabled is again set to
true, then another ErrorEvent is delivered with locus
JPOS_EL_INPUT.
Default when locus is JPOS_EL_INPUT_DATA.
Java for Retail POS Chapter 14
436 Programming Guide POS Keyboard
Remarks This event is not delivered until DataEventEnabled is true, so that proper
application sequencing occurs.
See Also “Device Input Model” on page 22, “Device States” on page 30
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application when the working status of the POS Keyboard changes.
Remarks Enqueued when the POS Keyboard needs to alert the application of a device state
change.
See Also “Events” on page 18
C H A P T E R 1 5
POS Printer
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventenabled boolean R/W Not Supported
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R open
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput Not Supported
clearOutput open & claim
directIO open
Specific
printNormal open, claim, & enable
printTwoNormal open, claim, & enable
printImmediate open, claim, & enable
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & claim
ErrorEvent open, claim, & enable
OutputCompleteEvent open, claim, & enable
StatusUpdateEvent open, claim, & enable
Java for Retail POS Chapter 15
442 Programming Guide POS Printer
General Information
The POS Printer Control’s class name is “jpos.POSPrinter”.
The device constants are contained in the class “jpos.POSPrinterConst”.
See “Package Structure” on page 40.
The JavaPOS Printer Control does not attempt to encapsulate the behavior of a
generic graphics printer. Rather, for performance and ease of use considerations,
the interfaces are defined to directly control a POS printer. Usually, an application
will print one line to one station per method, for ease of use and accuracy in
recovering from errors.
The printer model defines three stations with the following general uses:
• Journal Used for simple text to log transaction and activity information.
Kept by the store for audit and other purposes.
• Receipt Used to print transaction information. Usually given to the customer.
Also often used for store reports. Contains either a knife to cut the paper
between transactions, or a tear bar to manually cut the paper.
• Slip Used to print information on a form. Usually given to the customer.
Also used to print “validation” information on a form. The form type is typi-
cally a check or credit card slip.
Sometimes, limited forms-handling capability is integrated with the receipt or
journal station to permit validation printing. Often this limits the number of
print lines, due to the station’s forms-handling throat depth. The Printer Con-
trol nevertheless addresses this printer functionality as a slip station.
Capabilities
The POS printer has the following capability:
• The default character set can print ASCII characters (0x20 through 0x7F),
which includes space, digits, uppercase, lowercase, and some special
characters. (If the printer does not support all of these, then it should translate
them to close approximations – such as lowercase to uppercase.)
The POS printer may have several additional capabilities. See the capabilities
properties for specific information.
The following capabilities are not addressed in this version of the JavaPOS speci-
fication. A device service may choose to support them through the directIO
mechanism.
• Downloadable character sets.
• Character substitution.
• General graphics printing, where each pixel of the printer line may be
specified.
General Information 443
Model
The POS Printer follows the JavaPOS model for output devices, with some en-
hancements:
• The following methods are always performed synchronously:
beginInsertion, endInsertion, beginRemoval, endRemoval, and
checkHealth. These methods will fail if asynchronous output is outstanding.
• The printImmediate method is also always performed synchronously: This
method tries to print its data immediately (that is, as the very next printer
operation). It may be called when asynchronous output is outstanding. This
method is primarily intended for use in exception conditions when
asynchronous output is outstanding.
• The following methods are performed either synchronously or
asynchronously, depending on the value of the AsyncMode property:
printNormal, printTwoNormal, cutPaper, rotatePrint, printBarCode,
and printBitmap. When AsyncMode is false, then these methods print
synchronously.
• When AsyncMode is true, then these methods operate as follows:
• The Device buffers the request, sets the OutputID property to an
identifier for this request, and returns as soon as possible. When the
request completes successfully, an OutputCompleteEvent is enqueued.
A property of this event contains the OutputID of the completed request.
• Asynchronous printer methods will not throw an exception due to a
printing problem, such as out of paper or printer fault. These errors will
only be reported by an ErrorEvent. An exception is thrown only if the
printer is not claimed and enabled, a parameter is invalid, or the request
cannot be enqueued. The first two error cases are due to an application
error, while the last is a serious system resource error exception.
• If an error occurs while performing an asynchronous request, an
ErrorEvent is enqueued. The ErrorStation property is set to the station
or stations that were printing when the error occurred. The ErrorLevel
and ErrorString properties are also set.
• The event handler may call synchronous print methods (but not
asynchronous methods), then can either retry the outstanding output or
clear it.
• All asynchronous output is performed on a first-in first-out basis.
• All output buffered may be deleted by calling clearOutput.
OutputCompleteEvents will not be delivered for cleared output. This
method also stops any output that may be in progress (when possible).
• The property FlagWhenIdle may be set to cause the a
StatusUpdateEvent to be enqueued when all outstanding outputs have
finished, whether successfully or because they were cleared.
Java for Retail POS Chapter 15
444 Programming Guide POS Printer
Device Sharing
The POS Printer is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before accessing many
printer-specific properties.
• The application must claim and enable the device before calling methods that
manipulate the device.
• See the “Summary” table for precise usage prerequisites.
General Information 445
Print Line Characteristics that are reset at the end of each print method or by a
“Normal” sequence.
Name Data Remarks
Bold ESC |bC Prints in bold or double-strike.
Underline ESC |#uC Prints with underline. The character
‘#’ is replaced by an ASCII decimal
string telling the width of the underline
in printer dot units. If ‘#’ is omitted,
then a printer-specific default width is
used.
Italic ESC |iC Prints in italics.
Alternate color (Red) ESC |rC Prints in alternate color.
Reverse video ESC |rvC Prints in a reverse video format.
Shading ESC |#sC Prints in a shaded manner. The charac-
ter ‘#’ is replaced by an ASCII decimal
string telling the percentage shading
desired. If ‘#’ is omitted, then a print-
er-specific default level of shading is
used.
Single high & wide ESC |1C Prints normal size.
Double wide ESC |2C Prints double-wide characters.
Double high ESC |3C Prints double-high characters.
Double high & wide ESC |4C Prints double-high/double-wide char-
acters.
Scale horizontally ESC |#hC Prints with the width scaled ‘#’ times
the normal size, where ‘#’ is replaced
by an ASCII decimal string.
Scale vertically ESC |#vC Prints with the height scaled ‘#’ times
the normal size, where ‘#’ is replaced
by an ASCII decimal string.
Center ESC |cA Aligns following text in the center.
Right justify ESC |rA Aligns following text at the right.
Normal ESC |N Restores printer characteristics to nor-
mal condition.
Properties 449
Properties
CapCharacterSet Property R
Type int
Remarks Holds the default character set capability. It has one of the following values:
Value Meaning
The default character set may contain a superset of these ranges. The initial
CharacterSet property may be examined for additional information.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
450 Programming Guide POS Printer
CapConcurrentJrnRec Property R
Type boolean
Remarks If true, then the Journal and Receipt stations can print at the same time.
The printTwoNormal method may be used with the
PTR_TWO_RECEIPT_JOURNAL and PTR_S_JOURNAL_RECEIPT station
parameter. If false, the application should print to only one of the stations at a
time, and minimize transitions between the stations. Non-concurrent printing may
be required for reasons such as:
• Higher likelihood of error, such as greater chance of paper jams when moving
between the stations.
• Higher performance when each station is printed separately.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapConcurrentJrnSlp Property R
Type boolean
Remarks If true, then the Journal and Slip stations can print at the same time. The
printTwoNormal method may be used with the
PTR_TWO_RECEIPT_JOURNAL and PTR_S_JOURNAL_SLIP station
parameter. If false, the application must use the sequence beginInsertion/
endInsertion followed by print requests to the Slip followed by beginRemoval/
endRemoval before printing on the Journal. Non-concurrent printing may be
required for reasons such as:
• Physical constraints, such as the Slip form being placed in front of the Journal
station.
• Higher likelihood of error, such as greater chance of paper jams when moving
between the stations.
• Higher performance when each station is printed separately.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 451
CapConcurrentRecSlp Property R
Type boolean
Remarks If true, then the Receipt and Slip stations can print at the same time. The
printTwoNormal method may be used with the
PTR_TWO_RECEIPT_JOURNAL and PTR_S_RECEIPT_SLIP station
parameter. If false, the application must use the sequence beginInsertion/
endInsertion followed by print requests to the Slip followed by beginRemoval/
endRemoval before printing on the Receipt. Non-concurrent printing may be
required for reasons such as:
• Physical constraints, such as the Slip form being placed in front of the Receipt
station.
• Higher likelihood of error, such as greater chance of paper jams when moving
between the stations.
• Higher performance when each station is printed separately.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapCoverSensor Property R
Type boolean
Remarks If true, then the printer has a “cover open” sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrn2Color Property R
Type boolean
Remarks If true, then the journal can print dark plus an alternate color.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
452 Programming Guide POS Printer
CapJrnBold Property R
Type boolean
Remarks If true, then the journal can print bold characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnDhigh Property R
Type boolean
Remarks If true, then the journal can print double high characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnDwide Property R
Type boolean
Remarks If true, then the journal can print double wide characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnDwideDhigh Property R
Type boolean
Remarks If true, then the journal can print double high / double wide characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 453
CapJrnEmptySensor Property R
Type boolean
Remarks If true, then the journal has an out-of-paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnItalic Property R
Type boolean
Remarks If true, then the journal can print italic characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnNearEndSensor Property R
Type boolean
Remarks If true, then the journal has a low paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapJrnPresent Property R
Type boolean
Remarks If true, then the journal print station is present.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
454 Programming Guide POS Printer
CapJrnUnderline Property R
Type boolean
Remarks If true, then the journal can underline characters
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRec2Color Property R
Type boolean
Remarks If true, then the receipt can print dark plus an alternate color.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecBarCode Property R
Type boolean
Remarks If true, then the receipt has bar code printing capability.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecBitmap Property R
Type boolean
Remarks If true, then the receipt can print bitmaps.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 455
CapRecBold Property R
Type boolean
Remarks If true, then the receipt can print bold characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecDhigh Property R
Type boolean
Remarks If true, then the receipt can print double high characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecDwide Property R
Type boolean
Remarks If true, then the receipt can print double wide characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecDwideDhigh Property R
Type boolean
Remarks If true, then the receipt can print double high / double wide characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
456 Programming Guide POS Printer
CapRecEmptySensor Property R
Type boolean
Remarks If true, then the receipt has an out-of-paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecItalic Property R
Type boolean
Remarks If true, then the receipt can print italic characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecLeft90 Property R
Type boolean
Remarks If true, then the receipt can print in rotated 90° left mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecNearEndSensor Property R
Type boolean
Remarks If true, then the receipt has a low paper sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 457
CapRecPapercut Property R
Type boolean
Remarks If true, then the receipt can perform paper cuts.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecPresent Property R
Type boolean
Remarks If true, then the receipt print station is present.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecRight90 Property R
Type boolean
Remarks If true, then the receipt can print in a rotated 90° right mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecRotate180 Property R
Type boolean
Remarks If true, then the receipt can print in a rotated upside down mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
458 Programming Guide POS Printer
CapRecStamp Property R
Type boolean
Remarks If true, then the receipt has a stamp capability.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRecUnderline Property R
Type boolean
Remarks If true, then the receipt can underline characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlp2Color Property R
Type boolean
Remarks If true, then the slip can print dark plus an alternate color.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpBarCode Property R
Type boolean
Remarks If true, then the slip has bar code printing capability.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 459
CapSlpBitmap Property R
Type boolean
Remarks If true, then the slip can print bitmaps.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpBold Property R
Type boolean
Remarks If true, then the slip can print bold characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpDhigh Property R
Type boolean
Remarks If true, then the slip can print double high characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpDwide Property R
Type boolean
Remarks If true, then the slip can print double wide characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
460 Programming Guide POS Printer
CapSlpDwideDhigh Property R
Type boolean
Remarks If true, then the slip can print double high / double wide characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpEmptySensor Property R
Type boolean
Remarks If true, then the slip has a “slip in” sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpFullslip Property R
Type boolean
Remarks If true, then the slip is a full slip station. It can print full-length forms. If false,
then the slip is a “validation” type station. This usually limits the number of print
lines, and disables access to the receipt and/or journal stations while the validation
slip is being used.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpItalic Property R
Type boolean
Remarks If true, then the slip can print italic characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 461
CapSlpLeft90 Property R
Type boolean
Remarks If true, then the slip can print in a rotated 90° left mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpNearEndSensor Property R
Type boolean
Remarks If true, then the slip has a “slip near end” sensor.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpPresent Property R
Type boolean
Remarks If true, then the slip print station is present.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpRight90 Property R
Type boolean
Remarks If true, then the slip can print in a rotated 90° right mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
462 Programming Guide POS Printer
CapSlpRotate180 Property R
Type boolean
Remarks If true, then the slip can print in a rotated upside down mode.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapSlpUnderline Property R
Type boolean
Remarks If true, then the slip can underline characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapTransaction Property R
Type boolean
Remarks If true, then printer transactions are supported by each station.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 463
Range 101 - 199 Device-specific character sets that do not match a code
page or the ASCII or ANSI character sets.
Range 400 - 990 Code page; matches one of the standard values.
PTR_CS_ASCII The ASCII character set, supporting the ASCII
characters 0x20 through 0x7F. The value of this
constant is 998.
PTR_CS_ANSI The ANSI character set. The value of this constant is
999.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CharacterSetList Property
CharacterSetList Property R
Type String
Remarks Holds the character set numbers. It consists of ASCII numeric set numbers
separated by commas.
For example, if the string is “101,850,999”, then the device supports a device-
specific character set, code page 850, and the ANSI character set.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CharacterSet Property
Java for Retail POS Chapter 15
464 Programming Guide POS Printer
CoverOpen Property R
Type boolean
Remarks If true, then the printer’s cover is open.
If CapCoverSensor is false, then the printer does not have a cover open sensor,
and this property always returns false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ErrorLevel Property R
Type int
Remarks Holds the severity of the error condition. It has one of the following values:
Value Meaning
This property is set just before delivering an ErrorEvent. When the error is
cleared, then the property is changed to PTR_EL_NONE.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 465
ErrorStation Property R
Type int
Remarks Holds the station or stations that were printing when an error was detected.
This property will be set to one of the following values:
PTR_S_JOURNAL PTR_S_RECEIPT
PTR_S_SLIP PTR_S_JOURNAL_RECEIPT
PTR_S_JOURNAL_SLIP PTR_S_RECEIPT_SLIP
PTR_TWO_RECEIPT_JOURNAL PTR_TWO_SLIP_JOURNAL
PTR_TWO_SLIP_RECEIPT
This property is only valid if the ErrorLevel is not equal to PTR_EL_NONE. It is
set just before delivering an ErrorEvent.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
ErrorString Property R
Type String
Remarks Holds a vendor-supplied description of the current error.
This property is set just before delivering an ErrorEvent. If no description is
available, the property is set to an empty string. When the error is cleared, then the
property is changed to an empty string.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
466 Programming Guide POS Printer
FontTypefaceList Property R
Type String
Remarks Holds the fonts and/or typefaces that are supported by the printer. The string
consists of font or typeface names separated by commas. The application selects
a font or typeface for a printer station by using the font typeface selection escape
sequence (ESC |#fT). The “#” character is replaced by the number of the font or
typeface within the list: 1, 2, and so on.
In Japan, this property will frequently include the fonts “Mincho” and “Gothic.”
Other fonts or typefaces may be commonly supported in other countries.
An empty string indicates that only the default typeface is supported.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Data Characters and Escape Sequences”
Properties 467
JrnEmpty Property R
Type boolean
Remarks If true, the journal is out of paper. If false, journal paper is present.
If CapJrnEmptySensor is false, then the value of this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also JrnNearEnd Property
JrnLineCharsList Property R
Type String
Remarks Holds the line character widths supported by the journal station. The string
consists of ASCII numeric set numbers separated by commas.
For example, if the string is “32,36,40”, then the station supports line widths of 32,
36, and 40 characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also JrnLineChars Property
Properties 469
JrnLineWidth Property R
Type int
Remarks Holds the width of a line of JrnLineChars characters. Expressed in the unit of
measure given by MapMode.
Setting JrnLineChars may also update this property.
This property is initialized to the printer’s default line width when the device is
first enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
JrnNearEnd Property R
Type boolean
Remarks If true, the journal paper is low. If false, journal paper is not low.
If CapJrnNearEndSensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also JrnEmpty Property
Properties 471
PTR_MM_DOTS The printer’s dot width. This width may be different for
each printer station.1
PTR_MM_TWIPS 1/1440 of an inch.
PTR_MM_ENGLISH 0.001 inch.
PTR_MM_METRIC 0.01 millimeter.
1.
From the JavaPOS POS Printer perspective, the exact definition of a “dot” is not
significant. It is a Printer/device service unit used to express various metrics. For
example, some printers define a “half-dot” that is used in high-density graphics printing,
and perhaps in text printing. A POS Printer Service may handle this case in one of these
ways:
(a)Consistently define a “dot” as the printer’s smallest physical size, that is, a half-dot.
(b)If the device service changes bitmap graphics printing density based on the
XxxLetterQuality setting, then alter the size of a dot to match the bitmap density
(that is, a physical printer dot when false and a half-dot when true). Note that this
choice should not be used if the printer’s text metrics are based on half-dot sizes,
since accurate values for the metrics may not then be possible.
Java for Retail POS Chapter 15
472 Programming Guide POS Printer
RecBarCodeRotationList Property R
Type String
Remarks Holds the directions in which a receipt barcode may be rotated. The string consists
of rotation strings separated by commas. An empty string indicates that bar code
printing is not supported. The legal rotation strings are:
Value Meaning
For example, if the string is “0,180”, then the printer can print normal bar codes
and upside down bar codes.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RotateSpecial Property, printBarCode Method
RecEmpty Property R
Type boolean
Remarks If true, the receipt is out of paper. If false, receipt paper is present.
If CapRecEmptySensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecNearEnd Property
Properties 473
RecLineCharsList Property R
Type String
Remarks Holds the line character widths supported by the receipt station. The string
consists of ASCII numeric set numbers, separated by commas.
For example, if the string is “32,36,40”, then the station supports line widths of 32,
36, and 40 characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecLineChars Property
RecLinesToPaperCut Property R
Type int
Remarks Holds the number of lines that must be advanced before the receipt paper is cut.
If CapRecPapercut is true, then this is the line count before reaching the paper
cut mechanism. Otherwise, this is the line count before the manual tear-off bar.
Changing the properties RecLineChars, RecLineHeight, and RecLineSpacing
may cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 15
476 Programming Guide POS Printer
RecLineWidth Property R
Type int
Remarks Holds the width of a line of RecLineChars characters, expressed in the unit of
measure given by MapMode.
Setting RecLineChars may also update this property.
This property is initialized to the printer’s default line width when the device is
first enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
RecNearEnd Property R
Type boolean
Remarks If true, the receipt paper is low. If false, receipt paper is not low.
If CapRecNearEndSensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecEmpty Property
RecSidewaysMaxChars Property R
Type int
Remarks Holds the maximum number of characters that may be printed on each line in
sideways mode.
If CapRecLeft90 and CapRecRight90 are both false, then this property is zero.
Changing the properties RecLineHeight, RecLineSpacing, and RecLineChars
may cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecSidewaysMaxLines Property
Properties 477
RecSidewaysMaxLines Property R
Type int
Remarks Holds the maximum number of lines that may be printed in sideways mode.
If CapRecLeft90 and CapRecRight90 are both false, then this property is zero.
Changing the properties RecLineHeight, RecLineSpacing, and RecLineChars
may cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RecSidewaysMaxChars Property
SlpBarCodeRotationList Property R
Type String
Remarks Holds the directions in which a slip barcode may be rotated. The string consists
of rotation strings separated by commas. An empty string indicates that bar code
printing is not supported. The legal rotation strings are:
Value Meaning
For example, if the string is “0,180”, then the printer can print normal bar codes
and upside down bar codes.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RotateSpecial Property, printBarCode Method
SlpEmpty Property R
Type boolean
Remarks If true, a slip form is not present. If false, a slip form is present.
If CapSlpEmptySensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Note
The “slip empty” sensor should be used primarily to determine whether a form has been
inserted before printing, and can be monitored to determine whether a form is still in place.
This sensor is usually placed one or more print lines above the slip print head.
However, the “slip near end” sensor (when present) should be used to determine when near-
ing the end of the slip. This sensor is usually placed one or more print lines below the slip
print head.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpNearEnd Property
Properties 479
SlpLineCharsList Property R
Type String
Remarks Holds the line character widths supported by the slip station. The string consists
of ASCII numeric set numbers, separated by commas.
For example, if the string is “32,36,40”, then the station supports line widths of 32,
36, and 40 characters.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpLineChars Property
Properties 481
SlpLinesNearEndToEnd Property R
Type int
Remarks Holds the number of lines that may be printed after the “slip near end” sensor is
true but before the printer reaches the end of the slip.
This property may be used to optimize the use of the slip, so that the maximum
number of lines may be printed.
Changing the SlpLineHeight, SlpLineSpacing, or SlpLineChars properties may
cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpEmpty Property, SlpNearEnd Property
Java for Retail POS Chapter 15
482 Programming Guide POS Printer
SlpLineWidth Property R
Type int
Remarks Holds the width of a line of SlpLineChars characters, expressed in the unit of
measure given by MapMode.
Setting SlpLineChars may also update this property.
This property is initialized to the printer’s default line width when the device is
first enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 483
SlpMaxLines Property R
Type int
Remarks Holds the maximum number of lines that can be printed on a form.
When CapSlpFullslip is true, then this property will be zero, indicating an
unlimited maximum slip length. When CapSlpFullslip is false, then this value
will be non-zero.
Changing the SlpLineHeight, SlpLineSpacing, or SlpLineChars properties may
cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
SlpNearEnd Property R
Type boolean
Remarks If true, the slip form is near its end. If false, the slip form is not near its end.
The “near end” sensor is also sometimes called the “trailing edge” sensor, referring
to the bottom edge of the slip.
If CapSlpNearEndSensor is false, then this property is always false.
This property is initialized and kept current while the device is enabled.
Note
The “slip empty” sensor should be used primarily to determine whether a form has been
inserted before printing, and can be monitored to determine whether a form is still in place.
This sensor is usually placed one or more print lines above the slip print head.
However, the “slip near end” sensor (when present) should be used to determine when
nearing the end of the slip. This sensor is usually placed one or more print lines below the
slip print head.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpEmpty Property, SlpLinesNearEndToEnd Property
Java for Retail POS Chapter 15
484 Programming Guide POS Printer
SlpSidewaysMaxChars Property R
Type int
Remarks Holds the maximum number of characters that may be printed on each line in
sideways mode.
If CapSlpLeft90 and CapSlpRight90 are both false, then this property is zero.
Changing the properties SlpLineHeight, SlpLineSpacing, and SlpLineChars
may cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpSidewaysMaxLines Property
SlpSidewaysMaxLines Property R
Type int
Remarks Holds the maximum number of lines that may be printed in sideways mode.
If CapSlpLeft90 and CapSlpRight90 are both false, then this property is zero.
Changing the properties SlpLineHeight, SlpLineSpacing, and SlpLineChars
may cause this property to change.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also SlpSidewaysMaxChars Property
Methods 485
Methods
beginInsertion Method
Syntax void beginInsertion (int timeout) throws JposException;
Parameter Description
If zero, the method initiates the begin insertion mode, then returns the appropriate
status immediately. If JPOS_FOREVER (-1), the method initiates the begin
insertion mode, then waits as long as needed until either the form is inserted or an
error occurs.
Remarks Initiates slip processing.
When called, the slip station is made ready to receive a form by opening the form’s
handling “jaws” or activating a form insertion mode. This method is paired with
the endInsertion method for controlling form insertion.
If the printer device cannot be placed into insertion mode, a JposException is
thrown. Otherwise, form insertion is monitored until either:
• The form is successfully inserted.
• The form is not inserted before timeout milliseconds have elapsed, or an error
is reported by the printer device. In this case, a JposException is thrown with
an ErrorCode of JPOS_E_TIMEOUT or another value. The printer device
remains in form insertion mode. This allows an application to perform some
user interaction and reissue the beginInsertion method without altering the
form handling mechanism.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The slip station does not exist (see the CapSlpPresent
property) or an invalid timeout parameter was specified.
JPOS_E_TIMEOUT The specified time has elapsed without the form being
properly inserted.
See Also beginRemoval Method, endInsertion Method, endRemoval Method
Java for Retail POS Chapter 15
486 Programming Guide POS Printer
beginRemoval Method
Syntax void beginRemoval (int timeout) throws JposException;
Parameter Description
If zero, the method initiates the begin removal mode, then returns the appropriate
status immediately. If JPOS_FOREVER (-1), the method initiates the begin
removal mode, then waits as long as needed until either the form is removed or an
error occurs.
Remarks Initiates form removal processing.
When called, the printer is made ready to remove a form by opening the form
handling “jaws” or activating a form ejection mode. This method is paired with
the endRemoval method for controlling form removal.
If the printer device cannot be placed into removal or ejection mode, a
JposException is thrown. Otherwise, form removal is monitored until either:
• The form is successfully removed.
• The form is not removed before timeout milliseconds have elapsed, or an error
is reported by the printer device. In this case, the a JposException is thrown
with an ErrorCode of JPOS_E_TIMEOUT or another value. The printer de-
vice remains in form removal mode. This allows an application to perform
some user interaction and reissue the beginRemoval method without altering
the form handling mechanism.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
JPOS_E_ILLEGAL The printer does not have a slip station (see the
CapSlpPresent property) or an invalid timeout
parameter was specified.
JPOS_E_TIMEOUT The specified time has elapsed without the form being
properly removed.
See Also beginInsertion Method, endInsertion Method, endRemoval Method
Methods 487
cutPaper Method
Syntax void cutPaper (int percentage) throws JposException;
Parameter Description
The Device Service will select an appropriate type of cut based on the capabilities
of its device and these general guidelines.
An escape sequence embedded in a printNormal or printImmediate method call
may also be used to cause a paper cut.
Java for Retail POS Chapter 15
488 Programming Guide POS Printer
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endInsertion Method
Syntax void endInsertion () throws JposException;
Remarks Ends form insertion processing.
When called, the printer is taken out of form insertion mode. If the slip device has
forms “jaws,” they are closed by this method. If no form is present, a
JposException is thrown with its ErrorCodeExtended property set to
JPOS_EPTR_SLP_EMPTY.
This method is paired with the beginInsertion method for controlling form
insertion. The application may choose to call this method immediately after a
successful beginInsertion if it wants to use the printer sensors to determine when
a form is positioned within the slip printer. Alternatively, the application may
prompt the user and wait for a key press before calling this method.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
endRemoval Method
Syntax void endRemoval () throws JposException;
Remarks Ends form removal processing.
When called, the printer is taken out of form removal or ejection mode. If a form
is present, a JposException is thrown with its ErrorCodeExtended property set to
JPOS_EPTR_SLP_FORM.
This method is paired with the beginRemoval method for controlling form
removal. The application may choose to call this method immediately after a
successful beginRemoval if it wants to use the printer sensors to determine when
the form has been removed. Alternatively, the application may prompt the user
and wait for a key press before calling this method.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
printBarCode Method
Syntax void printBarCode (int station, String data, int symbology,
int height, int width, int alignment, int textPosition)
throws JposException;
Parameter Description
Special Cases
PTR_BCS_OTHER If a device service defines additional symbologies, they
will be greater or equal to this value.
ErrorCodeExtended = JPOS_EPTR_SLP_EMPTY:
The slip station was specified, but a form is not inserted.
(Can only apply if AsyncMode is false.)
Java for Retail POS Chapter 15
494 Programming Guide POS Printer
printBitmap Method
Syntax void printBitmap (int station, String fileName,
int width, int alignment) throws JposException;
Parameter Description
PTR_BM_ASIS Print the bitmap with one bitmap pixel per printer dot.
Other Values Bitmap width expressed in the unit of measure given by
MapMode.
ErrorCodeExtended = JPOS_EPTR_BADFORMAT:
The specified file is either not a bitmap file, or it is in an
unsupported format.
ErrorCodeExtended = JPOS_EPTR_REC_EMPTY:
The receipt station was specified but is out of paper.
(Can only apply if AsyncMode is false.)
ErrorCodeExtended = JPOS_EPTR_SLP_EMPTY:
The slip station was specified, but a form is not inserted.
(Can only apply if AsyncMode is false.)
printImmediate Method
Syntax void printImmediate (int station, String data) throws JposException;
Parameter Description
Line Feed (10) Print any data in the line buffer, and feed to the next print
line. (A Carriage Return is not required in order to cause
the line to be printed.)
Carriage Return (13) If a Carriage Return immediately precedes a Line Feed,
or if the line buffer is empty, then it is ignored.
Otherwise, the line buffer is printed and the printer does
not feed to the next print line. On some printers, print
without feed may be directly supported. On others, a
print may always feed to the next line, in which case the
device service will print the line buffer and perform a
reverse line feed if supported. If the printer does not
support either of these features, then Carriage Return
acts like a Line Feed.
Methods 497
printNormal Method
Syntax void printNormal (int station, String data) throws JposException;
Parameter Description
Line Feed (10) Print any data in the line buffer, and feed to the next print
line. (A Carriage Return is not required in order to cause
the line to be printed.)
Carriage Return (13) If a Carriage Return immediately precedes a Line Feed,
or if the line buffer is empty, then it is ignored.
Otherwise, the line buffer is printed and the printer does
not feed to the next print line. On some printers, print
without feed may be directly supported. On others, a
print may always feed to the next line, in which case the
device service will print the line buffer and perform a
reverse line feed if supported. If the printer does not
support either of these features, then Carriage Return
acts like a Line Feed.
The validateData method may be used to determine
whether a Carriage Return without Line Feed is
possible, and whether a reverse line feed is required to
support it.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
printTwoNormal Method
Syntax void printTwoNormal (int stations, String data1, String data2)
throws JposException;
Parameter Description
Release 1.2
Documentation release 1.2 was not sufficiently clear as to the meaning of “first”
and “second” station so Device Service implemenations varied between the
following:
• Assign stations based on order within the constants. For example,
PTR_S_JOURNAL_RECEIPT prints Data1 on the journal and Data2 on the
receipt.
• Assign stations based upon physical device characteristics
or internal print order.
Methods 501
Due to this inconsistency, the application should use the new constants if the
Device Control and Device Service versions indicate Release 1.3 or later.
Release 1.3 and later
Device Service for Release 1.3 or later should support both sets of constants. The
vendor should define and document the behavior of the obsolete constants.
The sequence of stations in the constants does not imply the physical printing
sequence on the stations. The physical sequence depends on the printer and may
be different based on the bi-directional printing multiple print heads and so on.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
rotatePrint Method
Syntax void rotatePrint (int station, int rotation) throws JposException;
Parameter Description
Each print line is rotated by 180°. Lines are printed in the order that they are sent,
with the start of each line justified at the right margin of the printer station. Only
print methods printNormal and printImmediate may be used while in upside-
down print mode.
If rotation is PTR_RP_RIGHT90 or PTR_RP_LEFT90, then sideways print mode
is entered. Subsequent calls to printNormal will buffer the print data (either at
the printer or the Device Service, depending on the printer capabilities) until
rotatePrint is called with the rotation parameter set to PTR_RP_NORMAL. (In
this case, printNormal only buffers the data – it does not initiate printing. Also,
the value of the AsyncMode property does not affect its operation: No OutputID
will be assigned to the request, nor will an OutputCompleteEvent be enqueued.)
Each print line is rotated by 90°. If the lines are not all the same length, then they
are justified at the start of each line. Only printNormal may be used while in
sideways print mode.
Calling the clearOutput method cancels rotated print mode. Any buffered
sideways rotated print lines are also cleared.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
setBitmap Method
Syntax void setBitmap (int bitmapNumber, int station, String fileName,
int width, int alignment) throws JposException;
Parameter Description
setLogo Method
Syntax void setLogo (int location, String data) throws JposException;
Parameter Description
transactionPrint Method
Syntax void transactionPrint (int station, int control) throws JposException;
Parameter Description
Value Meaning
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
validateData Method
Syntax void validateData (int station, String data) throws JposException;
Parameter Description
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific POS Printer Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s POS Printer
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Events 511
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that a printer error has been detected and a suitable
response by the application is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error Code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. If
ErrorCode is JPOS_E_EXTENDED, then see values
below. Otherwise, it may contain a Service-specific
value.
ErrorLocus int Location of the error, and is set to JPOS_EL_OUTPUT
indicating the error occurred while processing
asynchronous output.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
If ErrorCode is JPOS_E_EXTENDED, then ErrorCodeExtended has one of the
following values:
Value Meaning
Remarks Enqueued when an error is detected and the Control’s State transitions into the
error state. This event is not delivered until DataEventEnabled is true, so that
proper application sequencing occurs.
See Also “Device Output Models” on page 25, “Device States” on page 30
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that a printer has had an operation status change.
Status int Indicates the status change, and has one of the
following values:
Value Meaning
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable 1.3 boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText 1.3 String R open
Claimed 1.3 boolean R open
DataCount 1.3 int R open
DataEventEnabled 1.3 boolean R/W open
DeviceEnabled 1.3 boolean R/W open & claim
FreezeEvents 1.3 boolean R/W open
OutputID 1.3 int R open
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State 1.3 int R --
Methods
Common Ver May use after
open 1.3 -
close 1.3 open
claim 1.3 open
release 1.3 open & claim
checkHealth 1.3 open, claim, & enable
clearInput 1.3 open & claim
clearOutput 1.3 open & claim
directIO 1.3 open
Specific
controlClock 1.3 open, claim, & enable
controlCursor 1.3 open, claim, & enable
freeVideoRegion 1.3 open, claim, & enable
resetVideo 1.3 open, claim, & enable
selectCharacterSet 1.3 open, claim, & enable
setCursor 1.3 open, claim, & enable
Events
Name Ver May Occur After
DataEvent 1.3 open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent 1.3 open, claim, & enable
OutputCompleteEvent 1.3 open, claim, & enable
StatusUpdateEvent 1.3 open, claim, & enable
General Information 519
General Information
The Remote Order Display Control’s class name is “jpos.RemoteOrderDisplay”.
The device constants are contained in the class “jpos.RemoteOrderDisplayConst”.
See “Package Structure” on page 40.
This de v i ce w as a dd e d in Ja va PO S Re lea s e 1. 3.
Capabilities
The Remote Order Display has the following minimal set of capabilities:
• Supports color or monochrome text character displays.
• Supports 8 foreground colors (or gray scale on monochrome display) with the
option of using the intensity attribute.
• Supports 8 background colors (or gray scale on monochrome display) with the
option of using only a blinking attribute.
• The individual event types support disabling such that the application only
receives a subset of data events if requested.
• Supports video region buffering.
• Supports cursor functions.
• Supports clock functions.
• Supports resetting a video unit to power on state.
The Remote Order Display may also have the following additional capabilities:
• Supports multiple video displays each with possibly different video modes.
• Supports touch video input for a touch screen display unit.
• Supports video enunciator output with frequency and duration.
• Supports tactile feedback via an automatic tone when a video display unit is
touched (for touch screen only).
• Supports downloading alternate character sets to one or many video units.
• Supports transaction mode display output to one or many video units.
Model
The general model of a Remote Order Display:
• The Remote Order Display device class is a subsystem of video units. The
initial targeted environment is food service, to display order preparation and
fulfillment information. Remote Order Displays are often used in conjunction
with Bump Bars.
• All specific methods are broadcast methods. This means that the method can
apply to one unit, a selection of units or all online units. The units parameter
is an int, with each bit identifying an individual video unit. The Device
Service will attempt to satisfy the method for all units indicated in the units
parameter. If an error is received from one or more units, the ErrorUnits
property is updated with the appropriate units in error. The ErrorString
property is updated with a description of the error or errors received. The
method will then throw a JposException. In the case where two or more units
encounter different errors, the exception’s errorCode will indicate the more
severe error.
• The common methods checkHealth, clearInput, and clearOutput are not
broadcast methods and use the unit ID indicated in the CurrentUnitID
property. See the description of these common methods to understand how
the current unit ID property is used.
• When the current unit ID property is set by the application, all the
corresponding properties are updated to reflect the settings for that unit.
If the current unit ID property is set to a unit ID that is not online, the
dependent properties will contain non-initialized values.
• The rows and columns are numbered beginning with (0,0) at the top-left
corner of the video display. The dimensions are defined by the height and
width parameters. The region depicted below would have the parameters
row = 1, column = 2, height = 3, and width = 4.
0 1 2 3 4 5 6
0
1
2
3
4
The following constants may be used, with up to one constant selected from
each category:
• Blinking: ROD_ATTR_BLINK
• Background Color: ROD_ATTR_BG_color, where color is replaced by
BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, or
GRAY
• Intensity: ROD_ATTR_INTENSITY
• Foreground Color: ROD_ATTR_FG_color, where color is replaced by
BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, or
GRAY
Java for Retail POS Chapter 16
522 Programming Guide Remote Order Display
For touch video input, the Remote Order Display Control follows the general “In-
put Model” for event-driven input with some differences:
• When input is received a DataEvent is enqueued.
• This device does not support the AutoDisable property, so will not
automatically disable itself when a DataEvent is enqueued.
• An enqueued DataEvent is delivered to the application when the
DataEventEnabled property is true and other event delivery requirements are
met. Just before delivering this event, data is copied into the properties, and
further data events are disabled by setting the DataEventEnabled property to
false. This causes subsequent input data to be enqueued while the application
processes the current input and associated properties. When the application
has finished the current input and is ready for more data, it reenables events
by setting DataEventEnabled to true.
• An ErrorEvent is enqueued if an error occurs while gathering or processing
input, and is delivered to the application when the DataEventEnabled
property is true and other event delivery requirements are met.
• The VideoDataCount property may be read to obtain the number of video
DataEvents for a specific unit ID enqueued. The DataCount property can be
read to obtain the total number of data events enqueued.
• Input enqueued may be deleted by calling the clearInput method. See
clearInput method description for more details.
For video and tone output, the Remote Order Display follows the general Output
Model, with some enhancements:
• The following methods are always performed synchronously: controlClock,
controlCursor, selectCharacterSet, resetVideo, and setCursor. These
methods will fail if asynchronous output is outstanding. The following
method is also always performed synchronously but without regard to
outstanding asynchronous output: freeVideoRegion.
• The following methods are performed either synchronously or
asynchronously, depending on the value of the AsyncMode property:
clearVideo, clearVideoRegion, copyVideoRegion, displayData, drawBox,
restoreVideoRegion, saveVideoRegion, transactionDisplay,
updateVideoRegionAttribute, and videoSound. When AsyncMode is
false, then these methods operate synchronously.
The event handler may call synchronous display methods (but not
asynchronous methods), then can either retry the outstanding output or
clear it.
• Asynchronous output is performed on a first-in first-out basis.
• All unit output buffered may be deleted by setting the CurrentUnitID
property and calling the clearOutput method. OutputCompleteEvents
will not be delivered for cleared output. This method also stops any
output that may be in progress (when possible).
Device Sharing
The Remote Order Display is an exclusive-use device. Its device sharing rules are:
Properties
AsyncMode Property R/W
Type boolean
Remarks If true, then the clearVideo, clearVideoRegion, copyVideoRegion,
displayData, drawBox, restoreVideoRegion, saveVideoRegion,
transactionDisplay, updateVideoRegionAttribute, and videoSound methods
will be performed asynchronously.
If false, they will be performed synchronously.
CapSelectCharacterSet Property R
Type boolean
Remarks If true, the video unit indicated in the CurrentUnitID property may be loaded
with an alternate, user supplied character set.
This property is initialized for each video unit online when the device is first
enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property
CapTone Property R
Type boolean
Remarks If true, the video unit indicated in the CurrentUnitID property supports an
enunciator.
This property is initialized for each video unit online when the device is first
enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property
Properties 527
CapTouch Property R
Type boolean
Remarks If true, the video unit indicated in the CurrentUnitID property supports the
ROD_DE_TOUCH_UP, ROD_DE_TOUCH_DOWN, and
ROD_DE_TOUCH_MOVE event types.
This property is initialized for each video unit online when the device is first
enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, DataEvent
CapTransaction Property R
Type boolean
Remarks If true, then transactions are supported by each video unit.
CharacterSet Property R
Type int
Remarks Holds the character set for displaying characters for the video unit indicated by the
CurrentUnitID property. When CapSelectCharacterSet is true, this property
can be set with one of the following values:
Value Meaning
Range 101 - 199 A device-specific character set that does not match a
code page, nor the ASCII or ANSI character sets.
Range 400 - 990 Code page; matches one of the standard values.
ROD_CS_ASCII The ASCII character set, supporting the ASCII
characters 0x20 through 0x7F. The value of this
constant is 998.
ROD_CS_ANSI The ANSI character set. The value of this constant is
999.
This property is initialized to the default video character set used by each video
unit online when the device is first enabled following the open method.
This is updated during the selectCharacterSet method.
Java for Retail POS Chapter 16
528 Programming Guide Remote Order Display
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, CharacterSetList Property, CapSelectCharacterSet
Property, selectCharacterSet Method
CharacterSetList Property R
Type String
Remarks Holds a string of character set numbers for the video unit indicated in the
CurrentUnitID property.
If CapSelectCharacterSet is true, this property is initialized for each video unit
online when the device is first enabled following the open method.
The character set number string consists of an ASCII numeric set of numbers,
separated by commas.
For example, if the string is “101, 850, 999”, the video unit supports a device-
specific character set, code page 850, and the ANSI character set.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, CharacterSet Property, CapSelectCharacterSet
Property, selectCharacterSet Method
Clocks Property R
Type int
Remarks Holds the number of clocks the video unit, indicated in the CurrentUnitID
property, can support.
This property is initialized for each online video unit when the device is first
enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property
Properties 529
Setting CurrentUnitID will update these properties to the current values for
the specified unit.
• Methods: checkHealth, clearInput, clearOutput.
This property is initialized to the first available video unit id when the device
is first enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
ErrorString Property R
Type String
Remarks Holds a description of the error which occurred to the unit(s) specified by the
ErrorUnits property, when an error occurs for any method that acts on a bitwise
set of video units.
If an error occurs during processing of an asynchronous request, the ErrorEvent
updates the property EventString instead.
This property is initialized to an empty string by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also ErrorUnits Property
ErrorUnits Property R
Type int
Remarks Holds a bitwise mask of the unit(s) that encountered an error, when an error occurs
for any method that acts on a bitwise set of video units.
If an error occurs during processing of an asynchronous request, the ErrorEvent
updates the property EventUnits instead.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also ErrorString Property
Properties 531
EventString Property R
Type String
Remarks Holds a description of the error which occurred to the unit(s) specified by the
EventUnits property, when an ErrorEvent is delivered.
This property is initialized to an empty string by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also EventUnits Property, ErrorEvent
EventUnitID Property R
Type int
Remarks Holds the video unit ID of the last delivered DataEvent. The unit ID definitions
range from BB_UID_1 to BB_UID_32.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also DataEvent
Java for Retail POS Chapter 16
532 Programming Guide Remote Order Display
EventUnits Property R
Type int
Remarks Holds a bitwise mask of the unit(s) when an OutputCompleteEvent, output
ErrorEvent, or StatusUpdateEvent is delivered.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also OutputCompleteEvent, ErrorEvent, StatusUpdateEvent
SystemClocks Property R
Type int
Remarks Holds the total number of clocks the Remote Order Display device can support at
one time.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also Clocks Property
SystemVideoSaveBuffers Property R
Type int
Remarks Holds the total number of video save buffers the Remote Order Display device can
support at one time.
This property is initialized when the device is first enabled following the open
method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also VideoSaveBuffers Property
Properties 533
UnitsOnline Property R
Type int
Remarks Holds a bitwise mask indicating the video units online. Bit 0 is ROD_UID_1. 32
video units are supported. See Model on page 520.
This property is initialized when the device is first enabled following the open
method. This property is updated as changes are detected, such as before a
StatusUpdateEvent is enqueued and during the checkHealth method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Model” on page 520, checkHealth Method, StatusUpdateEvent
Java for Retail POS Chapter 16
534 Programming Guide Remote Order Display
VideoDataCount Property R
Type int
Remarks Holds the number of DataEvents enqueued for the video unit indicated in the
CurrentUnitID property.
The application may read this property to determine whether additional input is
enqueued a video unit, but has not yet been delivered because of other application
processing, freeing of events, or other causes.
This property is initialized to zero by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, DataEvent
VideoModesList Property R
Type String
Remarks Holds the video modes supported for the video unit indicated in the
CurrentUnitID property. The video modes are listed in a comma delineated
string with the following format:
<ModeId>:<Height>x<Width>x<NumberOfColors><M|C>.
The ModeId values are determined by the Remote Order Display system.
M = Monochrome (and gray scales) and C = Color.
For example, if the string is “1:40x25x16C,2:80x25x16C”, then the video unit
supports two video modes, ModeId 1 and ModeId 2. ModeId 1 has 40 rows, 25
columns, 16 colors, and is Color. ModeId 2 has 80 rows, 25 columns, 16 colors,
and is Color.
The ModeId is used to initialize the VideoMode property for each video unit
online.
This property is initialized to the video modes list supported by each video unit
online when the device is first enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, VideoMode Property
VideoSaveBuffers Property R
Type int
Remarks Holds the number of save buffers for the video unit indicated in the
CurrentUnitID property. This property should be consulted when using the
saveVideoRegion, restoreVideoRegion and freeVideoRegion methods. When
set to 0, this indicates that buffering for the selected unit is not supported. When
this property is greater than 0, the Remote Order Display device can save at
minimum one entire video screen for the selected video unit.
This property is initialized for each video unit online when the device is first
enabled following the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CurrentUnitID Property, saveVideoRegion Method, restoreVideoRegion
Method, freeVideoRegion Method
Java for Retail POS Chapter 16
536 Programming Guide Remote Order Display
Methods
checkHealth Method (Common)
Syntax void checkHealth (int level) throws JposException;
The level parameter indicates the level of health check to be performed on the
device. The following values may be specified:
Value Meaning
clearVideo Method
Syntax void clearVideo (int units, int attribute) throws JposException;
Parameter Description
clearVideoRegion Method
Syntax void clearVideoRegion (int units, int row, int column, int height,
int width, int attribute) throws JposException;
Parameter Description
controlClock Method
Syntax void controlClock (int units, int function, int clockId, int hour,
int min, int sec,int row, int column,int attribute,
int mode) throws JposException;
Parameter Description
Remarks Performs the clock command requested in the function parameter on the video
unit(s) indicated in the units parameter. The clock will be displayed in the
requested mode format at the location found in the row and column parameters.
The clock will start at the specified hour, min, and sec, time values and will be
updated every second until a ROD_CLK_PAUSE or ROD_CLK_STOP is
requested for this clockId.
When a ROD_CLK_PAUSE, ROD_CLK_RESUME, or ROD_CLK_STOP
command is issued, the hour, min, sec, row, column, attribute, and mode
parameters are ignored. During a ROD_CLK_PAUSE command, the clock
display updates are suspended. During a ROD_CLK_RESUME command, the
clock updates continue.
If a ROD_CLK_PAUSE, ROD_CLK_RESUME, ROD_CLK_STOP or
ROD_CLK_MOVE command is requested on an uninitialized clockId for any of
the video units indicated in the units parameter, a JPOS_EROD_BADCLK error
is thrown. If a ROD_CLK_RESUME command is requested without doing a
ROD_CLK_PAUSE, this has no effect and no exception is thrown.
When a ROD_CLK_MOVE command is issued, the clock is moved to the new
location found in the row and column parameters. The hour, min, sec, attribute
and mode parameters are ignored for this command function.
Generally a video unit can support the number of clocks indicated in the Clocks
property. However, the ROD_CLK_START command will return
JPOS_EROD_NOCLOCKS if it exceeds the number of SystemClocks even
though the Clocks property may indicated the unit can support more clocks than
allocated for that unit.
Java for Retail POS Chapter 16
542 Programming Guide Remote Order Display
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
controlCursor Method
Syntax void controlCursor (int units, int function) throws JposException;
Parameter Description
copyVideoRegion Method
Syntax void copyVideoRegion (int units, int row, int column, int height,
int width, int targetRow, int targetColumn)
throws JposException;
Parameter Description
displayData Method
Syntax void displayData (int units, int row, int column, int attribute, String data)
throws JposException;
Parameter Description
Remarks Displays the characters in data beginning at the location specified by row and
column, and continues in succeeding columns on the video unit(s) indicated in the
units parameter. Any characters that extend beyond the last column will be
discarded.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
drawBox Method
Syntax void drawBox (int units, int row, int column, int height, int width,
int attribute, int bordertype) throws JposException;
Parameter Description
freeVideoRegion Method
Syntax void freeVideoRegion (int units, int bufferId) throws JposException;
Parameter Description
resetVideo Method
Syntax void resetVideo (int units) throws JposException;
units is a bitwise mask indicating which video unit(s) to operate on.
Remarks Sets the video unit(s) indicated in the units parameter to a power on state. All
Device Service buffers and clocks associated with the unit(s) are released. All
settable characteristics are set to default values.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
restoreVideoRegion Method
Syntax void restoreVideoRegion (int units, int targetRow, int targetColumn,
int bufferId) throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
saveVideoRegion Method
Syntax void saveVideoRegion (int units, int row, int column, int height,
int width, int bufferId) throws JposException;
Parameter Description
Remarks Saves the specified video region of the display area to one of the provided video
buffers for the video unit(s) indicated in the units parameter. The number of video
buffers supported is stored in the VideoSaveBuffers property for each video unit
online. However, a JposException will be thrown if the requested buffer exceeds
the number of SystemVideoSaveBuffers even though the VideoSaveBuffers
property may indicated the unit can support more save buffers than currently
allocated for that unit.
If VideoSaveBuffers is greater than 0, the Device Service will be able to support
at minimum one entire video screen. This does not guarantee that the Device
Service can save an entire video screen in each supported buffer for a single unit.
A JposException is thrown when all the buffer memory has been allocated for a
specific unit.
The source area is defined by the row, column, height, and width parameters. The
video region can be restored to the screen by calling the restoreVideoRegion
method. If saveVideoRegion is called twice with the same bufferId, the previous
video data is lost, and any allocated memory is returned to the system.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
selectCharacterSet Method
Syntax void selectCharacterSet (int units, int characterSet) throws JposException;
Parameter Description
Range 101 - 199 A device-specific character set that does not match a
code page, nor the ASCII or ANSI character sets.
Range 400 - 990 Code page; matches one of the standard values.
ROD_CS_ASCII The ASCII character set, supporting the ASCII
characters between 20-hex and 7F-hex. The value of
this constant is 998.
ROD_CS_ANSI The ANSI character set. The value of this constant is
999. .
Remarks Selects a compatible character set for the video unit(s) indicated in the units
parameter.
The CharacterSet property is updated for each video unit id that is successfully
selected a new character set.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
setCursor Method
Syntax void setCursor (int units, int row, int column) throws JposException;
Parameter Description
transactionDisplay Method
Syntax void transactionDisplay (int units, int function) throws JposException;
Parameter Description
Value Meaning
ROD_TD_TRANSACTION
Begin a transaction.
ROD_TD_NORMAL End a transaction by displaying the buffered data.
Remarks Enters or exits transaction mode for the video unit(s) indicated in the units
parameter.
If function is ROD_TD_TRANSACTION, then transaction mode is entered.
Subsequent calls to clearVideo, clearVideoRegion, copyVideoRegion,
displayData, drawBox, restoreVideoRegion, saveVideoRegion, and
updateVideoRegionAttribute will buffer the display data (either at the video unit
or the Device Service, depending on the display capabilities) until
transactionDisplay is called with the function parameter set to
ROD_TD_NORMAL. (In this case, the display methods only validate the method
parameters and buffer the data – they do not initiate displaying. Also, the value of
the AsyncMode property does not affect their operation: No OutputID will be
assigned to the request, nor will an OutputCompleteEvent be enqueued.)
If function is ROD_TD_NORMAL, then transaction mode is exited. If some data
was buffered by calls to the methods clearVideo, clearVideoRegion,
copyVideoRegion, displayData, drawBox, restoreVideoRegion,
saveVideoRegion, and updateVideoRegionAttribute, then the buffered data is
displayed. The entire transaction is treated as one message. This method is
performed synchronously if AsyncMode is false, and asynchronously if
AsyncMode is true.
Calling the clearOutput method cancels transaction mode for the unit indicated in
the CurrentUnitID property. Any buffered print lines are also cleared.
Java for Retail POS Chapter 16
554 Programming Guide Remote Order Display
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
updateVideoRegionAttribute Method
Syntax void updateVideoRegionAttribute (int units, int function, int row,
int column, int height, int width,
int attribute) throws JposException;
Parameter Description
Value Meaning
ROD_UA_REVERSE_ON
Reverse video the region.
ROD_UA_REVERSE_OFF
Remove reverse video from the region.
ROD_UA_BLINK_ON
Turn on blinking in the region.
ROD_UA_BLINK_OFF
Turn off blinking in the region.
Remarks Modifies the attribute on the video unit(s) indicated in the units parameter in the
region defined by the row, column, height, and width parameters. When the
function parameter is ROD_UA_SET, the region’s attributes will be replaced with
the new value in the attribute parameter; otherwise the attribute parameter is
ignored and the region’s attributes will be modified.
This method is performed synchronously if AsyncMode is false, and
asynchronously if AsyncMode is true.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
videoSound Method
Syntax void videoSound (int units, int frequency, int duration, int numberOfCycles,
int interSoundWait) throws JposException;
Parameter Description
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application when input data from a video touch unit is available.
Properties This event contains the following property:
Property Type Description
The low word contains the Event type. The high word contains additional data
depending on the Event type. When the Event type is ROD_DE_TOUCH_UP,
ROD_DE_TOUCH_DOWN, or ROD_DE_TOUCH_MOVE, the high word
indicates where the touch occurred. The low byte contains the Column position
and the high byte contains the Row position, with valid values ranging from 0-255.
Remarks This event can be filtered at the Remote Order Display device by setting the
EventType property.
The EventUnitID property is updated before the event is delivered.
See Also “Device Input Model” on page 22, EventUnitID Property, DataEventEnabled
Property, FreezeEvents Property
Java for Retail POS Chapter 16
558 Programming Guide Remote Order Display
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that a Remote Order Display error has been detected and
a suitable response by the application is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Result code causing the error event. See a list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. If
ErrorCode is JPOS_E_EXTENDED, then see values
below. Otherwise, it may contain a Service-specific
value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application. (i.e., this property is settable). See
values below.
The ErrorLocus property may be one of the following:
Value Meaning
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a video unit.
Properties This event contains the following property:
Property Type Description
Remarks Enqueued when the Remote Order Display detects a power state change.
Deviation from the standard StatusUpdateEvent (see page 80):
• Before delivering the event, the EventUnits property is set to the units for
which the new power state applies.
• When the Remote Order Display is enabled, then a StatusUpdateEvent is en-
queued to specify the bitmask of online units.
• While the Remote Order Display is enabled, a StatusUpdateEvent is en-
queued when the power state of one or more units change. If more than one
unit changes state at the same time, the Device Service may choose to either
enqueue multiple events or to coalesce the information into a minimal number
of events applying to EventUnits.
See Also EventUnits Property
C H A P T E R 1 7
Scale
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable 1.3 boolean R/W open
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount 1.3 int R open
DataEventEnabled 1.3 boolean R/W open
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 17
562 Programming Guide Scale
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput 1.3 open & claim
clearOutput Not Supported
directIO open & claim
Specific
displayText 1.3 open, claim, & enable
readWeight open, claim, & enable
zeroScale 1.3 open, claim, & enable
Events
Name Ver May Occur After
DataEvent 1.3 open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent 1.3 open, claim, & enable
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
Java for Retail POS Chapter 17
564 Programming Guide Scale
General Information
Capabilities
The scale has the following capability:
• Provides item weight to the application. The measure of weight may be in
grams, kilograms, ounces, or pounds, depending upon the scale device.
Model
The general model of a scale is:
• A scale returns the weight of an item placed on its weighing surface.
• The primary scale method is readWeight. By default, it is performed
synchronously. It returns after reading data from the scale; the weight is
returned in the readWeight’s weightData parameter. If an error occurs or if
the timeout elapses, a JposException will be thrown.
General Information 565
For price-calculating scales, the application should set the UnitPrice property
before calling readWeight. After a weight is read (and just before the DataEvent
is delivered to the application, for asynchronous mode), the SalesPrice property is
set to the calculated price of the item.
Device Sharing
The scale is an exclusive-use device, as follows:
• After opening the device, properties are readable.
• The application must claim the device before enabling it.
• The application must claim and enable the device before calling methods that
manipulate the device.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 17
566 Programming Guide Scale
Properties
AsyncMode Property R/W Added in Release 1.3
Type boolean
Remarks If true, then the readWeight method will be performed asynchronously. If false,
the readWeight method will be performed synchronously.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also readWeight Method
CapDisplay Property R
Type boolean
Remarks If true, the scale includes an integrated display that shows the current weight. If
false, the application may need to show the current weight on another display.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also CapDisplayText Property, MaxDisplayTextChars Property
MaximumWeight Property R
Type int
Remarks Holds the maximum weight measurement possible from the scale. The
measurement unit is available via the WeightUnit property.
This property has an assumed decimal place located after the “thousands” digit
position. For example, an actual value of 12345 represents 12.345, and an actual
value of 5 represents 0.005.
Changing the WeightUnit property will also cause this property to change.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also WeightUnit Property
Properties 569
WeightUnit Property R
Type int
Remarks Holds the unit of weight of scale data, and has one of the following values:
Value Meaning
This property is initialized to the scale’s weight unit by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Methods 571
Methods
readWeight Method
Syntax void readWeight (int[] weightData, int timeout) throws JposException;
Parameter Description
Events
DataEvent Added in Release 1.3
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application that an asynchronous readWeight has completed.
Properties This event contains the following property:
Property Type Description
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Scale Device Service to provide events to
the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Scale devices
which may not have any knowledge of the Device Service’s need for this event.
See Also “Events” on page 18
Events 575
ErrorCode int Error code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended error code causing the error event. It may
contain a Service-specific value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
The ErrorLocus property has one of the following values:
Value Meaning
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
JPOS_ER_CONTINUEINPUT
Use only when locus is JPOS_EL_INPUT_DATA.
Acknowledges the error and directs the Device to
continue processing. The Device remains in the error
state, and will deliver additional DataEvents as directed
by the DataEventEnabled property. When all input has
been delivered and DataEventEnabled is again set to
true, then another ErrorEvent is delivered with locus
JPOS_EL_INPUT.
Default when locus is JPOS_EL_INPUT_DATA.
JPOS_ER_RETRY Retry the asynchronous input. The error state is exited.
Java for Retail POS Chapter 17
576 Programming Guide Scale
Remarks Enqueued when an error is detected while trying to read scale data. This event is
not delivered until DataEventEnabled is true, so that proper application
sequencing occurs.
See Also “Events” on page 18
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W open
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R open
DataEventEnabled boolean R/W open
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 18
578 Programming Guide Scanner (Bar Code Reader)
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput open & claim
clearOutput Not Supported
directIO open
Events
Name Ver May Occur After
DataEvent open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent open, claim, & enable
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
General Information 579
General Information
The Scanner Control’s class name is “jpos.Scanner”.
The device constants are contained in the class “jpos.ScannerConst”.
See “Package Structure” on page 40.
Capabilities
The Scanner Control has the following capability:
• Reads encoded data from a label.
Model
The Scanner Control follows the JavaPOS model for input devices:
• When input is received by the Device Service, it enqueues a DataEvent.
• If the AutoDisable property is true, then the Device automatically disables
itself when a DataEvent is enqueued.
• A queued DataEvent can be delivered to the application when the
DataEventEnabled property is true. Just before delivering this event, data is
copied into properties, and further data events are disabled by setting
DataEventEnabled to false. This causes subsequent input data to be
enqueued while the application processes the current input and associated
properties. When the application has finished the current input and is ready
for more data, it reenables events by setting DataEventEnabled to true.
• An ErrorEvent (or events) is enqueued if an error occurs while gathering or
processing input, and is delivered to the application when DataEventEnabled
is true.
• The DataCount property may be read to obtain the number of queued
DataEvents.
• All queued input may be deleted by calling clearInput.
Scanned data is placed into the property ScanData. If the application sets the
property DecodeData to true, then the data is decoded into the ScanDataLabel
and ScanDataType properties.
Device Sharing
The scanner is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before the device begins
reading input.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 18
580 Programming Guide Scanner (Bar Code Reader)
Properties
DecodeData Property R/W
Type boolean
Remarks If true, then ScanData will be decoded into the properties ScanDataLabel and
ScanDataType.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Input Model” on page 22
Properties 581
ScanData Property R
Type byte[]
Remarks Holds the data read from the scanner.
Scan data is, in general, in the format as delivered from the scanner. Message
header and trailer information should be removed, however, since they do not
contain useful information for an application and are likely to be scanner-specific.
Common header information is a prefix character (such as an STX character).
Common trailer information is a terminator character (such as an ETX or CR
character) and a block check character if one is generated by the scanner.
This property should include a symbology character if one is returned by the
scanner (for example, an ‘A’ for UPC-A). It should also include check digits if
they are present in the label and returned by the scanner. (Note that both
symbology characters and check digits may or may not be present, depending upon
the scanner configuration. The scanner will return them if present, but will not
generate or calculate them if they are absent.)
Some merchandise may be marked with a supplemental barcode. This barcode is
typically placed to the right of the main barcode, and consists of an additional two
or five characters of information. If the scanner reads merchandise that contains
both main and supplemental barcodes, the supplemental characters are appended
to the main characters, and the result is delivered to the application as one label.
(Note that a scanner may support configuration that enables or disables the reading
of supplemental codes.)
Some merchandise may be marked with multiple labels, sometimes called multi-
symbol labels or tiered labels. These barcodes are typically arranged vertically,
and may be of the same or different symbology. If the scanner reads merchandise
that contains multiple labels, each barcode is delivered to the application as a
separate label. This is necessary due to the current lack of standardization of these
barcode types. One is not able to determine all variations based upon the
individual barcode data. Therefore, the application will need to determine when a
multiple label barcode has been read based upon the data returned. (Note that a
scanner may or may not support reading of multiple labels.)
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Input Model” on page 22
Java for Retail POS Chapter 18
582 Programming Guide Scanner (Bar Code Reader)
ScanDataLabel Property R
Type byte[]
Remarks Holds the decoded bar code label.
When DecodeData is false, this property will have zero length. When
DecodeData is true, then ScanData is decoded into this property as follows:
• Scanner-generated symbology characters are removed, if present.
• If the label type contains a readable check digit (such as with UPC-A and
EAN-13), then it must be present in this property. If the scanner does not re-
turn the check digit to the Device Service, then it is to be calculated and in-
cluded.
• For variable length bar codes, the length identification is removed, if present.
For example, the EAN-13 barcode which appears printed as “5 018374 827715”
on a label may be received from the scanner and placed into ScanData as the
following:
Received from scanner ScanDataComment
For each of these cases (and any other variations), this property must always be set
to the string “5018374827715”, and ScanDataType must be set to
SCAN_SDT_EAN13.
Its value is set prior to a DataEvent being sent to the application.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also “Device Input Model” on page 22
Properties 583
ScanDataType Property R
Type int
Remarks Holds the decoded bar code label type.
When DecodeData is false, this property is set to SCAN_SDT_UNKNOWN.
When DecodeData is true, the Device Service tries to determine the scan label
type. The following label types are defined:
Value Label Type
Special Cases
SCAN_SDT_OTHER If greater or equal to this type, then the Device Service
has returned a non-JavaPOS defined symbology.
SCAN_SDT_UNKNOWN
The Device Service cannot determine the barcode
symbology. ScanDataLabel may not be properly
formatted for the actual barcode type.
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application that input data from the Scanner (Bar Code Reader) is
available.
Properties This event contains the following property:
Property Type Description
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Scanner Device Service to provide events
to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Java for Retail POS Chapter 18
586 Programming Guide Scanner (Bar Code Reader)
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Scanner
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that a scanner device error has been detected and a suitable
response by the application is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended error code causing the error event. It may
contain a Service-specific value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
The ErrorLocus property has one of the following values:
Value Meaning
The application’s error event listener may change ErrorResponse to one of the
following values:
Value Meaning
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
JPOS_ER_CONTINUEINPUT
Use only when locus is JPOS_EL_INPUT_DATA.
Acknowledges the error and directs the Device to
continue processing. The Device remains in the error
state, and will deliver additional DataEvents as directed
by the DataEventEnabled property. When all input has
been delivered and DataEventEnabled is again set to
true, then another ErrorEvent is delivered with locus
JPOS_EL_INPUT.
Default when locus is JPOS_EL_INPUT_DATA.
Remarks Enqueued when an error is detected while trying to read scanner data. This event
is not delivered until DataEventEnabled is true, so that proper application
sequencing occurs.
See Also “Events” on page 18
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a Scanner
device.
Properties This event contains the following property:
Property Type Description
Signature Capture
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W open
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R open
DataEventEnabled boolean R/W open
DeviceEnabled boolean R/W open & claim
FreezeEvents boolean R/W open
OutputID int R Not Supported
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 19
590 Programming Guide Signature Capture
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open, claim, & enable
clearInput open & claim
clearOutput Not Supported
directIO open
Specific
beginCapture open, claim, & enable
endCapture open, claim, & enable
Events
Name Ver May Occur After
DataEvent open, claim, & enable
DirectIOEvent 1.3 open & claim
ErrorEvent open, claim, & enable
OutputCompleteEvent Not Supported
StatusUpdateEvent 1.3 open, claim, & enable
General Information 591
General Information
The Signature Capture Control’s class name is “jpos.SignatureCapture”.
The device constants are contained in the class “jpos.SignatureCaptureConst”.
See “Package Structure” on page 40.
Capabilities
The Signature Capture Control has the following capability:
• Obtains a signature captured by a signature capture device. The captured
signature data is in the form of lines consisting of a series of points. Each point
lies within the coordinate system defined by the resolution of the device,
where (0, 0) is the upper-left point of the device, and (MaximumX,
MaximumY) is the lower-right point. The signature line points are presented
to the application by a DataEvent with a single array of line points
The Signature Capture Control may have the following additional capabilities:
• Provides a way for the user to terminate signature capture – that is, to tell the
device that she or he has completed the signature.
• Displays form/data on the signature capture device.
• Returns the signature in “real time” as it is entered on the device. If this
capability is true and has been enabled by application by setting the
RealTimeDataEnabled property to true, then a series of DataEvents are
enqueued, each with an array of one or more line points representing a partial
signature.
Model
The signature capture device usage model is:
• Open and claim the device.
• Enable the device and set the property DataEventEnabled to true.
• Begin capturing a signature by calling beginCapture. This method displays a
form or data screen (if the device has a display) and enables the stylus.
• If the device is capable of supplying signature data in real time as the signature
is entered (CapRealTimeData is true), and if RealTimeDataEnabled is true,
the signature is presented to the application as a series of partial signature data
events until the signature capture is terminated.
• If the device provides a way for the user to terminate the signature, then when
the user terminates, a DataEvent is enqueued. Otherwise, the application
must call endCapture to terminate the signature.
• Disable the device. If the device has a display, this also clears the display.
Java for Retail POS Chapter 19
592 Programming Guide Signature Capture
The Signature Capture Control follows the JavaPOS model for input devices:
• When input is received by the Device Service, it enqueues a DataEvent.
• If AutoDisable is true, then the Device automatically disables itself when a
DataEvent is enqueued.
• A queued DataEvent can be delivered to the application when the property
DataEventEnabled is true. Just before delivering this event, data is copied
into properties, and further data events are disabled by setting
DataEventEnabled to false. This causes subsequent input data to be
enqueued while the application processes the current input and associated
properties. When the application has finished the current input and is ready for
more data, it reenables events by setting DataEventEnabled to true.
• An ErrorEvent (or events) are enqueued if the an error occurs while
gathering or processing input, and is delivered to the application when
DataEventEnabled is true.
• The DataCount property may be read to obtain the number of queued
DataEvents.
• All queued input may be deleted by calling clearInput.
Device Sharing
The Signature Capture is an exclusive-use device, as follows:
• The application must claim the device before enabling it.
• The application must claim and enable the device before calling methods that
manipulate the device or before changing some writable properties.
• See the “Summary” table for precise usage prerequisites.
Properties 593
Properties
CapDisplay Property R
Type boolean
Remarks If true, the device is able to display a form or data entry screen.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapRealTimeData Property R
Type boolean
Remarks If true, the device is able to supply signature data as the signature is being captured
(“real time”).
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapUserTerminated Property R
Type boolean
Remarks If true, the user is able to terminate signature capture by checking a completion
box, pressing a completion button, or performing some other interaction with the
device. If false, the application must end signature capture by calling the
endCapture method.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 19
594 Programming Guide Signature Capture
MaximumX Property R
Type int
Remarks Holds the maximum horizontal coordinate of the signature capture device. It must
be less than 65,536.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
MaximumY Property R
Type int
Remarks Holds the maximum vertical coordinate of the signature capture device. It must be
less than 65,536.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 595
PointArray Property R
Type java.awt.Point[]
Remarks Holds the signature captured from the device. It consists of an array of (x, y)
coordinate points. Each point is represented by four characters: x (low 8 bits), x
(high 8 bits), y (low 8 bits), y (high 8 bits).
A special point value is (0xFFFF, 0xFFFF) which indicates the end of a line (that
is, a pen lift). Almost all signatures are comprised of more than one line.
If RealTimeDataEnabled is false, then this property contains the entire captured
signature. If RealTimeDataEnabled is true, then this property contains at least
one point of the signature. The actual number of points delivered at one time is
implementation dependent. The points from multiple data events are logically
concatenated to form the entire signature, such that the last point from a data event
is followed immediately by the first point of the next data event.
The point representation definition is the same regardless of whether the signature
is presented as a single PointArray, or as a series of real time PointArrays.
Reconstruction of the signature using the points is accomplished by beginning a
line from the first point in the signature to the second point, then to the third, and
so on. When an end-of-line point is encountered, the drawing of the line ends, and
the next line is drawn beginning with the next point. An end-of-line point is
assumed (but need not be present in PointArray) at the end of the signature.
This property is set prior to a DataEvent being sent to the application or by the
endCapture method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also RawData Property
RawData Property R
Type byte[]
Remarks Holds the signature captured from the device in a device-specific format.
This data is often in a compressed form to minimize signature storage
requirements. Reconstruction of the signature from this data requires device-
specific processing.
This property is set prior to a DataEvent being sent to the application or by the
endCapture method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
See Also PointArray Property
Java for Retail POS Chapter 19
596 Programming Guide Signature Capture
Methods
beginCapture Method
Syntax void beginCapture (String formName) throws JposException;
Parameter Description
endCapture Method
Syntax void endCapture () throws JposException;
Remarks Stops (terminates) capturing a signature.
If RealTimeDataEnabled is false and a a signature was captured, then it is placed
in the properties PointArray and RawData. If no signature was captured, then
PointArray and RawData are set to a length of zero.
If RealTimeDataEnabled is true and there are signature points remaining which
have not been delivered to the application by a DataEvent, then the remaining
signature is placed into the properties PointArray and RawData. If no signature
was captured or all signature points have been delivered to the application, then
PointArray and RawData are set to a length of zero.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Some possible values of the exception’s ErrorCode property are:
Value Meaning
Events
DataEvent
Interface jpos.events.DataListener
Method dataOccurred (DataEvent e);
Description Notifies the application that input data is available.
Properties This event contains the following property:
Property Type Description
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Signature Capture Device Service to
provide events to the application that are not otherwise supported by the Device
Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Java for Retail POS Chapter 19
600 Programming Guide Signature Capture
Remarks This event is to be used only for those types of vendor specific functions that are
not otherwise described as part of the JavaPOS standard. Use of this event may
restrict the application program from being used with other vendor’s Signature
Capture devices which may not have any knowledge of the Device Service’s need
for this event.
See Also “Events” on page 18, directIO Method
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that a Signature Capture device error has been detected
and a suitable response by the application is necessary to process the error
condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error Code causing the error event. See the list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. This may
contain a Service-specific value.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
The ErrorLocus property has one of the following values:
Value Meaning
The application’s error event listener may change ErrorResponse to one of the
following values:
Value Meaning
JPOS_ER_CLEAR Clear the buffered input data. The error state is exited.
Default when locus is JPOS_EL_INPUT.
JPOS_ER_CONTINUEINPUT
Use only when locus is JPOS_EL_INPUT_DATA.
Acknowledges the error and directs the Device to
continue processing. The Device remains in the error
state, and will deliver additional DataEvents as directed
by the DataEventEnabled property. When all input has
been delivered and DataEventEnabled is again set to
true, then another ErrorEvent is enqueued with locus
JPOS_EL_INPUT.
Default when locus is JPOS_EL_INPUT_DATA.
Remarks Enqueued when an error is detected while trying to read signature capture data.
This event is not delivered until DataEventEnabled is true, so that proper
application sequencing occurs.
With proper programming, an ErrorEvent with locus JPOS_EL_INPUT_DATA
will not occur. This is because each signature requires an explicit beginCapture
method, which can generate at most one DataEvent. The application would need
to defer the DataEvent by setting DataEventEnabled to false and request another
signature before an JPOS_EL_INPUT_DATA would be possible.
See Also “Device Input Model” on page 22, “Device States” on page 30
Java for Retail POS Chapter 19
602 Programming Guide Signature Capture
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a Signature
Capture device.
Properties This event contains the following property:
Property Type Description
Tone Indicator
Summary
Properties
Common Ver Type Access Initialized After
AutoDisable boolean R/W Not Supported
CapPowerReporting 1.3 int R open
CheckHealthText String R open
Claimed boolean R open
DataCount int R Not Supported
DataEventEnabled boolean R/W Not Supported
DeviceEnabled boolean R/W open
FreezeEvents boolean R/W open
OutputID int R open
PowerNotify 1.3 int R/W open
PowerState 1.3 int R open
State int R --
DeviceControlDescription String R --
DeviceControlVersion int R --
DeviceServiceDescription String R open
DeviceServiceVersion int R open
PhysicalDeviceDescription String R open
PhysicalDeviceName String R open
Java for Retail POS Chapter 20
604 Programming Guide Tone Indicator
Methods
Common Ver May Use After
open --
close open
claim open
release open & claim
checkHealth open & enable
clearInput Not Supported
clearOutput open & enable
directIO open
Specific
sound open & enable
soundImmediate open & enable
Note: Also requires that no other application has claimed the tone indicator.
Events
Name Ver May Occur After
DataEvent Not Supported
DirectIOEvent 1.3 open & enable
ErrorEvent open & enable
OutputCompleteEvent open & enable
StatusUpdateEvent 1.3 open & enable
Java for Retail POS Chapter 20
606 Programming Guide Tone Indicator
General Information
The Tone Indicator Control’s class name is “jpos.ToneIndicator”.
The device constants are contained in the class “jpos.ToneIndicatorConst”.
See “Package Structure” on page 40.
Capabilities
The Tone Indicator Control has the following capabilities:
• Sound a tone device, which may be the PC or NC system speaker or another
hardware device. In many cases the PC or NC speaker will not be available or
in a position that is inaudible to the operator.
• Sound a two-tone indicator, providing simple pitch and volume control.
• Provide a synchronous one-shot indicator, similar to an Operating System’s
Beep function.
Model
The Tone Indicator device is for use when the POS hardware platform provides
such capabilities external to the PC or NC standard speaker. Many POS systems
have such devices, for example the ICL 92R keyboard, so that an indicator is
always present at the point of sale.
This device supports a two-tone sound so that “siren” tones can be produced. The
indicator is in general also started asynchronously so applications may perform
other functions while waiting for the user to acknowledge the tone. There are also
options to start the tone asynchronously with no count, so it runs forever, and be
stopped when running.
When the indicator is started asynchronously then an OutputCompleteEvent is
enqueued when all the tones have been played. This allows the application to know
that the tone has stopped. For example when the cash drawer is opened the tone
could be started, quietly for a given number of cycles. If the cash drawer is closed
then the tone is stopped explicitly by the application, if not then the
OutputCompleteEvent allows us to alter the prompt to the operator and possibly
restart the tone a little louder.
General Information 607
The Tone Indicator follows the JavaPOS model for output devices. Asynchronous
output is handled as follows:
• The Device buffers the request, sets OutputID to an identifier for this request,
and returns as soon as possible. When the request completes successfully, an
OutputCompleteEvent is enqueued. A parameter of this event contains the
OutputID of the completed request.
The Sound method will not return an error status due to a hardware problem.
These errors will only be reported by an ErrorEvent. An error status is re-
turned only if the control is not claimed and enabled, a parameter is invalid, or
the request cannot be enqueued. The first two error cases are due to an appli-
cation error, while the last is a serious system resource exception.
Device Sharing
The Tone Indicator is a sharable device. Its device sharing rules are:
• After opening and enabling the device, the application may access all
properties, methods, and Enqueued StatusUpdateEvents.
• If more than one application has opened and enabled the device, each of these
applications may access its properties and methods. StatusUpdateEvents
will be delivered to all applications that are using the device and have
registered to receive the event.
• If one application claims the tone indicator, then only that application may call
sound and soundImmediate. Use of this feature will effectively restrict the
tone indicator to the main application if that application claims the device at
startup.
• The application that initiates asynchronous sounds is the only one that
receives the corresponding OutputCompleteEvents and ErrorEvents.
• See the “Summary” table for precise usage prerequisites.
Java for Retail POS Chapter 20
608 Programming Guide Tone Indicator
Properties
AsyncMode Property R/W
Type boolean
Remarks If true, the sound method will be performed asynchronously. If false, tones are
generated synchronously.
This property is initialized to false by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapPitch Property R
Type boolean
Remarks If true, the hardware tone generator has the ability to vary the pitch of the tone.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
CapVolume Property R
Type boolean
Remarks If true, the hardware tone generator has the ability to vary the volume of the tone.
This property is initialized by the open method.
Errors A JposException may be thrown when this property is accessed. For further
information, see “Exceptions” on page 15.
Properties 609
Methods
sound Method
Syntax void sound (int numberOfCycles, int interSoundWait) throws JposException;
Parameter Description
soundImmediate Method
Syntax void soundImmediate () throws JposException;
Remarks Sounds the hardware tone generator once, synchronously. Both tone-1 and tone-2
are sounded using InterToneWait.
If asynchronous output is outstanding, then it is terminated before playing the
immediate sound (as if clearOutput were called). This method is primarily
intended for use in exception conditions when asynchronous output is outstanding,
such as within an error event handler.
Errors A JposException may be thrown when this method is invoked. For further
information, see “Exceptions” on page 15.
Java for Retail POS Chapter 20
614 Programming Guide Tone Indicator
Events
DirectIOEvent
Interface jpos.events.DirectIOListener
Method directIOOccurred (DirectIOEvent e);
Description Provides Device Service information directly to the application. This event
provides a means for a vendor-specific Tone Indicator Device Service to provide
events to the application that are not otherwise supported by the Device Control.
Properties This event contains the following properties:
Property Type Description
EventNumber int Event number whose specific values are assigned by the
Device Service.
Data int Additional numeric data. Specific values vary by the
EventNumber and the Device Service. This property is
settable.
Object Object Additional data whose usage varies by the EventNumber
and Device Service. This property is settable.
Remarks This event to be used only for those types of vendor specific functions that are not
otherwise described as part of the JavaPOS standard. Use of this event may restrict
the application program from being used with other vendor’s Tone Indicator
devices which may not have any knowledge of the Device Service’s need for this
event.
See Also “Events” on page 18, directIO Method
Events 615
ErrorEvent
Interface jpos.events.ErrorListener
Method errorOccurred (ErrorEvent e);
Description Notifies the application that an error has been detected at the device and a suitable
response is necessary to process the error condition.
Properties This event contains the following properties:
Property Type Description
ErrorCode int Error Code causing the error event. See list of
ErrorCodes on page 16.
ErrorCodeExtended int Extended Error Code causing the error event. These
values are device category specific.
ErrorLocus int Location of the error. See values below.
ErrorResponse int Error response, whose default value may be overridden
by the application (i.e., this property is settable). See
values below.
The application’s error event listener may change ErrorResponse to one of the
following values:
Value Meaning
OutputCompleteEvent
Interface jpos.events.OutputCompleteListener
Method outputCompleteOccurred (OutputCompleteEvent e);
Description Notifies the application that the queued output request associated with the
OutputID property has completed successfully.
Properties This event contains the following property:
Property Type Description
StatusUpdateEvent
Interface jpos.events.StatusUpdateListener
Method statusUpdateOccurred (StatusUpdateEvent e);
Description Notifies the application that there is a change in the power status of a Tone
Indicator device.
Properties This event contains the following property:
Property Type Description
Change History
Release 1.3
Release 1.3 adds additional device classes, a few additional APIs, and some
corrections. Release 1.3 is a superset of Release 1.2.
Section Change
General Modify the use of the term event “firing.” Use
“enqueue” and “deliver” appropriately to describe
event firing.
Bump Bar New device: Add information in several locations,
plus Bump Bar chapter and interface files.
Fiscal Printer New device: Add information in several locations,
plus Fiscal Printer chapter and interface files.
PIN Pad New device: Add information in several locations,
plus PIN Pad chapter and interface files.
Remote Order Display New device: Add information in several locations,
plus Remote Order Display chapter and interface
files.
Several places Relax ErrorEvent “retry” response to allow its use
with some input devices.
Introduction Events Clarify effect of the top event being blocked.
Introduction Input Model
Add details concerning enqueuing and delivering
ErrorEvents.
Add description of asynchronous input.
Introduction Device Power Reporting Model
Add this section.
Common CapPowerReporting, PowerNotify, PowerState properties
Add these sections.
Java for Retail POS Appendix A
A-2 Programming Guide Change History
Release 1.4
Release 1.4 added the additional peripheral device, Credit Authorization
Terminal (CAT). This device, as specified, is currently only used in the
Japanese POS markets.
Addition of this device required re-ordering the chapters and modifications to
the Table of Contents. Other minor changes to the standard are as noted
below.
Release 1.4 is a superset of Release 1.3.
Section Change
General Update the “Package Structure” on page 40 to
include CAT device; update the files to correct some
erroneous references to OPOS.
Fiscal Printer Add clarification to when the ErrorStation
property is valid.
POS Printer Add clarification to when the ErrorStation
property is valid.
Appendex B Add clarification to the “Events” section
description.
Throughout Correct interface name to
jpos.events.OutputCompleteListener.
Correct minor spelling errors.
Java for Retail POS Appendix A
A-4 Programming Guide Change History
A p p e n d i x B
The Java for Retail POS (JavaPOS) and OLE for Retail POS (OPOS) industry
standard initiatives are intentionally similar in many respects.
Support for Java requires several differences from OPOS in architecture, but the
JavaPOS committee agreed that the general model of OPOS device classes should
be reused as much as possible.
In order to reuse as much of the OPOS device models as possible, the following
sections detail the general mapping rules from OPOS to JavaPOS. A later section
lists the deviations of JavaPOS APIs from OPOS.
Data Types
Data types are mapped from OPOS to JavaPOS as follows, with exceptions noted
after the table:
Table 1:
OPOS JavaPOS Usage
Type Type
BOOL boolean Boolean true or false.
BOOL * bool- Modifiable boolean.
ean[1]
LONG int 32-bit integer.
LONG * int[1] Modifiable 32-bit integer.
CURRENCY long 64-bit integer. Used for currency values, with an as-
sumed 4 decimal places.
CURRENCY * long[1] Modifiable 64-bit integer.
The string types are usually represented with the
following mapping:
BSTR String Text character string.
BSTR * String[1] Modifiable text character string.
For some APIs, the string types are represented in
one of the following:
byte[] Array of bytes. May be modified, but size of array
cannot be changed. Often used when non-textual
data is possible.
Point[] Array of points. Used by Signature Capture.
Object An object. This will usually be subclassed to provide
a Device Service-specific parameter for directIO or
DirectIOEvent.
Events
JavaPOS events use the Java Development Kit 1.1 event delegation model, where-
by the application registers for events, supplying a class instance that implements
an interface extended from EventListener.
For each Event type which the Application wishes to receive, the Application must
implement the corresponding jpos.events.EventListener interface and handle its
event method. Events are delivered by the JavaPOS Device by calling this event
method.
Constants
Constants are mapped from OPOS to JavaPOS as follows:
• If the constant begins with “OPOS”, then change “OPOS” to “JPOS.”
• Otherwise, make no changes to the constant name.
All constant interface files are available in the package “jpos.” All constants are
of type “static final int.”
Java for Retail POS Appendix B
B-4 Programming Guide OPOS and JavaPOS
API Deviations
The following OPOS APIs do not follow the above mapping rules:
• BinaryConversion property
Not needed by JavaPOS.
This OPOS property was used to overcome a COM-specific issue with passing
binary data in strings. JavaPOS uses more appropriate types for these cases,
such as byte arrays.
• ResultCode and ResultCodeExtended properties
Not needed by JavaPOS.
These OPOS properties are used for reporting failures on method calls and
property sets. In JavaPOS, these failures (plus property get failures) cause a
JposException. This exception includes the properties ErrorCode and Er-
rorCodeExtended, with values that match the OPOS properties.
• DirectIO method and DirectIOEvent
The BSTR* parameter is mapped to Object.
• Cash Drawer WaitForDrawerClosed method
The tone function of this method may not work on non-PCs, since it depends
on the availability of a speaker.
• Hard Totals Read method
The BSTR* parameter is mapped to byte[], with its size set to the requested
number of bytes.
• Hard Totals Write method
The BSTR parameter is mapped to byte[].
• MSR Track1Data, Track1DiscretionaryData, Track2Data,
Track2DiscretionaryData, Track3Data properties
These BSTR properties are mapped to byte[].
• Scanner ScanData and ScanDataLabel properties
These BSTR properties are mapped to byte[].
• Signature Capture PointArray property
This BSTR property is mapped to Point[].
• Signature Capture RawData property
This BSTR property is mapped to byte[].
• Signature Capture TotalPoints property
Not needed by JavaPOS.
This property is equivalent to “PointArray.length”, so TotalPoints is redun-
dant.
Future Versions B-5
Future Versions
The JavaPOS committee has proposed that future device category API extensions
be developed by a joint subcommittee of OPOS and JavaPOS, UnifiedPOS.
Future versions of OPOS and JavaPOS will be synchronized by the National Retail
Federation, ARTS directed UnifiedPOS committee. Language or environment
specific bindings will be performed by the respective OPOS or JavaPOS commit-
tees using the UML based standard that the UnifiedPOS committee produces.
Java for Retail POS Appendix B
B-6 Programming Guide OPOS and JavaPOS