KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jgroups > conf > ProtocolStackConfigurator


1 // $Id: ProtocolStackConfigurator.java,v 1.1.1.1 2003/09/09 01:24:08 belaban Exp $
2

3 package org.jgroups.conf;
4
5 /**
6  * @author Filip Hanik (<a HREF="mailto:filip@filip.net">filip@filip.net)
7  * @version 1.0
8  */

9
10 public interface ProtocolStackConfigurator
11 {
12     String JavaDoc getProtocolStackString();
13     ProtocolData[] getProtocolStack();
14 }
15
Popular Tags