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
outputIDFields inherited from class jpos.events.JposEvent
sequenceNumberFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSets 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
getPropertySetMethods inherited from class jpos.events.OutputCompleteEvent
getOutputIDMethods inherited from class jpos.events.JposEvent
getSequenceNumber, getWhen, incrSequenceNumber, updateSequenceNumberMethods 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:JposOutputCompleteEventSets 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:
setOutputCompletePropertiesin classJposOutputCompleteEvent
-
toLogString
Description copied from class:JposOutputCompleteEventGenerates string describing the output complete event for logging purposes.- Overrides:
toLogStringin classJposOutputCompleteEvent- Returns:
- Describing string.
-