Uses of Class
org.objectweb.tribe.channel.ReliableGroupChannel

Packages that use ReliableGroupChannel
org.objectweb.tribe.adapters Tribe adapter package.  
org.objectweb.tribe.channel Tribe channel package.  
 

Uses of ReliableGroupChannel in org.objectweb.tribe.adapters
 

Fields in org.objectweb.tribe.adapters declared as ReliableGroupChannel
protected  ReliableGroupChannel PullPushAdapter.channel
           
 

Methods in org.objectweb.tribe.adapters that return ReliableGroupChannel
 ReliableGroupChannel PullPushAdapter.getChannel()
          Return the underlying channel.
 ReliableGroupChannel MulticastRequestAdapter.getChannel()
          Returns the channel value.
 

Constructors in org.objectweb.tribe.adapters with parameters of type ReliableGroupChannel
PullPushAdapter(ReliableGroupChannel channel, MessageListener listener)
          Creates a new PullPushAdapter on a channel and use the provided listener for callbacks on message reception.
MulticastRequestAdapter(ReliableGroupChannel channel, MessageListener msgListener, MulticastRequestListener dispatcherListener)
          Creates a new MulticastRequestAdapter object
 

Uses of ReliableGroupChannel in org.objectweb.tribe.channel
 

Subclasses of ReliableGroupChannel in org.objectweb.tribe.channel
 class JGroupsReliableChannel
          This class defines a JGroupsReliableChannel which is a ReliableGroupChannel wrapper on top of a JGroups JChannel.
 class JGroupsReliableChannelWithGms
          This class defines a JGroupsReliableChannelWithGms which is a ReliableGroupChannelWithGms wrapper on top of a JGroups JChannel that uses the GMS service provided by JGroups.
 class ReliableGroupChannelWithGms
          This class defines a ReliableGroupChannel relying on a Group Membership Service (GMS).
 class ReliableGroupChannelWithViews
          This class defines a ReliableGroupChannelWithViews.
 



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.