public interface

ResourceHolder

org.springframework.transaction.support.ResourceHolder
Known Indirect Subclasses

Class Overview

Generic interface to be implemented by resource holders. Allows Spring's transaction infrastructure to introspect and reset the holder when necessary.

Summary

Public Methods
abstract boolean isVoid()
Determine whether this holder is considere as 'void', i.e.
abstract void reset()
Reset the transactional state of this holder.
abstract void unbound()
Notify this holder that it has been unbound from transaction synchronization.

Public Methods

public abstract boolean isVoid ()

Determine whether this holder is considere as 'void', i.e. as a leftover from a previous thread.

public abstract void reset ()

Reset the transactional state of this holder.

public abstract void unbound ()

Notify this holder that it has been unbound from transaction synchronization.