Uses of Interface
org.jgroups.MessageListener
Packages that use MessageListener
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
A distributed whiteboard applet implemented using JGroups.
-
Uses of MessageListener in org.jgroups
Subinterfaces of MessageListener in org.jgroupsModifier and TypeInterfaceDescriptioninterfaceExtendedMessageListenerhas additional callbacks for: partial state transfer - http://jira.jboss.com/jira/browse/JGRP-118 streaming state transfer - http://jira.jboss.com/jira/browse/JGRP-89interfaceExtends Receiver, plus the partial state transfer methods.interfaceDefines the callbacks that are invoked when messages, views etc are received on a channelClasses in org.jgroups that implement MessageListener -
Uses of MessageListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement MessageListenerModifier and TypeClassDescriptionclassDeprecated.classProvides the abstraction of a java.util.LinkedList that is replicated at several locations.classA tree-like structure that is replicated across several members.classThis class provides multiplexing possibilities forMessageListenerinstances.classThis class provides notification sending and handling capability.classReplicatedHashMap<K extends Serializable,V extends Serializable> Subclass of aConcurrentHashMapwith replication of the contents across a cluster.classDeprecated.UseReplicatedHashMapinsteadclassA tree-like structure that is replicated across several members.classVoting adapter provides a voting functionality for an application.Fields in org.jgroups.blocks declared as MessageListenerModifier and TypeFieldDescriptionprotected MessageListenerPullPushAdapter.listenerDeprecated.protected MessageListener[]MessageListenerAdapter.messageListenersCacheprotected MessageListenerMessageDispatcher.msg_listenerprotected MessageListenerMessageListenerAdapter.stateListenerMethods in org.jgroups.blocks that return MessageListenerModifier and TypeMethodDescriptionPullPushAdapter.getListener()Deprecated.MessageDispatcher.getMessageListener()Gives access to the currently configured MessageListener.Methods in org.jgroups.blocks with parameters of type MessageListenerModifier and TypeMethodDescriptionfinal voidMessageListenerAdapter.addMessageListener(MessageListener listener) Add message listener to this adapter.voidPullPushAdapter.registerListener(Serializable identifier, MessageListener l) Deprecated.Sets a listener to messages with a given identifier.voidMessageListenerAdapter.removeMessageListener(MessageListener listener) Remove message listener from this adapter.final voidPullPushAdapter.setListener(MessageListener l) Deprecated.final voidMessageDispatcher.setMessageListener(MessageListener l) voidMessageListenerAdapter.setStateListener(MessageListener listener) Registerlistenerfor state notification events.Constructors in org.jgroups.blocks with parameters of type MessageListenerModifierConstructorDescriptionMessageDispatcher(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2) MessageDispatcher(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler) MessageDispatcher(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean concurrent_processing) MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2) MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection) MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection, boolean concurrent_processing) MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler) MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection) MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection, boolean concurrent_processing) MessageListenerAdapter(MessageListener mainListener) Create instance of this class.PullPushAdapter(Transport transport, MessageListener l) Deprecated.PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml) Deprecated.PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml, boolean start) Deprecated.RpcDispatcher(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, Object server_obj) RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj) RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection) RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection, boolean concurrent_processing) -
Uses of MessageListener in org.jgroups.demos
Classes in org.jgroups.demos that implement MessageListenerModifier and TypeClassDescriptionclassclassclassShared whiteboard, each new instance joins the same group.classExample of a replicated quote server.classDemos the reception of views using a PullPushAdapter. -
Uses of MessageListener in org.jgroups.demos.wb
Classes in org.jgroups.demos.wb that implement MessageListenerModifier and TypeClassDescriptionclassShared whiteboard: members are represented by rectangles that contain their names and the OS/arch of the machine they are working on.
ReplicatedHashMapinstead