Class JposOutputCompleteEvent

java.lang.Object
java.util.EventObject
jpos.events.JposEvent
jpos.events.OutputCompleteEvent
de.gmxhome.conrad.jpos.jpos_base.JposOutputCompleteEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PointCardRWOutputCompleteEvent, UnitOutputCompleteEvent

public class JposOutputCompleteEvent extends jpos.events.OutputCompleteEvent
Output complete event. The default implementation for event handling does not handle instances of OutputCompleteEvent, it handles only instances of JposOutputCompleteEvent instead.
See Also:
Serialized Form
  • Field Summary

    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
    JposOutputCompleteEvent​(JposBase source, int id)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns property set bound to the event source.
    void
    Sets the output complete properties stored within the JposOutputCompleteEvent into the JposCommonProperties object stored in Source.
    Generates string describing the output complete event for logging purposes.

    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
  • Constructor Details

    • JposOutputCompleteEvent

      public JposOutputCompleteEvent(JposBase source, int id)
      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.
  • Method Details

    • setOutputCompleteProperties

      public void setOutputCompleteProperties()
      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.
    • toLogString

      public String toLogString()
      Generates string describing the output complete event for logging purposes.
      Returns:
      Describing string.
    • getPropertySet

      public JposCommonProperties getPropertySet()
      Returns property set bound to the event source.
      Returns:
      Property set.