java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.JposDeviceFactory
de.gmxhome.conrad.jpos.jpos_base.smartcardrw.Factory
Direct Known Subclasses:
SmartCardRWFactory

public class Factory extends JposDeviceFactory
General part of SmartCardRW factory for JPOS devices using this framework.
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • addDevice

      public SmartCardRWService addDevice(int index, JposDevice dev, jpos.config.JposEntry entry) throws jpos.JposException
      Perform basic initialization of given device and property set. Links property set and driver to each other and sets driver specific property defaults.
      Parameters:
      index - SmartCardRW property set index.
      dev - SmartCardRW implementation instance derived from JposDevice to be used by the service.
      entry - Property list from jpos configuration.
      Returns:
      SmartCardRWService object.
      Throws:
      jpos.JposException - If property set could not be retrieved.
    • addDevice

      @Deprecated public SmartCardRWService addDevice(int index, JposDevice dev) throws jpos.JposException
      Deprecated.
      Perform basic initialization of given device and property set. Links property set and driver to each other and sets driver specific property defaults.
      Parameters:
      index - SmartCardRW property set index.
      dev - SmartCardRW implementation instance derived from JposDevice to be used by the service.
      Returns:
      SmartCardRWService object.
      Throws:
      jpos.JposException - If property set could not be retrieved.