Frames | No Frames |
Methods with return 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 | |
void | |
void | |
void |
Methods with return type org.jgroups.Channel | |
Channel | |
Channel | |
Channel | Returns the Channel the DistributedTree is connected to
|
Channel | Offers access to the underlying Channel. |
Channel | Answers the Channel. |
Channel | |
Channel | Returns the Channel the DistributedTree is connected to
|
Classes derived from org.jgroups.Channel | |
class | JChannel is a pure Java implementation of Channel. |
Methods with parameter type org.jgroups.Channel | |
void | |
void | |
void | |
void | |
void | |
void |
Methods with return type org.jgroups.Channel | |
Channel | Creates an instance implementing 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 | JChannelFactory.createChannel(Object properties) Creates a JChannel implementation of the
Channel interface. |