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
Deprecated.
|
protected Transport |
GroupRequest.transport |
Modifier and Type | Method and Description |
---|---|
Transport |
PullPushAdapter.getTransport()
Deprecated.
|
Constructor and Description |
---|
GroupRequest(Message m,
Transport transport,
java.util.Vector<Address> members,
int rsp_mode) |
GroupRequest(Message m,
Transport transport,
java.util.Vector<Address> members,
int rsp_mode,
long timeout,
int expected_mbrs) |
PullPushAdapter(Transport transport)
Deprecated.
|
PullPushAdapter(Transport transport,
MembershipListener ml)
Deprecated.
|
PullPushAdapter(Transport transport,
MessageListener l)
Deprecated.
|
PullPushAdapter(Transport transport,
MessageListener l,
MembershipListener ml)
Deprecated.
|
PullPushAdapter(Transport transport,
MessageListener l,
MembershipListener ml,
boolean start)
Deprecated.
|
Modifier and Type | Class and 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 | Class and Description |
---|---|
class |
ProtocolStack
A ProtocolStack manages a number of protocols layered above each other.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.