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.mux | |
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Class and Description |
---|---|
class |
Channel
A channel represents a group communication endpoint (like BSD datagram sockets).
|
class |
JChannel
JChannel is a pure Java implementation of Channel.
|
Modifier and Type | Field and Description |
---|---|
protected Transport |
PullPushAdapter.transport |
protected Transport |
GroupRequest.transport |
Modifier and Type | Method and Description |
---|---|
Transport |
PullPushAdapter.getTransport() |
Constructor and Description |
---|
GroupRequest(Message m,
Transport transport,
java.util.Vector members,
int rsp_mode) |
GroupRequest(Message m,
Transport transport,
java.util.Vector members,
int rsp_mode,
long timeout,
int expected_mbrs) |
PullPushAdapter(Transport transport) |
PullPushAdapter(Transport transport,
MembershipListener ml) |
PullPushAdapter(Transport transport,
MessageListener l) |
PullPushAdapter(Transport transport,
MessageListener l,
MembershipListener ml) |
PullPushAdapter(Transport transport,
MessageListener l,
MembershipListener ml,
boolean start) |
Modifier and Type | Class and Description |
---|---|
class |
MuxChannel
Multiplexer channel.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolStack
A ProtocolStack manages a number of protocols layered above each other.
|
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.