Uses of Interface
org.jgroups.protocols.TP.ProbeHandler

Packages that use TP.ProbeHandler
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
 

Uses of TP.ProbeHandler in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement TP.ProbeHandler
static class TP.ProtocolAdapter
          Used when the transport is shared (singleton_name is not null).
 

Fields in org.jgroups.protocols with type parameters of type TP.ProbeHandler
protected  java.util.List<TP.ProbeHandler> TP.preregistered_probe_handlers
           
 

Methods in org.jgroups.protocols with parameters of type TP.ProbeHandler
 void TP.registerProbeHandler(TP.ProbeHandler handler)
           
 void TP.unregisterProbeHandler(TP.ProbeHandler handler)
           
 

Uses of TP.ProbeHandler in org.jgroups.protocols.pbcast
 

Classes in org.jgroups.protocols.pbcast that implement TP.ProbeHandler
 class GMS
          Group membership protocol.
 class NAKACK
          Negative AcKnowledgement layer (NAKs).
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.