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