Uses of Interface
org.javagroups.MembershipListener

Packages that use MembershipListener
org.javagroups.blocks   
org.javagroups.demos   
org.javagroups.demos.wb   
org.javagroups.service   
org.javagroups.service.lease   
 

Uses of MembershipListener in org.javagroups.blocks
 

Classes in org.javagroups.blocks that implement MembershipListener
 class DistributedHashtable
          Provides the abstraction of a java.util.Hashtable that is replicated at several locations.
 class DistributedTree
          A tree-like structure that is replicated across several members.
 class MembershipListenerAdapter
          This class provides multiplexing possibilities for MembershipListener instances.
 class NotificationBus
          Class for dissemination of notifications.
 class ReplicatedHashtable
          Provides the abstraction of a java.util.Hashtable that is replicated at several locations.
 class ReplicatedTree
          A tree-like structure that is replicated across several members.
 class VotingAdapter
          Voting adapter provides a voting functionality for an application.
 

Fields in org.javagroups.blocks declared as MembershipListener
protected  MembershipListener[] MembershipListenerAdapter.membershipListenersCache
           
protected  MembershipListener MessageDispatcher.membership_listener
           
 

Methods in org.javagroups.blocks with parameters of type MembershipListener
 void PullPushAdapter.setMembershipListener(MembershipListener ml)
          Deprecated. Use addMembershipListener
 void PullPushAdapter.addMembershipListener(MembershipListener l)
           
 void MembershipListenerAdapter.addMembershipListener(MembershipListener listener)
          Add membership listener to this adapter.
 void MembershipListenerAdapter.removeMembershipListener(MembershipListener listener)
          Remove membership listener from this adapter.
 void MessageDispatcher.setMembershipListener(MembershipListener l)
           
 

Constructors in org.javagroups.blocks with parameters of type MembershipListener
PullPushAdapter(Transport transport, MembershipListener ml)
           
PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
MessageDispatcher(PullPushAdapter adapter, java.io.Serializable id, MessageListener l, MembershipListener l2)
           
MessageDispatcher(PullPushAdapter adapter, java.io.Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj)
           
RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj, boolean deadlock_detection)
           
RpcDispatcher(PullPushAdapter adapter, java.io.Serializable id, MessageListener l, MembershipListener l2, java.lang.Object server_obj)
           
DistributedLock(PullPushAdapter ad, MessageListener l1, MembershipListener l2)
           
DistributedLock(Channel ch, MessageListener l1, MembershipListener l2)
           
 

Uses of MembershipListener in org.javagroups.demos
 

Classes in org.javagroups.demos that implement MembershipListener
 class Chat
          Instances of the group can broadcast short messages to the group, and receive them.
 class QuoteClient
          Used in conjunction with QuoteServer: a client is member of a group of quote servers which replicate stock quotes among themselves.
 class QuoteServer
          Example of a replicated quote server.
 class Topology
          Demonstrates the membership service.
 class ViewDemo
          Demos the reception of views using a PullPushAdapter.
 

Uses of MembershipListener in org.javagroups.demos.wb
 

Classes in org.javagroups.demos.wb that implement MembershipListener
 class Whiteboard
          Shared whiteboard: members are represented by rectangles that contain their names and the OS/arch of the machine they are working on.
 

Uses of MembershipListener in org.javagroups.service
 

Classes in org.javagroups.service that implement MembershipListener
 class AbstractService
          AbstractService is a superclass for all service implementations.
 

Uses of MembershipListener in org.javagroups.service.lease
 

Classes in org.javagroups.service.lease that implement MembershipListener
 class LeaseFactoryService
          LeaseFactoryService is service that is able to lease resources to clients.
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.