Interface Command<R,C,E extends Exception>

Type Parameters:
R - the command return type
C - the command context type
E - the command execution exception type
All Known Subinterfaces:
PrimaryOwnerCommand<I,M,R>, ScheduleCommand<I,M>
All Known Implementing Classes:
AbstractPrimaryOwnerCommand, CancelCommand, ContainsCommand, EntriesCommand, ScheduleWithMetaDataCommand, ScheduleWithTransientMetaDataCommand

public interface Command<R,C,E extends Exception>
A command to invoke remotely.
Author:
Paul Ferraro