Uses of Interface
org.apache.aries.jpa.container.impl.DestroyCallback

Packages that use DestroyCallback
org.apache.aries.jpa.container.impl   
 

Uses of DestroyCallback in org.apache.aries.jpa.container.impl
 

Classes in org.apache.aries.jpa.container.impl that implement DestroyCallback
 class CoundownCallback
          A DestroyCallback that delegates after the correct number of calls
 class CountingEntityManagerFactory
          An EntityManagerFactory that keeps track of the number of active instances so that it can be quiesced
 class QuiesceParticipantImpl
          This class provides Quiesce Participant support for JPA managed units.
 

Methods in org.apache.aries.jpa.container.impl with parameters of type DestroyCallback
 void EntityManagerFactoryManager.quiesce(DestroyCallback countdown)
          Quiesce this Manager
 void PersistenceBundleManager.quiesceBundle(org.osgi.framework.Bundle bundleToQuiesce, DestroyCallback callback)
           
 

Constructors in org.apache.aries.jpa.container.impl with parameters of type DestroyCallback
CoundownCallback(int count, DestroyCallback callback)
           
EntityManagerWrapper(javax.persistence.EntityManager em, DestroyCallback callback)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.