Interface Command<R, C, E extends Exception>
- Type Parameters:
R- the command return typeC- the command context typeE- the command execution exception type
- All Known Subinterfaces:
PrimaryOwnerCommand<K,V, R>, RuntimeCommand<R, C>
- All Known Implementing Classes:
AbstractPrimaryOwnerCommand, CancelCommand, ContainsCommand, ScheduleCommand, ScheduleExpirationCommand
public interface Command<R, C, E extends Exception>
A command to invoke remotely.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
execute
-