Uses of Interface
org.jgroups.blocks.locking.LockNotification
Packages that use LockNotification
Package
Description
Provides demonstrations of JGroups functionality.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of LockNotification in org.jgroups.blocks.locking
Methods in org.jgroups.blocks.locking with parameters of type LockNotificationModifier and TypeMethodDescriptionvoidLockService.addLockListener(LockNotification listener) Deprecated.voidLockService.removeLockListener(LockNotification listener) Deprecated. -
Uses of LockNotification in org.jgroups.demos
Classes in org.jgroups.demos that implement LockNotification -
Uses of LockNotification in org.jgroups.protocols
Classes in org.jgroups.protocols that implement LockNotificationModifier and TypeClassDescriptionclassDeprecated.See http://belaban.blogspot.com/2020/11/i-hate-distributed-locks.html.Fields in org.jgroups.protocols with type parameters of type LockNotificationModifier and TypeFieldDescriptionprotected final Set<LockNotification> Locking.lock_listenersDeprecated.Methods in org.jgroups.protocols with parameters of type LockNotificationModifier and TypeMethodDescriptionvoidLocking.addLockListener(LockNotification listener) Deprecated.voidLocking.removeLockListener(LockNotification listener) Deprecated.