Uses of Interface
org.apache.curator.framework.recipes.locks.RevocationListener

Packages that use RevocationListener
org.apache.curator.framework.recipes.locks   
 

Uses of RevocationListener in org.apache.curator.framework.recipes.locks
 

Methods in org.apache.curator.framework.recipes.locks with parameters of type RevocationListener
 void InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener)
           
 void InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener, Executor executor)
           
 void Revocable.makeRevocable(RevocationListener<T> listener)
          Make the lock revocable.
 void Revocable.makeRevocable(RevocationListener<T> listener, Executor executor)
          Make the lock revocable.
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.