Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.jmx | |
org.jgroups.mux | |
org.jgroups.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Constructor | Description |
---|---|
DistributedQueue(JChannel channel) |
|
ReplicatedHashtable(JChannel channel,
long state_timeout) |
Deprecated.
|
ReplicatedHashtable(JChannel channel,
ReplicatedHashtable.StateTransferListener l,
long state_timeout) |
Deprecated.
|
ReplicatedTree(JChannel channel) |
Expects an already connected channel.
|
Modifier and Type | Method | Description |
---|---|---|
JChannel |
TotalTokenDemo.getChannel() |
Modifier and Type | Method | Description |
---|---|---|
JChannel |
JChannel.getChannel() |
|
JChannel |
JChannelMBean.getChannel() |
Modifier and Type | Method | Description |
---|---|---|
static JChannel |
JmxConfigurator.registerChannel(JChannel channel,
javax.management.MBeanServer server,
java.lang.String name) |
Registers an already created channel with the MBeanServer.
|
static JChannel |
JmxConfigurator.registerChannel(JChannel channel,
javax.management.MBeanServer server,
java.lang.String domain,
java.lang.String cluster_name,
boolean register_protocols) |
Registers an already created channel with the MBeanServer.
|
static void |
JmxConfigurator.registerProtocols(javax.management.MBeanServer server,
JChannel channel,
java.lang.String prefix) |
Takes all protocols of an existing stack, creates corresponding MBean proxies and registers them with
the MBean server
|
static void |
JmxConfigurator.unregisterProtocols(javax.management.MBeanServer server,
JChannel channel,
java.lang.String channel_name) |
Constructor | Description |
---|---|
JChannel(JChannel channel) |
Modifier and Type | Class | Description |
---|---|---|
class |
MuxChannel |
Multiplexer channel is a lightweight version of a regular channel where
multiple MuxChannel(s) share the same underlying regular channel.
|
Modifier and Type | Method | Description |
---|---|---|
JChannel |
MuxChannel.getChannel() |
This should never be used (just for testing) !
|
Constructor | Description |
---|---|
Multiplexer(JChannel channel) |
Constructor | Description |
---|---|
ProtocolStack(JChannel channel,
java.lang.String setup_string) |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
Util.isCoordinator(JChannel ch) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.