Uses of Class
org.jgroups.conf.ProtocolData

Packages that use ProtocolData
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
 ProtocolData[] ProtocolStackConfigurator.getProtocolStack()
           
 ProtocolData[] XmlConfigurator.getProtocolStack()
           
 ProtocolData[] PlainConfigurator.getProtocolStack()
          Throws a UnsupportedOperationException all the time.
protected static ProtocolData XmlConfigurator.parseProtocolData(org.w3c.dom.Node protocol)
           
 

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

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



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.