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 TypeMethodDescriptionvoid
beginCapture(String formName)
void
boolean
boolean
boolean
int
int
Point[]
byte[]
boolean
void
setRealTimeDataEnabled(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, updateStatistics
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jpos.services.BaseService
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEvents
Methods inherited from interface jpos.loader.JposServiceInstance
deleteInstance
Methods inherited from interface jpos.services.SignatureCaptureService110
clearInputProperties
Methods inherited from interface jpos.services.SignatureCaptureService12
clearInput, getAutoDisable, getDataCount, getDataEventEnabled, setAutoDisable, setDataEventEnabled
Methods inherited from interface jpos.services.SignatureCaptureService13
getCapPowerReporting, getPowerNotify, getPowerState, setPowerNotify
Methods inherited from interface jpos.services.SignatureCaptureService18
getCapStatisticsReporting, getCapUpdateStatistics, resetStatistics, retrieveStatistics, updateStatistics
Methods 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:
getCapDisplay
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getCapRealTimeData
public boolean getCapRealTimeData() throws jpos.JposException- Specified by:
getCapRealTimeData
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getCapUserTerminated
public boolean getCapUserTerminated() throws jpos.JposException- Specified by:
getCapUserTerminated
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getMaximumX
public int getMaximumX() throws jpos.JposException- Specified by:
getMaximumX
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getMaximumY
public int getMaximumY() throws jpos.JposException- Specified by:
getMaximumY
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getPointArray
- Specified by:
getPointArray
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getRawData
public byte[] getRawData() throws jpos.JposException- Specified by:
getRawData
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
getRealTimeDataEnabled
public boolean getRealTimeDataEnabled() throws jpos.JposException- Specified by:
getRealTimeDataEnabled
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
setRealTimeDataEnabled
public void setRealTimeDataEnabled(boolean b) throws jpos.JposException- Specified by:
setRealTimeDataEnabled
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
beginCapture
- Specified by:
beginCapture
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-
endCapture
public void endCapture() throws jpos.JposException- Specified by:
endCapture
in interfacejpos.services.SignatureCaptureService12
- Throws:
jpos.JposException
-