Uses of Interface
org.jgroups.ChannelFactory

Packages that use ChannelFactory
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.demos Provides demonstrations of JGroups functionality. 
 

Uses of ChannelFactory in org.jgroups
 

Classes in org.jgroups that implement ChannelFactory
 class JChannelFactory
          JChannelFactory creates pure Java implementations of the Channel interface.
 

Uses of ChannelFactory in org.jgroups.blocks
 

Constructors in org.jgroups.blocks with parameters of type ChannelFactory
DistributedHashtable(java.lang.String groupname, ChannelFactory factory, java.lang.String properties, boolean persistent, long state_timeout)
          Creates a DisttributedHashtable.
DistributedHashtable(java.lang.String groupname, ChannelFactory factory, java.lang.String properties, long state_timeout)
          Creates a DistributedHashtable
DistributedQueue(java.lang.String groupname, ChannelFactory factory, java.lang.String properties, long state_timeout)
          Creates a DistributedQueue
ReplicatedHashtable(java.lang.String groupname, ChannelFactory factory, ReplicatedHashtable.StateTransferListener l, java.lang.String properties, long state_timeout)
          Creates a ReplicatedHashtable
ReplicatedHashtable(java.lang.String groupname, ChannelFactory factory, java.lang.String properties, long state_timeout)
           
 

Uses of ChannelFactory in org.jgroups.demos
 

Methods in org.jgroups.demos with parameters of type ChannelFactory
 void DistributedHashtableDemo.start(ChannelFactory factory, java.lang.String props, boolean persist)
           
 void DistributedQueueDemo.start(java.lang.String groupname, ChannelFactory factory, java.lang.String props)
           
 



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.