Frames | No Frames |
Constructors with parameter type org.jgroups.Channel | |
Create instance of this class for specified client channel with
default timeouts. | |
Create instance of this class for the specified channel with specified
timeouts. | |
Create instance of this class. |
Fields of type org.jgroups.Channel | |
Channel |
Methods with parameter type org.jgroups.Channel | |
void | |
void | |
void | |
void | |
void | |
void |
Constructors with parameter type org.jgroups.Channel | |
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection) | |
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection, boolean concurrent_processing) | |
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler) | |
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection) | |
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection, boolean concurrent_processing) | |
ReplicationManager.ReplicationManager(Channel channel, MessageListener ml, MembershipListener l, ReplicationReceiver receiver) Creates an instance of ReplicationManager on top of a Channel
| |
RpcDispatcher.RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj) | |
RpcDispatcher.RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection) | |
RpcDispatcher.RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection, boolean concurrent_processing) | |
Creates an instance of the VoteChannel that uses JGroups
for communication between group members. |
Fields of type org.jgroups.Channel | |
Channel | |
Channel | |
Channel |
Methods with parameter type org.jgroups.Channel | |
void | |
void | |
void |
Methods with return type org.jgroups.Channel | |
Channel | |
Channel | |
Channel | Returns the Channel the DistributedTree is connected to
|
Channel | Used to operate on the underlying channel directly, e.g. |
Channel | |
Channel | Returns the Channel the DistributedTree is connected to
|
Classes derived from org.jgroups.Channel | |
class | EnsChannel is an implementation of Channel based on
Ensemble. |
class | JChannel is a pure Java implementation of Channel
When a JChannel object is instantiated it automatically sets up the
protocol stack
|
Methods with parameter type org.jgroups.Channel | |
void | |
void | |
void |
Methods with return type org.jgroups.Channel | |
Channel | Creates an instance implementing the Channel interface. |
Channel | No-Op implementation of the createChannel() method specified by the
Channel interface. |
Channel | Creates a JChannel implementation of the
Channel interface using the protocol stack configuration
information specfied during construction of an instance of this factory. |
Channel | ChannelFactory.createChannel(Object properties) Creates an instance implementing the Channel interface. |
Channel | EnsChannelFactory.createChannel(Object properties) |
Channel | JChannelFactory.createChannel(Object properties) Creates a JChannel implementation of the
Channel interface. |
Constructors with parameter type org.jgroups.Channel | |
Main constructor to create services. |
Fields of type org.jgroups.Channel | |
Channel | |
Channel |