Interface Sequencer

All Known Implementing Classes:
VolatileSequencer

public interface Sequencer
Since:
jPOS 1.1 Multipurpose sequencer.
CardAgents requires persistent sequence number
Sequencer interface isolate from particular DB implementations
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get(String counterName)
     
    int
    get(String counterName, int add)
     
    int
    set(String counterName, int value)
     
  • Method Details