Uses of Class
org.javagroups.conf.ProtocolData

Packages that use ProtocolData
org.javagroups.conf   
 

Uses of ProtocolData in org.javagroups.conf
 

Methods in org.javagroups.conf that return ProtocolData
 ProtocolData[] ProtocolStackConfigurator.getProtocolStack()
           
 ProtocolData[] XmlConfigurator.getProtocolStack()
           
protected static ProtocolData XmlConfigurator.parseProtocolData(org.w3c.dom.Node protocol)
           
 ProtocolData[] PlainConfigurator.getProtocolStack()
          Throws a UnsupportedOperationException all the time.
 

Methods in org.javagroups.conf with parameters of type ProtocolData
 void XmlConfigurator.override(ProtocolData data)
           
 void XmlConfigurator.add(ProtocolData data)
           
 

Constructors in org.javagroups.conf with parameters of type ProtocolData
XmlConfigurator(java.lang.String stackName, ProtocolData[] protocols)
           
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.