Uses of Class
org.multiverse.stms.gamma.GammaObjectPool

Packages that use GammaObjectPool
org.multiverse.stms.gamma   
org.multiverse.stms.gamma.transactionalobjects   
org.multiverse.stms.gamma.transactions   
 

Uses of GammaObjectPool in org.multiverse.stms.gamma
 

Fields in org.multiverse.stms.gamma with type parameters of type GammaObjectPool
static ThreadLocal<GammaObjectPool> ThreadLocalGammaObjectPool.threadlocal
           
 

Methods in org.multiverse.stms.gamma that return GammaObjectPool
static GammaObjectPool ThreadLocalGammaObjectPool.getThreadLocalGammaObjectPool()
           
 

Methods in org.multiverse.stms.gamma with parameters of type GammaObjectPool
 void Listeners.openAll(GammaObjectPool pool)
          Opens all latches.
static void Listeners.openAll(Listeners[] listenersArray, GammaObjectPool pool)
          Opens all the listeners.
 

Uses of GammaObjectPool in org.multiverse.stms.gamma.transactionalobjects
 

Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type GammaObjectPool
 void Tranlocal.addCommutingFunction(GammaObjectPool pool, Function function)
           
 Listeners BaseGammaTxnRef.commit(Tranlocal tranlocal, GammaObjectPool pool)
           
 int BaseGammaTxnRef.registerChangeListener(RetryLatch latch, Tranlocal tranlocal, GammaObjectPool pool, long listenerEra)
           
 void BaseGammaTxnRef.releaseAfterFailure(Tranlocal tranlocal, GammaObjectPool pool)
           
 void BaseGammaTxnRef.releaseAfterReading(Tranlocal tranlocal, GammaObjectPool pool)
           
 void BaseGammaTxnRef.releaseAfterUpdate(Tranlocal tranlocal, GammaObjectPool pool)
           
 

Uses of GammaObjectPool in org.multiverse.stms.gamma.transactions
 

Fields in org.multiverse.stms.gamma.transactions declared as GammaObjectPool
 GammaObjectPool GammaTxn.pool
           
 



Copyright © 2012. All Rights Reserved.