Interface ResourceHolder
- All Known Implementing Classes:
- ConnectionHolder,- ConnectionHolder,- EntityManagerHolder,- JmsResourceHolder,- ResourceHolderSupport,- SessionHolder
public interface ResourceHolder
Generic interface to be implemented by resource holders.
 Allows Spring's transaction infrastructure to introspect
 and reset the holder when necessary.
- Since:
- 2.5.5
- Author:
- Juergen Hoeller
- See Also:
- 
Method Summary
- 
Method Details- 
resetvoid reset()Reset the transactional state of this holder.
- 
unboundvoid unbound()Notify this holder that it has been unbound from transaction synchronization.
- 
isVoidboolean isVoid()Determine whether this holder is considered as 'void', i.e. as a leftover from a previous thread.
 
-