| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceHolder
Generic interface to be implemented by resource holders. Allows Spring's transaction infrastructure to introspect and reset the holder when necessary.
ResourceHolderSupport, 
ResourceHolderSynchronization| Method Summary | |
|---|---|
|  boolean | isVoid()Determine whether this holder is considere as 'void', i.e. as a leftover from a previous thread. | 
|  void | reset()Reset the transactional state of this holder. | 
|  void | unbound()Notify this holder that it has been unbound from transaction synchronization. | 
| Method Detail | 
|---|
void reset()
void unbound()
boolean isVoid()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||