Class StateVerifier


  • public abstract class StateVerifier
    extends java.lang.Object
    Verifies that the job is not in the recycled state.
    • Method Detail

      • throwIfRecycled

        public abstract void throwIfRecycled()
        Throws an exception if we believe our object is recycled and inactive (i.e. is currently in an object pool).