Uses of Interface
org.apache.jackrabbit.webdav.jcr.transaction.TransactionListener
-
Packages that use TransactionListener Package Description org.apache.jackrabbit.webdav.jcr.observation org.apache.jackrabbit.webdav.jcr.transaction -
-
Uses of TransactionListener in org.apache.jackrabbit.webdav.jcr.observation
Classes in org.apache.jackrabbit.webdav.jcr.observation that implement TransactionListener Modifier and Type Class Description classSubscriptionManagerImplSubscriptionManagercollects all subscriptions requested, handles the subscription timeout and provides METHODS to discover subscriptions present on a given resource as well as events for an specific subscription. -
Uses of TransactionListener in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type TransactionListener Modifier and Type Method Description voidTxLockManagerImpl. addTransactionListener(TransactionListener listener)Adds a transaction listener to thisTxLockManager.voidTxLockManagerImpl. removeTransactionListener(TransactionListener listener)Removes a transaction listener from thisTxLockManager.
-