| Class | Description | 
|---|---|
| JTASessionContext | An implementation of  CurrentSessionContextwhich scopes the notion
 of a current session to a JTA transaction. | 
| JTASessionContext.CleanupSynch | JTA transaction synch used for cleanup of the internal session map. | 
| ManagedSessionContext | Represents a  CurrentSessionContextthe notion of a contextual session
 is managed by some external entity (generally some form of interceptor, etc). | 
| ThreadLocalSessionContext | A  CurrentSessionContextimpl which scopes the notion of current
 session by the current thread of execution. | 
| ThreadLocalSessionContext.CleanupSynch | JTA transaction synch used for cleanup of the internal session map. | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.