Uses of Class
org.jgroups.conf.ProtocolParameter
-
Packages that use ProtocolParameter Package Description org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of ProtocolParameter in org.jgroups.conf
Methods in org.jgroups.conf that return ProtocolParameter Modifier and Type Method Description ProtocolParameter[]
ProtocolData. getParametersAsArray()
protected static ProtocolParameter[]
XmlConfigurator. parseProtocolParameters(org.w3c.dom.Element protparams)
Methods in org.jgroups.conf with parameters of type ProtocolParameter Modifier and Type Method Description void
ProtocolData. override(ProtocolParameter[] params)
Constructors in org.jgroups.conf with parameters of type ProtocolParameter Constructor Description ProtocolData(java.lang.String protocolName, java.lang.String description, java.lang.String className, ProtocolParameter[] params)
ProtocolData(java.lang.String overRideName, ProtocolParameter[] params)
-