Uses of Interface
org.jgroups.blocks.ReplicatedHashtable.StateTransferListener
-
Packages that use ReplicatedHashtable.StateTransferListener Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of ReplicatedHashtable.StateTransferListener in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type ReplicatedHashtable.StateTransferListener Modifier and Type Method Description void
ReplicatedHashtable. addStateTransferListener(ReplicatedHashtable.StateTransferListener l)
Deprecated.void
ReplicatedHashtable. removeStateTransferListener(ReplicatedHashtable.StateTransferListener l)
Deprecated.Constructors in org.jgroups.blocks with parameters of type ReplicatedHashtable.StateTransferListener Constructor Description ReplicatedHashtable(java.lang.String groupname, ChannelFactory factory, ReplicatedHashtable.StateTransferListener l, java.lang.String properties, long state_timeout)
Deprecated.Creates a ReplicatedHashtableReplicatedHashtable(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout)
Deprecated.
-