Package de.gmxhome.conrad.jpos.jpos_base
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
JposOutputCompleteEvent
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
Generates string describing the output complete event for logging purposes.- Returns:
- Describing string.
-
getPropertySet
Returns property set bound to the event source.- Returns:
- Property set.
-