Uses of Interface
com.solab.iso8583.TraceNumberGenerator
-
Packages that use TraceNumberGenerator Package Description com.solab.iso8583 com.solab.iso8583.impl -
-
Uses of TraceNumberGenerator in com.solab.iso8583
Methods in com.solab.iso8583 that return TraceNumberGenerator Modifier and Type Method Description TraceNumberGenerator
MessageFactory. getTraceNumberGenerator()
Returns the generator used to assign trace numbers to new messages.Methods in com.solab.iso8583 with parameters of type TraceNumberGenerator Modifier and Type Method Description void
MessageFactory. setTraceNumberGenerator(TraceNumberGenerator value)
Sets the generator that this factory will get new trace numbers from. -
Uses of TraceNumberGenerator in com.solab.iso8583.impl
Classes in com.solab.iso8583.impl that implement TraceNumberGenerator Modifier and Type Class Description class
SimpleTraceGenerator
Simple implementation of a TraceNumberGenerator with an internal number that is increased in memory but is not stored anywhere.
-