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(DeploymentInfo deploymentInfo, Object primaryKey)
           
 void exit(DeploymentInfo deploymentInfo, 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(DeploymentInfo deploymentInfo,
                  Object primaryKey)
           throws ApplicationException
Throws:
ApplicationException

exit

public void exit(DeploymentInfo deploymentInfo,
                 Object primaryKey)
          throws ApplicationException
Throws:
ApplicationException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.