|
||||||||||
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 | |
---|---|
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 |
static int |
MCADeviceProperties.getInt(String prefix,
String key)
Get a specific resource setting value. |
static int |
MCADeviceProperties.getSerialPortValue(String prefix,
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. |
static String |
MCADeviceProperties.getString(String prefix,
String key)
Get a specific resource setting's value |
static Hashtable |
MCADeviceProperties.getSubSet(String prefix)
Get a sub set of the keys in Devices properties, identified by the specified prefix. |
void |
MCADevice.open()
This method opens the physical device on the portname specified in the BankframeDevices.properties resource file. |
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(String deviceName)
MCA SerialPort constructor. |
|
MCASerialPort(String deviceName,
String noInit)
|
Uses of DeviceException in com.bankframe.services.devices.MTMiniMicr |
---|
Methods in com.bankframe.services.devices.MTMiniMicr that throw DeviceException | |
---|---|
String |
MagTekMiniMicr.requestCommand(String command,
boolean bWait,
int waitTimeout)
|
void |
MagTekMiniMicr.setCommand(String command)
|
void |
MagTekMiniMicr.setCommand(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(String deviceName)
|
Uses of DeviceException in com.bankframe.services.devices.MTPinPad |
---|
Methods in com.bankframe.services.devices.MTPinPad that throw DeviceException | |
---|---|
void |
MagTekIntelliPIN.addPinPadListener(PinPadListener ppl)
This method adds a PinPad listener to this object to be notified when a card has been swiped. |
void |
MagTekIntelliPIN.cancelSessionRequest()
This method generates cancel Session Request message |
boolean |
MagTekIntelliPIN.cardDataEntryRequest(String firstMessage,
String secondMessage,
long timeOut)
This method generates a card data entry request message and waits for a card to be swiped. |
int |
PinDataBlock.decrypt(SecretKey masterKey,
String algorithm,
String provider)
This method decrypts the PIN Number |
void |
MagTekIntelliPIN.displaySingleString(String firstMessage,
String secondMessage)
This method shows two strings on IntelliPIN display |
void |
MagTekIntelliPIN.enableDefaultDisplay()
This method enables default display messages removing any made with replaceDefaultDisplay |
void |
MagTekIntelliPIN.loadMasterKey(byte[] masterKey)
This method sends the PinPad the Master Encryption Key This is always the first request sent to IntelliPIN pinpad. |
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.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. |
boolean |
MagTekIntelliPIN.pinEntryRequest(String accountNumber,
char keyNumber,
String transactionAmount,
long timeOut)
This method shows pin entry request and waits for a pin to be entered. |
void |
MagTekIntelliPIN.replaceDefaultDisplay(String displayNumber,
String lineOneText,
String lineTwoText)
This method replaces default display message |
String |
MagTekIntelliPIN.requestSoftSwitch(char switchNumber,
long timeOut)
This method generates a Requests Soft Switch. |
boolean |
MagTekIntelliPIN.setSoftSwitch(char switchNumber,
byte theSettingData,
long timeOut)
This method generates a Set Soft Switch. |
Constructors in com.bankframe.services.devices.MTPinPad that throw DeviceException | |
---|---|
CardData(byte[] cardDataEntryResponse)
Constructor |
|
MagTekIntelliPIN(String deviceName)
MagTekIntelliPIN constructor |
|
MagTekIntelliPIN(String deviceName,
boolean decryptPinData)
MagTekIntelliPIN constructor |
|
PinDataBlock(byte[] cardPinEntryResponse,
String accountNumber,
boolean bPinBlockFormatAnsi98,
int pinLength)
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.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.print(String string)
This method prints a string |
void |
SlipPrinter.printEjectSlip()
This method prints Eject slip |
void |
SlipPrinter.setHorizontalTabPositions(int[] tabs)
This method sets horizontal Tab Positions |
void |
SlipPrinter.test()
This method prints test information to printer |
Constructors in com.bankframe.services.devices.SlipPrinter that throw DeviceException | |
---|---|
SlipPrinter(String deviceName)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |