Subclasses of BasicDispatcher in jgroup.relacs.gmi.protocols |
class |
Anycast
Anycast represents a protocol that dispatch method invocations
received through the local endpoint to the local server. |
class |
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. |
class |
Leadercast
Leadercast represents a protocol that will always try to invoke the the
group leader first. |
class |
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. |