Uses of Class
org.jboss.cache.interceptors.OrderedSynchronizationHandler

Packages that use OrderedSynchronizationHandler
org.jboss.cache.transaction   
 

Uses of OrderedSynchronizationHandler in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction that return OrderedSynchronizationHandler
 OrderedSynchronizationHandler TransactionContext.getOrderedSynchronizationHandler()
           
 OrderedSynchronizationHandler AbstractTransactionContext.getOrderedSynchronizationHandler()
           
 

Methods in org.jboss.cache.transaction with parameters of type OrderedSynchronizationHandler
 void TransactionContext.setOrderedSynchronizationHandler(OrderedSynchronizationHandler orderedSynchronizationHandler)
          Associates an ordered sync handler with this transaction.
 void AbstractTransactionContext.setOrderedSynchronizationHandler(OrderedSynchronizationHandler orderedSynchronizationHandler)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.