Uses of Interface
org.alfresco.util.transaction.TransactionListener
-
Packages that use TransactionListener Package Description org.alfresco.util.cache org.alfresco.util.transaction -
-
Uses of TransactionListener in org.alfresco.util.cache
Classes in org.alfresco.util.cache that implement TransactionListener Modifier and Type Class Description class
AbstractAsynchronouslyRefreshedCache<T>
The base implementation for an asynchronously refreshed cache. -
Uses of TransactionListener in org.alfresco.util.transaction
Classes in org.alfresco.util.transaction that implement TransactionListener Modifier and Type Class Description class
TransactionListenerAdapter
NO-OP listener.Methods in org.alfresco.util.transaction that return types with arguments of type TransactionListener Modifier and Type Method Description static java.util.Set<TransactionListener>
TransactionSupportUtil. getListeners()
Methods in org.alfresco.util.transaction with parameters of type TransactionListener Modifier and Type Method Description static boolean
TransactionSupportUtil. bindListener(TransactionListener listener, int priority)
Bind listener to the specified priority.
-