Uses of Interface
org.jgroups.UpHandler

Packages that use UpHandler
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.mux   
 

Uses of UpHandler in org.jgroups
 

Fields in org.jgroups declared as UpHandler
protected  UpHandler Channel.up_handler
           
 

Methods in org.jgroups with parameters of type UpHandler
 void Channel.setUpHandler(UpHandler up_handler)
          When up_handler is set, all events will be passed to it directly.
 

Uses of UpHandler in org.jgroups.mux
 

Classes in org.jgroups.mux that implement UpHandler
 class Multiplexer
          Used for dispatching incoming messages.
 



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.