org.jgroups.util
Interface Command

All Known Implementing Classes:
GroupRequest

public interface Command

The Command patttern (se Gamma et al.). Implementations would provide their own execute method.

Author:
Bela Ban

Method Summary
 boolean execute()
           
 

Method Detail

execute

public boolean execute()


Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.