站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

JTASessionContext.CleanupSynch (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.context
Class JTASessionContext.CleanupSynch

java.lang.Object
  extended byorg.hibernate.context.JTASessionContext.CleanupSynch
All Implemented Interfaces:
Synchronization
Enclosing class:
JTASessionContext

protected static class JTASessionContext.CleanupSynch
extends Object
implements Synchronization

JTA transaction synch used for cleanup of the internal session map.


Constructor Summary
JTASessionContext.CleanupSynch(Transaction txn, JTASessionContext context)
           
 
Method Summary
 void afterCompletion(int i)
           
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTASessionContext.CleanupSynch

public JTASessionContext.CleanupSynch(Transaction txn,
                                      JTASessionContext context)
Method Detail

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization

afterCompletion

public void afterCompletion(int i)
Specified by:
afterCompletion in interface Synchronization