Uses of Interface
com.netflix.curator.framework.recipes.locks.RevocationListener

Packages that use RevocationListener
com.netflix.curator.framework.recipes.locks   
 

Uses of RevocationListener in com.netflix.curator.framework.recipes.locks
 

Methods in com.netflix.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 © 2012. All Rights Reserved.