Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.debug |
Provides debug support, including testing, profiling, and a graphical view of a protocol stack.
|
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.jmx | |
org.jgroups.mux | |
org.jgroups.stack |
Support for managing protocol stacks.
|
Constructor and Description |
---|
DistributedQueue(JChannel channel) |
ReplicatedHashtable(JChannel channel,
long state_timeout) |
ReplicatedHashtable(JChannel channel,
ReplicatedHashtable.StateTransferListener l,
long state_timeout) |
ReplicatedTree(JChannel channel)
Expects an already connected channel.
|
Modifier and Type | Method and Description |
---|---|
void |
Debugger.setChannel(JChannel channel) |
Constructor and Description |
---|
Debugger(JChannel channel) |
Debugger(JChannel channel,
boolean cummulative) |
Debugger(JChannel channel,
boolean cummulative,
java.lang.String name) |
Debugger(JChannel channel,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
JChannel |
TotalTokenDemo.getChannel() |
Modifier and Type | Method and Description |
---|---|
JChannel |
JChannel.getChannel() |
JChannel |
JChannelMBean.getChannel() |
Modifier and Type | Method and 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 and Description |
---|
JChannel(JChannel channel) |
Modifier and Type | Class and Description |
---|---|
class |
MuxChannel
Multiplexer channel.
|
Modifier and Type | Method and Description |
---|---|
JChannel |
MuxChannel.getChannel()
This should never be used (just for testing) !
|
Constructor and Description |
---|
Multiplexer(JChannel channel) |
MuxChannel(JChannelFactory f,
JChannel ch,
java.lang.String id,
java.lang.String stack_name,
Multiplexer mux) |
Constructor and Description |
---|
ProtocolStack(JChannel channel,
java.lang.String setup_string) |
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.