| Class | Description |
|---|---|
| org.jgroups.blocks.DistributedHashtable |
Use
ReplicatedHashMap instead |
| org.jgroups.blocks.PullPushAdapter |
Use
Receiver instead, this class will be removed in JGroups 3.0 |
| org.jgroups.blocks.ReplicatedHashtable |
Use
ReplicatedHashMap instead |
| Constructor | Description |
|---|---|
| org.jgroups.blocks.MethodCall(String, Object[]) |
Use one of the constructors that take class types as arguments
|
| org.jgroups.JChannel(Object) |
Use the constructors with specific parameter types instead.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.