Class PointCardRWOutputCompleteEvent

java.lang.Object
java.util.EventObject
jpos.events.JposEvent
jpos.events.OutputCompleteEvent
de.gmxhome.conrad.jpos.jpos_base.JposOutputCompleteEvent
de.gmxhome.conrad.jpos.jpos_base.pointcardrw.PointCardRWOutputCompleteEvent
All Implemented Interfaces:
Serializable

public class PointCardRWOutputCompleteEvent extends JposOutputCompleteEvent
Output complete event implementation for PointCardRW devices.
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Array containing the state values of the 6 tracks to be stored in WriteState1 and WriteState2, one value per track.

    Fields inherited from class jpos.events.OutputCompleteEvent

    outputID

    Fields inherited from class jpos.events.JposEvent

    sequenceNumber

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    PointCardRWOutputCompleteEvent​(JposBase source, int id, Integer[] writestate)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the output complete properties stored within the JposOutputCompleteEvent into the JposCommonProperties object stored in Source.

    Methods inherited from class de.gmxhome.conrad.jpos.jpos_base.JposOutputCompleteEvent

    getPropertySet, toLogString

    Methods inherited from class jpos.events.OutputCompleteEvent

    getOutputID

    Methods inherited from class jpos.events.JposEvent

    getSequenceNumber, getWhen, incrSequenceNumber, updateSequenceNumber

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • State

      public Integer[] State
      Array containing the state values of the 6 tracks to be stored in WriteState1 and WriteState2, one value per track.
  • Constructor Details

    • PointCardRWOutputCompleteEvent

      public PointCardRWOutputCompleteEvent(JposBase source, int id, Integer[] writestate)
      Constructor. Parameters passed to base class unchanged.
      Parameters:
      source - Source, for services implemented with this framework, the (deviceclass.)DeviceClassService object.
      id - OutputID, see UPOS specification, chapter Common Properties, Methods,and Events - Events - OutputCompleteEvent.
      writestate - New values for the corresponding WriteState properties WriteState1 and WriteState2, one state value per track.
  • Method Details

    • setOutputCompleteProperties

      public void setOutputCompleteProperties()
      Description copied from class: JposOutputCompleteEvent
      Sets the output complete properties stored within the JposOutputCompleteEvent into the JposCommonProperties object stored in Source. The corresponding properties must be defined within derived classes.
      Overrides:
      setOutputCompleteProperties in class JposOutputCompleteEvent