Uses of Class
org.jgroups.conf.ProtocolData
-
Packages that use ProtocolData Package Description org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of ProtocolData in org.jgroups.conf
Methods in org.jgroups.conf that return ProtocolData Modifier and Type Method Description ProtocolData[]
PlainConfigurator. getProtocolStack()
Throws a UnsupportedOperationException all the time.ProtocolData[]
ProtocolStackConfigurator. getProtocolStack()
ProtocolData[]
XmlConfigurator. getProtocolStack()
protected static ProtocolData
XmlConfigurator. parseProtocolData(org.w3c.dom.Node protocol)
Methods in org.jgroups.conf with parameters of type ProtocolData Modifier and Type Method Description void
XmlConfigurator. add(ProtocolData data)
void
XmlConfigurator. override(ProtocolData data)
Constructors in org.jgroups.conf with parameters of type ProtocolData Constructor Description XmlConfigurator(java.lang.String stackName, ProtocolData[] protocols)
-