Uses of Interface
org.apache.jackrabbit.webdav.jcr.transaction.TransactionListener

Packages that use TransactionListener
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
 class SubscriptionManagerImpl
          SubscriptionManager collects 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
 void TxLockManagerImpl.addTransactionListener(TransactionListener listener)
          Adds a transaction listener to this TxLockManager.
 void TxLockManagerImpl.removeTransactionListener(TransactionListener listener)
          Removes a transaction listener from this TxLockManager.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.