| Interface | Description |
|---|---|
| Command<R,C> |
A command to be executed on a remote member.
|
| CommandDispatcher<C> |
RPC dispatcher that uses the command pattern.
|
| CommandDispatcherFactory |
Factory for creating instances of
CommandDispatcher. |
| Member |
Identifies a group member.
|
| MembershipListener |
Used to notify the implementor of changes to group membership.
|
| Remote |
Use to identify the source member of an object.
|
| Stateful |
Used by the command dispatcher to handle state transfer between members.
|
Copyright © 2004–2014 Paul Ferraro. All rights reserved.