Uses of Interface
org.jgroups.protocols.AUTH.UpHandler

Packages that use AUTH.UpHandler
org.jgroups.auth   
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of AUTH.UpHandler in org.jgroups.auth
 

Classes in org.jgroups.auth that implement AUTH.UpHandler
 class DemoToken
          AuthToken implementation which shows how to send messages back and forth in order to perform authentication.
 

Uses of AUTH.UpHandler in org.jgroups.protocols
 

Fields in org.jgroups.protocols with type parameters of type AUTH.UpHandler
protected  java.util.List<AUTH.UpHandler> AUTH.up_handlers
          List of UpHandler which are called when an up event has been received.
 

Methods in org.jgroups.protocols with parameters of type AUTH.UpHandler
 void AUTH.register(AUTH.UpHandler handler)
           
 void AUTH.unregister(AUTH.UpHandler handler)
           
 



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