Package org.jgroups.conf
Interface ProtocolStackConfigurator
-
- All Known Implementing Classes:
PlainConfigurator,XmlConfigurator
public interface ProtocolStackConfigurator- Version:
- 1.0
- Author:
- Filip Hanik (filip@filip.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolData[]getProtocolStack()java.lang.StringgetProtocolStackString()
-
-
-
Method Detail
-
getProtocolStackString
java.lang.String getProtocolStackString()
-
getProtocolStack
ProtocolData[] getProtocolStack()
-
-