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
Output complete event implementation for PointCardRW devices.
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionInteger[]
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
ConstructorsConstructorDescriptionPointCardRWOutputCompleteEvent(JposBase source, int id, Integer[] writestate)
Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
State
Array containing the state values of the 6 tracks to be stored in WriteState1 and WriteState2, one value per track.
-
-
Constructor Details
-
PointCardRWOutputCompleteEvent
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 classJposOutputCompleteEvent
-