Uses of Interface
com.solab.iso8583.TraceNumberGenerator

Packages that use TraceNumberGenerator
com.solab.iso8583 This package contains the main framework classes. 
com.solab.iso8583.impl   
 

Uses of TraceNumberGenerator in com.solab.iso8583
 

Methods in com.solab.iso8583 that return TraceNumberGenerator
 TraceNumberGenerator MessageFactory.getTraceNumberGenerator()
          Returns the generator used to assign trace numbers to new messages.
 

Methods in com.solab.iso8583 with parameters of type TraceNumberGenerator
 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
 class SimpleTraceGenerator
          Simple implementation of a TraceNumberGenerator with an internal number that is increased in memory but is not stored anywhere.