Class Summary |
Anycast |
Anycast represents a protocol that dispatch method invocations
received through the local endpoint to the local server. |
Atomic |
Atomic represents a protocol that dispatch method invocations
received through the local endpoint to all the other methods of
the group, including the local server. |
BasicDispatcher |
BasicDispatcher is the super class for all protocols, and must be subclassed. |
Leadercast |
Leadercast represents a protocol that will always try to invoke the the
group leader first. |
Multicast |
Multicast represents a protocol that dispatch method invocations
received through the local endpoint to all the other members of
the group, including the local server. |