Class OrderInterceptor.Counter

  • Enclosing class:
    OrderInterceptor

    protected static class OrderInterceptor.Counter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Counter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCounter()  
      int inc()  
      void setCounter​(int counter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Counter

        protected Counter()
    • Method Detail

      • getCounter

        public int getCounter()
      • setCounter

        public void setCounter​(int counter)
      • inc

        public int inc()