Interface ResourceHolder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      booleanisVoid()
      Determine whether this holder is considered as 'void', i.e.
      voidreset()
      Reset the transactional state of this holder.
      voidunbound()
      Notify this holder that it has been unbound from transaction synchronization.
    • Method Detail

      • reset

        void reset()
        Reset the transactional state of this holder.
      • unbound

        void unbound()
        Notify this holder that it has been unbound from transaction synchronization.
      • isVoid

        boolean isVoid()
        Determine whether this holder is considered as 'void', i.e. as a leftover from a previous thread.