Package de.gmxhome.conrad.jpos.jpos_base
Class UnitOutputCompleteEvent
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.UnitOutputCompleteEvent
- All Implemented Interfaces:
Serializable
Subsystem units complete event class. Holds unit and error message.
- See Also:
- Serialized Form
-
Field Summary
FieldsFields 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 TypeMethodDescriptionvoid
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 de.gmxhome.conrad.jpos.jpos_base.JposOutputCompleteEvent
getPropertySet
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
-
Field Details
-
Units
public final int UnitsTarget units of the corresponding output request.
-
-
Constructor Details
-
UnitOutputCompleteEvent
Constructor. Parameters passed to base class unchanged.- Parameters:
source
- Source, for services implemented with this framework, the (class.)ClassService object.id
- OutputID, see JposOutputCompleteEventunits
- Units where output has been completed.
-
-
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 classJposOutputCompleteEvent
-
toLogString
Description copied from class:JposOutputCompleteEvent
Generates string describing the output complete event for logging purposes.- Overrides:
toLogString
in classJposOutputCompleteEvent
- Returns:
- Describing string.
-