Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.blocks.mux | |
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelListenerAdapter
Class which implements
ChannelListener |
Modifier and Type | Field and Description |
---|---|
protected Set<ChannelListener> |
Channel.channel_listeners |
Modifier and Type | Method and Description |
---|---|
void |
Channel.addChannelListener(ChannelListener listener)
Allows to be notified when a channel event such as connect, disconnect or close occurs.
|
void |
Channel.removeChannelListener(ChannelListener listener) |
void |
Channel.setChannelListener(ChannelListener channel_listener)
Deprecated.
Use addChannelListener() instead
|
Modifier and Type | Class and Description |
---|---|
class |
PullPushAdapter
Deprecated.
Use
Receiver instead, this class will be removed in JGroups 3.0 |
class |
RpcDispatcher
This class allows a programmer to invoke remote methods in all (or single)
group members and optionally wait for the return value(s).
|
Modifier and Type | Field and Description |
---|---|
protected List<ChannelListener> |
RpcDispatcher.additionalChannelListeners |
Modifier and Type | Method and Description |
---|---|
boolean |
RpcDispatcher.addChannelListener(ChannelListener l)
Add a new channel listener to be notified on the channel's state change.
|
boolean |
RpcDispatcher.removeChannelListener(ChannelListener l) |
Modifier and Type | Class and Description |
---|---|
class |
MuxRpcDispatcher
A multiplexed message dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
Draw
Shared whiteboard, each new instance joins the same group.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.