|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeviceException | |
com.bankframe.services.devices | |
com.bankframe.services.devices.MTMiniMicr | |
com.bankframe.services.devices.MTPinPad | |
com.bankframe.services.devices.SlipPrinter |
Uses of DeviceException in com.bankframe.services.devices |
Methods in com.bankframe.services.devices that throw DeviceException | |
void |
MCADevice.open()
This method opens the physical device on the portname specified in the BankframeDevices.properties resource file. |
static java.util.Hashtable |
MCADeviceProperties.getSubSet(java.lang.String prefix)
Get a sub set of the keys in Devices properties, identified by the specified prefix. |
static java.lang.String |
MCADeviceProperties.getString(java.lang.String prefix,
java.lang.String key)
Get a specific resource setting's value |
static int |
MCADeviceProperties.getInt(java.lang.String prefix,
java.lang.String key)
Get a specific resource setting value. |
static int |
MCADeviceProperties.getSerialPortValue(java.lang.String prefix,
java.lang.String key)
Converts a String value in the BankframeDevices.properties
resource file into a javax.comm.SerialPort defined value
using the serialPortValueData static hashtable of SerialPort values. |
int |
MCASerialPort.available()
This method gets the number of bytes that can be read without blocking |
void |
MCASerialPort.enableReceiveFraming(int framingByte)
This method enables receive framing |
void |
MCASerialPort.enableReceiveThreshold(int thresh)
This method enables thresh hold for receive |
void |
MCASerialPort.enableReceiveTimeout(int rcvTimeout)
This method enables receive timeout |
void |
MCASerialPort.open()
This method opens the serial device using the port name "serialport.portname=..." specified in the BankframeDevices.properties file for the name deviceName. |
int |
MCASerialPort.read()
This method reads the next byte from buffered inputstream. |
int |
MCASerialPort.read(byte[] bytes,
int off,
int len)
This method reads bytes from buffered inputstream. |
void |
MCASerialPort.setFlowControlMode(int flowControl)
This method sets flow control mode for serial device |
void |
MCASerialPort.setSerialPortParams(int baud,
int databits,
int stopbits,
int parity)
This method sets the serial port paramaters for this device |
void |
MCASerialPort.write(byte[] bytes)
This method writes bytes to output stream |
void |
MCASerialPort.write(int theByte)
This method writes a byte to output stream |
Constructors in com.bankframe.services.devices that throw DeviceException | |
MCASerialPort(java.lang.String deviceName,
java.lang.String noInit)
|
|
MCASerialPort(java.lang.String deviceName)
MCA SerialPort constructor. |
Uses of DeviceException in com.bankframe.services.devices.MTMiniMicr |
Methods in com.bankframe.services.devices.MTMiniMicr that throw DeviceException | |
java.lang.String |
MagTekMiniMicr.requestCommand(java.lang.String command,
boolean bWait,
int waitTimeout)
|
void |
MagTekMiniMicr.setCommand(java.lang.String command)
|
void |
MagTekMiniMicr.setCommand(java.lang.String command,
byte commandByte)
|
void |
MagTekMiniMicr.setSerialPortParams(int baud,
int databits,
int stopbits,
int parity)
|
Constructors in com.bankframe.services.devices.MTMiniMicr that throw DeviceException | |
MagTekMiniMicr(java.lang.String deviceName)
|
Uses of DeviceException in com.bankframe.services.devices.MTPinPad |
Methods in com.bankframe.services.devices.MTPinPad that throw DeviceException | |
int |
PinDataBlock.decrypt(javax.crypto.SecretKey masterKey,
java.lang.String algorithm,
java.lang.String provider)
This method decrypts the PIN Number |
void |
MagTekIntelliPIN.open(long masterKeyResponseTimeout)
This method opens the IntelliPIN device It calls the base MCASerialPort open() method which connects to the serial port and which calls setup() A Master Encryption Key is created and passed to the opened IntelliPIN device. |
void |
MagTekIntelliPIN.open(byte[] theMasterKey,
long masterKeyResponseTimeout)
This method opens the IntelliPIN device It calls the base MCASerialPort open() method which connects to the serial port and which calls setup() This method then passes the specified Master Key to the opened IntelliPIN device. |
void |
MagTekIntelliPIN.addPinPadListener(PinPadListener ppl)
This method adds a PinPad listener to this object to be notified when a card has been swiped. |
boolean |
MagTekIntelliPIN.setSoftSwitch(char switchNumber,
byte theSettingData,
long timeOut)
This method generates a Set Soft Switch. |
java.lang.String |
MagTekIntelliPIN.requestSoftSwitch(char switchNumber,
long timeOut)
This method generates a Requests Soft Switch. |
void |
MagTekIntelliPIN.cancelSessionRequest()
This method generates cancel Session Request message |
boolean |
MagTekIntelliPIN.cardDataEntryRequest(java.lang.String firstMessage,
java.lang.String secondMessage,
long timeOut)
This method generates a card data entry request message and waits for a card to be swiped. |
void |
MagTekIntelliPIN.loadMasterKey(byte[] masterKey)
This method sends the PinPad the Master Encryption Key This is always the first request sent to IntelliPIN pinpad. |
boolean |
MagTekIntelliPIN.pinEntryRequest(java.lang.String accountNumber,
char keyNumber,
java.lang.String transactionAmount,
long timeOut)
This method shows pin entry request and waits for a pin to be entered. |
void |
MagTekIntelliPIN.replaceDefaultDisplay(java.lang.String displayNumber,
java.lang.String lineOneText,
java.lang.String lineTwoText)
This method replaces default display message |
void |
MagTekIntelliPIN.enableDefaultDisplay()
This method enables default display messages removing any made with replaceDefaultDisplay |
void |
MagTekIntelliPIN.displaySingleString(java.lang.String firstMessage,
java.lang.String secondMessage)
This method shows two strings on IntelliPIN display |
Constructors in com.bankframe.services.devices.MTPinPad that throw DeviceException | |
PinDataBlock(byte[] cardPinEntryResponse,
java.lang.String accountNumber,
boolean bPinBlockFormatAnsi98,
int pinLength)
Constructor |
|
CardData(byte[] cardDataEntryResponse)
Constructor |
|
MagTekIntelliPIN(java.lang.String deviceName)
MagTekIntelliPIN constructor |
|
MagTekIntelliPIN(java.lang.String deviceName,
boolean decryptPinData)
MagTekIntelliPIN constructor |
Uses of DeviceException in com.bankframe.services.devices.SlipPrinter |
Methods in com.bankframe.services.devices.SlipPrinter that throw DeviceException | |
void |
SlipPrinter.addNExtraDotRows(int number)
This method adds N ( where n = number ) extra dot rows |
void |
SlipPrinter.carriageReturn()
This method prints a carriage return |
void |
SlipPrinter.clearPrinter()
This method clears the printer |
void |
SlipPrinter.closeForm()
This method closes the form |
void |
SlipPrinter.feedNDotRows(int number)
This method feeds N (where N= number ) dot rows |
void |
SlipPrinter.feedNPrintLines(int number)
This method feeds N (where N= number ) print lines |
void |
SlipPrinter.fullKnifeCut()
This method makes a full knife cut |
void |
SlipPrinter.generateTone()
This method generates a tone |
void |
SlipPrinter.horizontalTab()
This method makes a horizontal tab |
void |
SlipPrinter.lineFeed()
This method makes a Line Feed |
void |
SlipPrinter.test()
This method prints test information to printer |
void |
SlipPrinter.openFormSlipStation()
This method opens a Form Slip Station |
void |
SlipPrinter.partialKnifeCut()
This method makes a Partial knife cut |
void |
SlipPrinter.print()
This method prints something |
void |
SlipPrinter.printEjectSlip()
This method prints Eject slip |
void |
SlipPrinter.setHorizontalTabPositions(int[] tabs)
This method sets horizontal Tab Positions |
void |
SlipPrinter.print(java.lang.String string)
This method prints a string |
Constructors in com.bankframe.services.devices.SlipPrinter that throw DeviceException | |
SlipPrinter(java.lang.String deviceName)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |