Class BillDispenserService
java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.JposBase
de.gmxhome.conrad.jpos.jpos_base.billdispenser.BillDispenserService
- All Implemented Interfaces:
jpos.loader.JposServiceInstance,jpos.services.BaseService,jpos.services.BillDispenserService111,jpos.services.BillDispenserService112,jpos.services.BillDispenserService113,jpos.services.BillDispenserService114,jpos.services.BillDispenserService115,jpos.services.BillDispenserService116
BillDispenser service implementation. For more details about getter, setter and method implementations,
see JposBase.
-
Field Summary
FieldsModifier and TypeFieldDescriptionInstance of a class implementing the BillDispenserInterface for bill dispenser specific setter and method calls bound to the property set.Fields inherited from class de.gmxhome.conrad.jpos.jpos_base.JposBase
Device, DeviceInterface, Props -
Constructor Summary
ConstructorsConstructorDescriptionBillDispenserService(BillDispenserProperties props, JposDevice device)Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustCashCounts(String cashCounts)voiddispenseCash(String cashCounts)intintbooleanbooleanbooleanbooleanintintintvoidreadCashCounts(String[] cashCounts, boolean[] discrepancy)voidvoidsetCurrentExit(int i)Methods inherited from class de.gmxhome.conrad.jpos.jpos_base.JposBase
callNowOrLater, check, check, check, check, checkBusy, checkClaimed, checkEnabled, checkEnabledUnclaimed, checkFirstEnabled, checkHealth, checkNoChangedOrClaimed, checkOpened, claim, clearInput, clearInputProperties, clearOutput, close, compareFirmwareVersion, deepToString, deleteInstance, directIO, getAsyncMode, getAutoDisable, getCapCompareFirmwareVersion, getCapPowerReporting, getCapStatisticsReporting, getCapUpdateFirmware, getCapUpdateStatistics, getCheckHealthText, getClaimed, getDataCount, getDataEventEnabled, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getOutputID, getPhysicalDeviceDescription, getPhysicalDeviceName, getPowerNotify, getPowerState, getPropertyString, getState, logAsyncCall, logCall, logCall, logGet, logGet, logPreCall, logPreCall, logPreSet, logSet, open, release, removeOuterArraySpecifier, resetStatistics, retrieveStatistics, setAsyncMode, setAutoDisable, setDataEventEnabled, setDeviceEnabled, setFreezeEvents, setPowerNotify, signalRelease, startClaiming, updateFirmware, updateStatisticsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jpos.services.BaseService
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsMethods inherited from interface jpos.services.BillDispenserService111
clearOutput, compareFirmwareVersion, getAsyncMode, getCapCompareFirmwareVersion, getCapPowerReporting, getCapStatisticsReporting, getCapUpdateFirmware, getCapUpdateStatistics, getPowerNotify, getPowerState, resetStatistics, retrieveStatistics, setAsyncMode, setPowerNotify, updateFirmware, updateStatisticsMethods inherited from interface jpos.loader.JposServiceInstance
deleteInstance
-
Field Details
-
BillDispenserInterface
Instance of a class implementing the BillDispenserInterface for bill dispenser specific setter and method calls bound to the property set. Almost always the same object as Data.
-
-
Constructor Details
-
BillDispenserService
Constructor. Stores given property set and device implementation object.- Parameters:
props- Property set.device- Device implementation object.
-
-
Method Details
-
getAsyncResultCode
public int getAsyncResultCode() throws jpos.JposException- Specified by:
getAsyncResultCodein interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getAsyncResultCodeExtended
public int getAsyncResultCodeExtended() throws jpos.JposException- Specified by:
getAsyncResultCodeExtendedin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCapDiscrepancy
public boolean getCapDiscrepancy() throws jpos.JposException- Specified by:
getCapDiscrepancyin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCapEmptySensor
public boolean getCapEmptySensor() throws jpos.JposException- Specified by:
getCapEmptySensorin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCapJamSensor
public boolean getCapJamSensor() throws jpos.JposException- Specified by:
getCapJamSensorin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCapNearEmptySensor
public boolean getCapNearEmptySensor() throws jpos.JposException- Specified by:
getCapNearEmptySensorin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCurrencyCashList
- Specified by:
getCurrencyCashListin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCurrencyCode
- Specified by:
getCurrencyCodein interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCurrencyCodeList
- Specified by:
getCurrencyCodeListin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getCurrentExit
public int getCurrentExit() throws jpos.JposException- Specified by:
getCurrentExitin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getDeviceExits
public int getDeviceExits() throws jpos.JposException- Specified by:
getDeviceExitsin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getDeviceStatus
public int getDeviceStatus() throws jpos.JposException- Specified by:
getDeviceStatusin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
getExitCashList
- Specified by:
getExitCashListin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
setCurrencyCode
- Specified by:
setCurrencyCodein interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
setCurrentExit
public void setCurrentExit(int i) throws jpos.JposException- Specified by:
setCurrentExitin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
adjustCashCounts
- Specified by:
adjustCashCountsin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
dispenseCash
- Specified by:
dispenseCashin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-
readCashCounts
- Specified by:
readCashCountsin interfacejpos.services.BillDispenserService111- Throws:
jpos.JposException
-