Uses of Interface
org.jgroups.ChannelFactory
Packages that use ChannelFactory
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
-
Uses of ChannelFactory in org.jgroups
Classes in org.jgroups that implement ChannelFactoryModifier and TypeClassDescriptionclass
JChannelFactory creates pure Java implementations of theChannel
interface. -
Uses of ChannelFactory in org.jgroups.blocks
Constructors in org.jgroups.blocks with parameters of type ChannelFactoryModifierConstructorDescriptionDistributedHashtable
(String groupname, ChannelFactory factory, String properties, boolean persistent, long state_timeout) Deprecated.Creates a DisttributedHashtable.DistributedHashtable
(String groupname, ChannelFactory factory, String properties, long state_timeout) Deprecated.Creates a DistributedHashtableDistributedQueue
(String groupname, ChannelFactory factory, String properties, long state_timeout) Creates a DistributedQueueReplicatedHashMap
(String clustername, ChannelFactory factory, String properties, boolean persistent, long state_timeout) Creates a ReplicatedHashMap.ReplicatedHashMap
(String clustername, ChannelFactory factory, String properties, long state_timeout) Creates a ReplicatedHashMapReplicatedHashtable
(String groupname, ChannelFactory factory, String properties, long state_timeout) Deprecated.ReplicatedHashtable
(String groupname, ChannelFactory factory, ReplicatedHashtable.StateTransferListener l, String properties, long state_timeout) Deprecated.Creates a ReplicatedHashtable -
Uses of ChannelFactory in org.jgroups.demos
Methods in org.jgroups.demos with parameters of type ChannelFactoryModifier and TypeMethodDescriptionvoid
DistributedHashtableDemo.start
(ChannelFactory factory, String props, boolean persist) void
DistributedQueueDemo.start
(String groupname, ChannelFactory factory, String props) void
ReplicatedHashMapDemo.start
(ChannelFactory factory, String props, boolean persist)