Frames | No Frames |
Methods with parameter type org.jgroups.ChannelFactory | |
void | |
void |
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
|
Classes implementing org.jgroups.ChannelFactory | |
class | |
class | JChannelFactory creates pure Java implementations of the Channel
interface. |