Package org.jgroups.util
Interface Command
-
- All Known Implementing Classes:
GroupRequest
public interface Command
The Command patttern (see Gamma et al.). Implementations would provide their ownexecute
method.- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute()
-