Uses of Interface
org.jgroups.blocks.DistributedQueue.Notification
-
Packages that use DistributedQueue.Notification Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.demos Provides demonstrations of JGroups functionality. -
-
Uses of DistributedQueue.Notification in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type DistributedQueue.Notification Modifier and Type Method Description voidDistributedQueue. addNotifier(DistributedQueue.Notification n)voidDistributedQueue. removeNotifier(DistributedQueue.Notification n) -
Uses of DistributedQueue.Notification in org.jgroups.demos
Classes in org.jgroups.demos that implement DistributedQueue.Notification Modifier and Type Class Description classDistributedQueueDemoUses the DistributedQueue building block.
-