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

Packages that use AbstractChannelPool
org.objectweb.tribe.channel Tribe channel package.  
org.objectweb.tribe.channel.tcp Tribe TCP channel package.  
org.objectweb.tribe.gms Tribe GMS package.  
 

Uses of AbstractChannelPool in org.objectweb.tribe.channel
 

Fields in org.objectweb.tribe.channel declared as AbstractChannelPool
protected  AbstractChannelPool ReliableGroupChannel.channelPool
           
 

Uses of AbstractChannelPool in org.objectweb.tribe.channel.tcp
 

Subclasses of AbstractChannelPool in org.objectweb.tribe.channel.tcp
 class TcpChannelPool
          This class defines a TcpChannelPool
 

Methods in org.objectweb.tribe.channel.tcp that return AbstractChannelPool
static AbstractChannelPool TcpChannelPool.getChannelPool()
          Returns a static instance of the serverSocket pool.
 

Uses of AbstractChannelPool in org.objectweb.tribe.gms
 

Constructors in org.objectweb.tribe.gms with parameters of type AbstractChannelPool
GroupMembershipService(IpAddress replyAddress, AbstractChannelPool channelPool, DiscoveryService discovery)
          Creates a new GroupMembershipService object
 



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.