org.hibernate.context

Class JTASessionContext.CleanupSynch

Enclosing Class:
JTASessionContext
Implemented Interfaces:
Synchronization

protected static class JTASessionContext.CleanupSynch
extends java.lang.Object
implements Synchronization

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

Constructor Summary

CleanupSynch(Object transactionIdentifier, JTASessionContext context)

Method Summary

void
afterCompletion(int i)
void
beforeCompletion()

Constructor Details

CleanupSynch

public CleanupSynch(Object transactionIdentifier,
                    JTASessionContext context)

Method Details

afterCompletion

public void afterCompletion(int i)

beforeCompletion

public void beforeCompletion()