Uses of Interface
org.infinispan.util.concurrent.locks.PendingLockListener
-
Packages that use PendingLockListener Package Description org.infinispan.remoting.inboundhandler.action org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of PendingLockListener in org.infinispan.remoting.inboundhandler.action
Classes in org.infinispan.remoting.inboundhandler.action that implement PendingLockListener Modifier and Type Class Description class
PendingTxAction
AnAction
implementation that check for older topology transactions. -
Uses of PendingLockListener in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks with parameters of type PendingLockListener Modifier and Type Method Description void
PendingLockPromise. addListener(PendingLockListener listener)
Adds a listener to this promise.
-