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

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

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

Classes in org.apache.aries.jpa.container.context.impl that implement DestroyCallback
 class ManagedPersistenceContextFactory
          A factory that can lazily create managed persistence contexts.
 class QuiesceParticipantImpl
          This class provides Quiesce Participant support for JPA managed contexts.
 

Methods in org.apache.aries.jpa.container.context.impl with parameters of type DestroyCallback
 void PersistenceContextManager.quiesceAllUnits(DestroyCallback callback)
          Quiesce all the persistence units managed by this PersistenceContextManager
 void GlobalPersistenceManager.quiesceBundle(org.osgi.framework.Bundle bundleToQuiesce, DestroyCallback callback)
          Quiesce the supplied bundle
 void PersistenceContextManager.quiesceUnits(org.osgi.framework.Bundle bundleToQuiesce, DestroyCallback callback)
          Call this method to quiesce a given bundle
 

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

Methods in org.apache.aries.jpa.container.context.transaction.impl with parameters of type DestroyCallback
 javax.persistence.EntityManager JTAPersistenceContextRegistry.getCurrentPersistenceContext(javax.persistence.EntityManagerFactory persistenceUnit, Map<?,?> properties, AtomicLong activeCount, DestroyCallback cbk)
          Get a PersistenceContext for the current transaction.
 

Constructors in org.apache.aries.jpa.container.context.transaction.impl with parameters of type DestroyCallback
JTAEntityManager(javax.persistence.EntityManagerFactory factory, Map<String,Object> properties, JTAPersistenceContextRegistry registry, AtomicLong activeCount, DestroyCallback onDestroy)
           
 



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