Uses of Interface org.jgroups.ChannelFactory

Uses in package org.jgroups.demos

Methods with parameter type org.jgroups.ChannelFactory

void
DistributedQueueDemo.start(String groupname, ChannelFactory factory, String props)
void
DistributedHashtableDemo.start(ChannelFactory factory, String props, boolean persist)

Uses in package org.jgroups.blocks

Constructors with parameter type org.jgroups.ChannelFactory

DistributedHashtable.DistributedHashtable(String groupname, ChannelFactory factory, String properties, boolean persistent, long state_timeout)
Creates a DisttributedHashtable.
DistributedHashtable.DistributedHashtable(String groupname, ChannelFactory factory, String properties, long state_timeout)
Creates a DistributedHashtable
DistributedQueue.DistributedQueue(String groupname, ChannelFactory factory, String properties, long state_timeout)
Creates a DistributedQueue
ReplicatedHashtable.ReplicatedHashtable(String groupname, ChannelFactory factory, String properties, long state_timeout)
ReplicatedHashtable.ReplicatedHashtable(String groupname, ChannelFactory factory, ReplicatedHashtable.StateTransferListener l, String properties, long state_timeout)
Creates a ReplicatedHashtable

Uses in package org.jgroups

Classes implementing org.jgroups.ChannelFactory

class
JChannelFactory creates pure Java implementations of the Channel interface.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.