public class ModuleFactory
extends java.lang.Object
Constructor and Description |
---|
ModuleFactory() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationModule |
createBadgeReader(java.lang.String serialNumber,
java.lang.String serialPortName,
Device device,
Device.EventDispatcher eventDispatcher,
boolean isMaster) |
static AuthenticationModule |
createFingerprintReader(java.lang.String serialNumber,
Device device,
Device.EventDispatcher eventDispatcher,
boolean isMaster) |
static Module |
createTemperatureProbe(java.lang.String serialNumber,
Device device,
Device.EventDispatcher eventDispatcher,
int delay,
double eventDelta) |
public static AuthenticationModule createBadgeReader(java.lang.String serialNumber, java.lang.String serialPortName, Device device, Device.EventDispatcher eventDispatcher, boolean isMaster) throws jssc.SerialPortException
jssc.SerialPortException
public static AuthenticationModule createFingerprintReader(java.lang.String serialNumber, Device device, Device.EventDispatcher eventDispatcher, boolean isMaster) throws FingerprintReaderException
FingerprintReaderException
public static Module createTemperatureProbe(java.lang.String serialNumber, Device device, Device.EventDispatcher eventDispatcher, int delay, double eventDelta) throws DeviceCreationException
DeviceCreationException