Uses of Class
org.javagroups.Channel

Packages that use Channel
org.javagroups   
org.javagroups.blocks   
org.javagroups.demos   
org.javagroups.service   
org.javagroups.service.lease   
 

Uses of Channel in org.javagroups
 

Subclasses of Channel in org.javagroups
 class EnsChannel
          EnsChannel is an implementation of Channel based on Ensemble.
 class JChannel
          JChannel is a pure Java implementation of Channel When a JChannel object is instantiated it automatically sets up the protocol stack
 

Methods in org.javagroups that return Channel
 Channel JChannelFactory.createChannel(java.lang.Object properties)
           
 Channel EnsChannelFactory.createChannel(java.lang.Object properties)
           
 Channel ChannelFactory.createChannel(java.lang.Object properties)
          Creates an instance implementing the Channel interface.
 

Methods in org.javagroups with parameters of type Channel
 void ChannelListener.channelConnected(Channel channel)
           
 void ChannelListener.channelDisconnected(Channel channel)
           
 void ChannelListener.channelClosed(Channel channel)
           
 

Uses of Channel in org.javagroups.blocks
 

Fields in org.javagroups.blocks declared as Channel
protected  Channel TransactionalHashtable.channel
           
protected  Channel MessageDispatcher.channel
           
 

Methods in org.javagroups.blocks that return Channel
 Channel ReplicatedTree.getChannel()
          Returns the Channel the DistributedTree is connected to
 Channel ReplicatedHashtable.getChannel()
           
 Channel NotificationBus.getChannel()
          Used to operate on the underlying channel directly, e.g.
 Channel DistributedTree.getChannel()
          Returns the Channel the DistributedTree is connected to
 Channel DistributedQueue.getChannel()
           
 Channel DistributedHashtable.getChannel()
           
 

Methods in org.javagroups.blocks with parameters of type Channel
 void RpcDispatcher.channelConnected(Channel channel)
           
 void RpcDispatcher.channelDisconnected(Channel channel)
           
 void RpcDispatcher.channelClosed(Channel channel)
           
 

Constructors in org.javagroups.blocks with parameters of type Channel
ReplicationManager(Channel channel, MessageListener ml, MembershipListener l, ReplicationReceiver receiver)
          Creates an instance of ReplicationManager on top of a Channel
VotingAdapter(Channel channel)
          Creates an instance of the VoteChannel that uses JavaGroups for communication between group members.
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection)
           
RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj)
           
RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj, boolean deadlock_detection)
           
 

Uses of Channel in org.javagroups.demos
 

Methods in org.javagroups.demos with parameters of type Channel
 void Gossip.channelConnected(Channel channel)
           
 void Gossip.channelDisconnected(Channel channel)
           
 void Gossip.channelClosed(Channel channel)
           
 void Draw.channelConnected(Channel channel)
           
 void Draw.channelDisconnected(Channel channel)
           
 void Draw.channelClosed(Channel channel)
           
 

Uses of Channel in org.javagroups.service
 

Fields in org.javagroups.service declared as Channel
protected  Channel AbstractService.serviceChannel
           
protected  Channel AbstractService.clientChannel
           
 

Constructors in org.javagroups.service with parameters of type Channel
AbstractService(Channel serviceChannel, Channel clientChannel)
          Main constructor to create services.
 

Uses of Channel in org.javagroups.service.lease
 

Fields in org.javagroups.service.lease declared as Channel
protected  Channel LeaseFactoryClient.clientChannel
           
 

Constructors in org.javagroups.service.lease with parameters of type Channel
LeaseFactoryService(Channel serviceChannel, Channel clientChannel)
          Create instance of this class.
LeaseFactoryClient(Channel clientChannel)
          Create instance of this class for specified client channel with default timeouts.
LeaseFactoryClient(Channel clientChannel, int leaseTimeout, int cancelTimeout)
          Create instance of this class for the specified channel with specified timeouts.
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.