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.executor | |
org.jgroups.blocks.locking | |
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.jmx | |
org.jgroups.mux | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JChannel.init(JChannel ch) |
Constructor and Description |
---|
JChannel(JChannel ch)
Creates a channel with the same configuration as the channel passed to this constructor.
|
Constructor and Description |
---|
DistributedQueue(JChannel channel) |
ReplicatedTree(JChannel channel)
Expects an already connected channel.
|
Modifier and Type | Field and Description |
---|---|
protected JChannel |
ExecutionRunner.ch |
protected JChannel |
ExecutionService.ch |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionRunner.setChannel(JChannel ch) |
void |
ExecutionService.setChannel(JChannel ch) |
Constructor and Description |
---|
ExecutionRunner(JChannel channel) |
ExecutionService.DistributedFuture(JChannel channel,
java.util.concurrent.locks.Lock unfinishedLock,
java.util.concurrent.locks.Condition condition,
java.util.Set<java.util.concurrent.Future<?>> futuresToFinish,
java.util.concurrent.Callable<V> callable)
Creates a FutureTask that will upon running, execute the
given Callable.
|
ExecutionService.DistributedFuture(JChannel channel,
java.util.concurrent.locks.Lock unfinishedLock,
java.util.concurrent.locks.Condition condition,
java.util.Set<java.util.concurrent.Future<?>> futuresToFinish,
java.lang.Runnable runnable,
V result)
Creates a FutureTask that will upon running, execute the
given Runnable, and arrange that get will return the
given result on successful completion.
|
ExecutionService(JChannel ch) |
Modifier and Type | Field and Description |
---|---|
protected JChannel |
LockService.ch |
Modifier and Type | Method and Description |
---|---|
void |
LockService.setChannel(JChannel ch) |
Constructor and Description |
---|
LockService(JChannel ch) |
Modifier and Type | Field and Description |
---|---|
protected JChannel |
ExecutionServiceDemo.ch |
protected JChannel |
RelayDemoRpc.ch |
protected JChannel |
LockServiceDemo.ch |
Modifier and Type | Method and Description |
---|---|
JChannel |
TotalTokenDemo.getChannel() |
Modifier and Type | Method and Description |
---|---|
javax.management.DynamicMBean |
JmxConfigurator.asDynamicMBean(JChannel ch)
Deprecated.
|
static void |
JmxConfigurator.registerChannel(JChannel channel,
javax.management.MBeanServer server,
java.lang.String name)
Registers an already created channel with the given MBeanServer.
|
static void |
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 given MBeanServer.
|
static void |
JmxConfigurator.unregisterChannel(JChannel c,
javax.management.MBeanServer server,
java.lang.String clusterName) |
static void |
JmxConfigurator.unregisterChannel(JChannel c,
javax.management.MBeanServer server,
java.lang.String domain,
java.lang.String clusterName) |
static javax.management.DynamicMBean |
JmxConfigurator.wrap(JChannel ch)
Wrap JChannel with DynamicMBean interface.
|
Modifier and Type | Class and Description |
---|---|
class |
MuxChannel
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JChannel |
MuxChannel.getChannel()
Deprecated.
This should never be used (just for testing) !
|
Constructor and Description |
---|
Multiplexer(JChannel channel)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected JChannel |
RELAY.bridge
The bridge between the two local clusters, usually based on a TCP config
|
Modifier and Type | Method and Description |
---|---|
JChannel |
ProtocolStack.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolStack.setChannel(JChannel ch) |
Constructor and Description |
---|
ProtocolStack(JChannel channel) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Util.isCoordinator(JChannel ch) |
static void |
Util.registerChannel(JChannel channel,
java.lang.String name) |
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.