View Javadoc

1   /**
2    * Created on Nov 13, 2002
3    *
4    * To change this generated comment edit the template variable "filecomment":
5    * Window>Preferences>Java>Templates.
6    * To enable and disable the creation of file comments go to
7    * Window>Preferences>Java>Code Generation.
8    */
9   package jgroup.test.gm;
10  
11  import jgroup.core.Layer;
12  
13  /**
14   *  Describe class/interface
15   *
16   *  @author Hein Meling <meling@acm.org>
17   */
18  public interface RemoteTestService
19    extends Layer
20  {
21    public void activate();
22  }