| java.lang.Object org.jboss.ejb.TxEntityMap
TxEntityMap | public class TxEntityMap (Code) | | author: Bill Burke version: $Revision: 57209 $ version: Revisions: version: Revisions:
version: 2001/08/06: billb version: version: - Got rid of disassociate and added a javax.transaction.Synchronization. The sync will clean up the map now.
version: - This class now interacts with GlobalTxEntityMap available.
version:
|
Field Summary | |
protected TransactionLocal | m_map |
m_map | protected TransactionLocal m_map(Code) | | |
associate | public void associate(Transaction tx, EntityEnterpriseContext entity) throws RollbackException, SystemException(Code) | | associate entity with transaction
|
|
|