Class SignatureCaptureService
java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.JposBase
de.gmxhome.conrad.jpos.jpos_base.signaturecapture.SignatureCaptureService
- All Implemented Interfaces:
jpos.loader.JposServiceInstance,jpos.services.BaseService,jpos.services.SignatureCaptureService110,jpos.services.SignatureCaptureService111,jpos.services.SignatureCaptureService112,jpos.services.SignatureCaptureService113,jpos.services.SignatureCaptureService114,jpos.services.SignatureCaptureService115,jpos.services.SignatureCaptureService116,jpos.services.SignatureCaptureService12,jpos.services.SignatureCaptureService13,jpos.services.SignatureCaptureService14,jpos.services.SignatureCaptureService15,jpos.services.SignatureCaptureService16,jpos.services.SignatureCaptureService17,jpos.services.SignatureCaptureService18,jpos.services.SignatureCaptureService19
public class SignatureCaptureService
extends JposBase
implements jpos.services.SignatureCaptureService116
SignatureCapture service implementation. For more details about getter, setter and method implementations,
see JposBase.
-
Field Summary
FieldsModifier and TypeFieldDescriptionInstance of a class implementing the SignatureCaptureInterface for signature capture 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
ConstructorsConstructorDescriptionSignatureCaptureService(SignatureCaptureProperties props, JposDevice device)Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginCapture(String formName)voidbooleanbooleanbooleanintintPoint[]byte[]booleanvoidsetRealTimeDataEnabled(boolean b)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.loader.JposServiceInstance
deleteInstanceMethods inherited from interface jpos.services.SignatureCaptureService110
clearInputPropertiesMethods inherited from interface jpos.services.SignatureCaptureService12
clearInput, getAutoDisable, getDataCount, getDataEventEnabled, setAutoDisable, setDataEventEnabledMethods inherited from interface jpos.services.SignatureCaptureService13
getCapPowerReporting, getPowerNotify, getPowerState, setPowerNotifyMethods inherited from interface jpos.services.SignatureCaptureService18
getCapStatisticsReporting, getCapUpdateStatistics, resetStatistics, retrieveStatistics, updateStatisticsMethods inherited from interface jpos.services.SignatureCaptureService19
compareFirmwareVersion, getCapCompareFirmwareVersion, getCapUpdateFirmware, updateFirmware
-
Field Details
-
SignatureCaptureInterface
Instance of a class implementing the SignatureCaptureInterface for signature capture specific setter and method calls bound to the property set. Almost always the same object as Data.
-
-
Constructor Details
-
SignatureCaptureService
Constructor. Stores given property set and device implementation object.- Parameters:
props- Property set.device- Device implementation object.
-
-
Method Details
-
getCapDisplay
public boolean getCapDisplay() throws jpos.JposException- Specified by:
getCapDisplayin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getCapRealTimeData
public boolean getCapRealTimeData() throws jpos.JposException- Specified by:
getCapRealTimeDatain interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getCapUserTerminated
public boolean getCapUserTerminated() throws jpos.JposException- Specified by:
getCapUserTerminatedin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getMaximumX
public int getMaximumX() throws jpos.JposException- Specified by:
getMaximumXin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getMaximumY
public int getMaximumY() throws jpos.JposException- Specified by:
getMaximumYin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getPointArray
- Specified by:
getPointArrayin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getRawData
public byte[] getRawData() throws jpos.JposException- Specified by:
getRawDatain interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
getRealTimeDataEnabled
public boolean getRealTimeDataEnabled() throws jpos.JposException- Specified by:
getRealTimeDataEnabledin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
setRealTimeDataEnabled
public void setRealTimeDataEnabled(boolean b) throws jpos.JposException- Specified by:
setRealTimeDataEnabledin interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
beginCapture
- Specified by:
beginCapturein interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-
endCapture
public void endCapture() throws jpos.JposException- Specified by:
endCapturein interfacejpos.services.SignatureCaptureService12- Throws:
jpos.JposException
-