org.apache.openejb.core.entity
Class EntrancyTracker

java.lang.Object
  extended by org.apache.openejb.core.entity.EntrancyTracker

public class EntrancyTracker
extends Object


Constructor Summary
EntrancyTracker(TransactionSynchronizationRegistry synchronizationRegistry)
           
 
Method Summary
 void enter(BeanContext beanContext, Object primaryKey)
           
 void exit(BeanContext beanContext, Object primaryKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntrancyTracker

public EntrancyTracker(TransactionSynchronizationRegistry synchronizationRegistry)
Method Detail

enter

public void enter(BeanContext beanContext,
                  Object primaryKey)
           throws ApplicationException
Throws:
ApplicationException

exit

public void exit(BeanContext beanContext,
                 Object primaryKey)
          throws ApplicationException
Throws:
ApplicationException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.