Uses of Class org.jgroups.Channel

Uses in package org.jgroups

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.

Uses in package org.jgroups.blocks

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, boolean deadlock_detection)
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection, boolean concurrent_processing)
Creates an instance of ReplicationManager on top of a Channel
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

Uses in package org.jgroups.stack

Methods with return type org.jgroups.Channel

Channel

Uses in package org.jgroups.demos

Methods with parameter type org.jgroups.Channel

void
void
void
void
void
void

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.