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.
|
org.jgroups.mux | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
class |
JChannel
JChannel is a pure Java implementation of Channel.
|
Modifier and Type | Method and Description |
---|---|
Channel |
JChannelFactory.createChannel()
Deprecated.
Creates a
JChannel implementation of the
Channel |
Channel |
ChannelFactory.createChannel()
Deprecated.
Create a new channel with the properties defined in the factory
|
Channel |
JChannelFactory.createChannel(Object properties)
Deprecated.
JChannel 's conversion to type-specific
construction, and the subsequent deprecation of its
JChannel(Object) constructor, necessitate the
deprecation of this factory method as well. Type-specific
protocol stack configuration should be specfied during
construction of an instance of this factory. |
Channel |
ChannelFactory.createChannel(Object props)
Deprecated.
|
Channel |
JChannelFactory.createChannel(String stack_name)
Deprecated.
|
Channel |
ChannelFactory.createChannel(String stack_name)
Deprecated.
|
Channel |
JChannelFactory.createMultiplexerChannel(String stack_name,
String id)
Deprecated.
Use a shared transport instead of the multiplexer
|
Channel |
ChannelFactory.createMultiplexerChannel(String stack_name,
String id)
Deprecated.
Creates an implementation of the Channel using a given stack name and
registering it under a given identity.
|
Channel |
JChannelFactory.createMultiplexerChannel(String stack_name,
String id,
boolean register_for_state_transfer,
String substate_id)
Deprecated.
Use a shared transport instead of the multiplexer
|
Channel |
ChannelFactory.createMultiplexerChannel(String stack_name,
String id,
boolean register_for_state_transfer,
String substate_id)
Deprecated.
Creates an implementation of the Channel using a given stack name and
registering it under a given identity.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelListenerAdapter.channelClosed(Channel channel) |
void |
ChannelListener.channelClosed(Channel channel) |
void |
ChannelListenerAdapter.channelConnected(Channel channel) |
void |
ChannelListener.channelConnected(Channel channel) |
void |
ChannelListenerAdapter.channelDisconnected(Channel channel) |
void |
ChannelListener.channelDisconnected(Channel channel) |
protected void |
Channel.notifyChannelClosed(Channel c) |
protected void |
Channel.notifyChannelConnected(Channel c) |
protected void |
Channel.notifyChannelDisconnected(Channel c) |
Modifier and Type | Field and Description |
---|---|
protected Channel |
DistributedQueue.channel |
protected Channel |
DistributedTree.channel |
protected Channel |
MessageDispatcher.channel |
Modifier and Type | Method and Description |
---|---|
Channel |
ReplicatedHashMap.getChannel() |
Channel |
DistributedQueue.getChannel() |
Channel |
ReplicatedTree.getChannel()
Returns the Channel the DistributedTree is connected to
|
Channel |
DistributedTree.getChannel()
Returns the Channel the DistributedTree is connected to
|
Channel |
MessageDispatcher.getChannel()
Offers access to the underlying Channel.
|
Channel |
NotificationBus.getChannel()
Deprecated.
Answers the Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
PullPushAdapter.channelClosed(Channel channel)
Deprecated.
|
void |
RpcDispatcher.channelClosed(Channel channel) |
void |
PullPushAdapter.channelConnected(Channel channel)
Deprecated.
|
void |
RpcDispatcher.channelConnected(Channel channel) |
void |
PullPushAdapter.channelDisconnected(Channel channel)
Deprecated.
|
void |
RpcDispatcher.channelDisconnected(Channel channel) |
void |
MessageDispatcher.setChannel(Channel ch) |
Constructor and Description |
---|
MessageDispatcher(Channel channel,
MessageListener l,
MembershipListener l2) |
MessageDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
boolean deadlock_detection)
Deprecated.
|
MessageDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
boolean deadlock_detection,
boolean concurrent_processing)
Deprecated.
|
MessageDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler) |
MessageDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler,
boolean deadlock_detection)
Deprecated.
|
MessageDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler,
boolean deadlock_detection,
boolean concurrent_processing)
Deprecated.
|
NotificationBus(Channel channel,
String bus_name)
Deprecated.
|
ReplicatedHashMap(Channel channel)
Constructs a new ReplicatedHashMap with channel.
|
ReplicatedHashMap(Channel channel,
boolean persistent)
Constructs a new ReplicatedHashMap with channel and persistence option.
|
ReplicatedHashMap(ConcurrentMap<K,V> map,
Channel channel,
boolean persistent)
Constructs a new ReplicatedHashMap using provided map instance.
|
RpcDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
Object server_obj) |
RpcDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
Object server_obj,
boolean deadlock_detection)
Deprecated.
|
RpcDispatcher(Channel channel,
MessageListener l,
MembershipListener l2,
Object server_obj,
boolean deadlock_detection,
boolean concurrent_processing)
Deprecated.
|
VotingAdapter(Channel channel)
Creates an instance of the VoteChannel that uses JGroups
for communication between group members.
|
Constructor and Description |
---|
MuxMessageDispatcher(short scopeId,
Channel channel,
MessageListener messageListener,
MembershipListener membershipListener,
RequestHandler handler) |
MuxRpcDispatcher(short scopeId,
Channel channel,
MessageListener messageListener,
MembershipListener membershipListener,
Object serverObject) |
MuxRpcDispatcher(short scopeId,
Channel channel,
MessageListener messageListener,
MembershipListener membershipListener,
Object serverObject,
MethodLookup method_lookup) |
Modifier and Type | Method and Description |
---|---|
void |
Draw.channelClosed(Channel channel) |
void |
Draw.channelConnected(Channel channel) |
void |
Draw.channelDisconnected(Channel channel) |
Constructor and Description |
---|
Draw(Channel channel) |
Draw(Channel channel,
boolean use_state,
long state_timeout) |
Modifier and Type | Class and Description |
---|---|
class |
MuxChannel
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Multiplexer.createMuxChannel(String id,
String stack_name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
Util.addFlush(Channel ch,
FLUSH flush) |
static void |
Util.blockUntilViewsReceived(long timeout,
long interval,
Channel... channels)
Blocks until all channels have the same view
|
static void |
Util.close(Channel... channels) |
static void |
Util.close(Channel ch) |
static void |
Util.shutdown(Channel ch)
Drops messages to/from other members and then closes the channel.
|
static boolean |
Util.startFlush(Channel c) |
static boolean |
Util.startFlush(Channel c,
int numberOfAttempts,
long randomSleepTimeoutFloor,
long randomSleepTimeoutCeiling) |
static boolean |
Util.startFlush(Channel c,
List<Address> flushParticipants) |
static boolean |
Util.startFlush(Channel c,
List<Address> flushParticipants,
int numberOfAttempts,
long randomSleepTimeoutFloor,
long randomSleepTimeoutCeiling) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.