接口 ResourceHolder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      booleanisVoid()
      Determine whether this holder is considered as 'void', i.e. as a leftover from a previous thread.
      voidreset()
      Reset the transactional state of this holder.
      voidunbound()
      Notify this holder that it has been unbound from transaction synchronization.
    • 方法详细资料

      • 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.